* { margin : 0 ; padding : 0 ; }
body {
  font-family: Verdana, Arial, sans-serif;
  background-color: #ffffff;
  margin:0;
  padding:0;
}
a:link, a:visited{
	color:#3366CC;
	text-decoration:underline;}
#container { 
	position : relative ; 
	width: 972px;
	}
#header{
	position:relative;
	width: 972px;
	height: 83px;
	}
#intro { 
	position: absolute;
	left:0;
	width : 383px ; 
	height : 83px ; 
		}

#nav{
	position: absolute;
	left: 384px;
	width: 538px;
	height: 83px;
	float: left;
	}

#main{
	width: 100%;
	height: 100%;
	position: relative;
	top: 15px;
	}

#box1{
	position: absolute;
	left: 0px;
	width: 613px;
	height: 356px;
	background-image:url(../images/home/left_Top_Cont.jpg);
	background-repeat:no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	}
#box1Cont{
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 90px;
	width: 290px;
	}

#box1Cont p{
	font-size:12px;
	font-family:  Verdana, Arial, sans-serif;
	color:#666666;
	margin-left: 10px;
	}

#box2{
	position: absolute;
	left: 626px;
	width: 308px;
	height: 356px;
	}
#box2 p{
	font-size:12px;
	font-family:  Verdana, Arial, sans-serif;
	color:#666666;
	margin-left: 10px;
	line-height:140%;
		}
.fontRed{
	color:#CC0000;
	}
#signUp{
	width: 308px;
	height: 170px;
	background-image:url(../images/home/signUp.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom: 0px;
	padding-bottom:0px;
	}
#signUpCont {
	position: absolute;
	top: 236px;
	width: 282px;
	left: 20px;
	}
#signUpCont p{
	font-size:12px;
	font-family:  Verdana, Arial, sans-serif;
	color:#666666;
	margin-left: 10px;
	margin-top: 0px;
	line-height:120%;
	}
#main2{
    width: 100%;
	height: 100%;
	position: relative;
	}
#box3{
	position: absolute;
	left: 20px;
	top: 368px;
	width: 308px;
	height: 351px;
	background-image:url(../images/home/book.jpg);
	background-repeat:no-repeat;
	}
#textbox{
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
	}
#textbox h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	text-align:right;}
#textbox p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	}
.photoright{
	float: right;
	margin-top: -15px;}
.photoright2{
	float: right;
	margin-top: 0;}
#box4{
	position: absolute;
	left: 327px;
	top: 370px;
	width: 311px;
	height: 351px;
	background-image:url(../images/home/training.jpg);
	background-repeat:no-repeat;
	}
#box5{
	position: absolute;
	left: 630px;
	top: 370px;
	width: 308px;
	height: 351px;
	background-image:url(../images/home/about.jpg);
	background-repeat:no-repeat;
	}
#footer { 
	width : 100% ; 
	clear : both ; 
	background-image:url(../images/layout/footer.jpg);
	background-repeat:no-repeat;
	}

#container { margin: 0 auto; width : 902px ; }
#header{clear: both;}
#main{ clear: both;}
#main2{clear: both;}
#footer{ float: left; width: 902px; height: 30px;}

/* Link menu */
#nav {
	clear: both;
	float: left;
	}
#nav ul {
	list-style:none;
	white-space: nowrap;
	padding-left:12px;
	padding-top: 55px;
	}
#nav li {
	float: left;
	background-image:url(../images/home/arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px;
	padding-left: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
#nav a:link, #nav a:visited{
	text-decoration: none;
	color: #333333;
	}
#nav a:hover{
	color:#999999;
	}
#nav a:link .current {
	color:#ff6600;
	}

/* nav finish*/


#footer p{
	padding: 5px 10px 4px 10px;
	font-size:10px;
	color:#333333;
	}
#footer a:link, #footer a:visited{
	color:#333333;
	text-decoration:underline;}
