/* CSS Document */
body {
	/*background-image: url(images/bkg_lines.gif);
	background: #fff;*/
	margin-top: 7px;
	background: url(/images/body_bg.gif) repeat-x top left;
}

#container{
	width: 775px;
	margin: 0 auto;
	border: 5px solid #ddd;
	background: #fff;
	padding: 5px;
}

#header{
	padding: 10px 0 0 10px;
	border-bottom: 1px solid #ccc;
	height: 75px;
	margin-bottom: 1px;
}


#course_info{
border: 1px solid #aaa;
padding: 25px 20px; 	
}

	#course_info h1{
		font-size: 1.3em;
		padding-bottom: 10px;
		border-bottom: 2px solid #F4C400;
	}
	
	#course_info h2{
		font-size: 1em;
		font-weight: 700;
		margin-top: 35px;
		padding-bottom: 10px;
		border-bottom: 1px solid #F4C400;
	}
	
	#course_info p,#course_info li{
		font-size: 1em;
		line-height: 170%;
	}
	
	#course_info  ul{
		margin-left: 30px;
	}

#footer{
	border-top: 1px solid #ccc;
	padding: 10px;
}
