/* CSS Document */

/*start header*/
div#page-wrap{
	width:900px;
	margin:12px;
	padding:0 0 10px 30px;
	}
/*top menu*/
	ul#nav {
	height:10px;
	list-style:none;
	padding-left:75px;
	}
			ul#nav li{
			display: inline;
			font-size:1.1em;
			}
				ul#nav li a{
				width:130px;
				float: left;
				text-decoration:none;
				color:#FFFFFF;
				} 
					ul#nav li a:hover, ul#nav li a:active{
					color:#FFCC00;
					}
/*end top menu*/


/*general background*/
body{
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/body_bg.png) repeat-x  top;
	}
		body div#main-background{
		background: url(../images/body_main.png) no-repeat bottom;
		width:920px;
		height:852px;
		padding:28px 0 0 0;
		}
		body div#contact-background{
		background: url(../images/contact_bg.png) no-repeat bottom;
		width:920px;
		height:852px;
		padding:35px 0 0 0;
		}
		body div#enroll-background{
		background: url(../images/enroll_bg.png) no-repeat bottom;
		width:920px;
		height:852px;
		padding:35px 0 0 0;
		}
				body div#redbutton{
				height:70px;
				width:200px;
				float:rigth;
				margin-left:650px;
				}
				
				body div#content{
				padding:300px 10px 0 0;				
				float: right;
				width:850px;
				}
				
				body div#contact_content{
				padding:100px 10px 0 0;				
				float: right;
				width:850px;
				}
				
				body div#enroll_content{
				padding:180px 10px 0 0;				
				float: right;
				width:850px;
				}
		
/*end general background*/

	
/*footer*/
div#footer{
background:#000000;
color:#FFFFFF;
padding:5px 0 0 0;
border-top:0px;
border-bottom-color: #000000;
text-align: center;
text-indent:10px;
font:Arial, Helvetica, sans-serif medium;
margin:10px 0 0 20px;
}
/*end footer*/
div#idiframe{
border:none;
color:#FFFFFF;
padding:10px 0 0 0;
background:#FFFFFF;
}	

subpage{
font:"Times New Roman", Times, serif;
font-style:italic;
text-align:justify;

}
