/* --- home page styling --- */
#container.home {
background:url(../images/homebg.jpg) no-repeat 0px 129px;
}

#container.home #content {
margin-top:129px;
height:220px;
position:relative;
}



#container.home #content h2 {
background: url(../images/home_welcome.gif)
no-repeat;
width:309px;
height:94px;
text-indent:-9999px;
position:absolute;
right:76px;
}

#courseoutline {
width:116px;
line-height:18px;
}

#courseoutline h3 {
background:url(../images/course.gif) no-repeat;
text-indent:-9999px;
}

#courseoutline a {
color:#000;
text-decoration:none;
text-align:right;
}

#courseoutline img {
float:left;
margin-right:10px;
}



#container.home #content p  {
position:absolute;
bottom:0px;

}

