#container{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header{
	width: 1000px;
	height: 161px;
	background: url(../images/site_header.png);
}
#navigation{
	width: 973px;
	height: 54px;
}
#linkjtt{
	background: url(../images/link_jtt_none.png);
	width: 140px;
	height: 54px;
	display:block;
	float:left;
}
#linkjtt:hover{
	background: url(../images/link_jtt_hover.png);
	width: 140px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkjttACTIVE{
	background: url(../images/link_jtt_active.png);
	width: 140px;
	height: 54px;
	float:left;
}

#linkrsdcm{
	background: url(../images/link_rsdcm_none.png);
	width: 138px;
	height: 54px;
	float:left;
}
#linkrsdcm:hover{
	background: url(../images/link_rsdcm_hover.png);
	width: 138px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkrsdcmACTIVE{
	background: url(../images/link_rsdcm_active.png);
	width: 138px;
	height: 54px;
	float:left;
}

#linkwestgate{
	background: url(../images/link_westgate_none.png);
	width: 139px;
	height: 54px;
	float:left;
}
#linkwestgate:hover{
	background: url(../images/link_westgate_hover.png);
	width: 139px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkwestgateACTIVE{
	background: url(../images/link_westgate_active.png);
	width: 139px;
	height: 54px;
	float:left;
}

#linkmonkshill{
	background: url(../images/link_monkshill_none.png);
	width: 138px;
	height: 54px;
	float:left;
}
#linkmonkshill:hover{
	background: url(../images/link_monkshill_hover.png);
	width: 138px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkmonkshillACTIVE{
	background: url(../images/link_monkshill_active.png);
	width: 138px;
	height: 54px;
	float:left;
}

#linkcls{
	background: url(../images/link_cls_none.png);
	width: 138px;
	height: 54px;
	float:left;
}
#linkcls:hover{
	background: url(../images/link_cls_hover.png);
	width: 138px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkclsACTIVE{
	background: url(../images/link_cls_active.png);
	width: 138px;
	height: 54px;
	float:left;
}

#linkskills{
	background: url(../images/link_skills_none.png);
	width: 138px;
	height: 54px;
	float:left;
}
#linkskills:hover{
	background: url(../images/link_skills_hover.png);
	width: 138px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkskillsACTIVE{
	background: url(../images/link_skills_active.png);
	width: 138px;
	height: 54px;
	float:left;
}

#linkassess{
	background: url(../images/link_assess_none.png);
	width: 142px;
	height: 54px;
	float:left;
}
#linkassess:hover{
	background: url(../images/link_assess_hover.png);
	width: 142px;
	height: 54px;
	float:left;
	cursor: pointer;
}
#linkassessACTIVE{
	background: url(../images/link_assess_active.png);
	width: 142px;
	height: 54px;
	float:left;
}

#content{
	width: 963px;
	background: #FFFFFF;
	padding: 5px;
}
#content1{
	padding: 5px;
	text-align: left;
}
#content2{
	padding: 5px;
}
#content3{
	padding: 5px;
}
#content4{
	padding: 5px;
}
#content5{
	padding: 5px;
}
#content6{
	padding: 5px;
}
#content7{
	padding: 5px;
}
#content8{
	padding: 5px;
}

#footer{
	width: 973px;
	height: 29px;
	background:url(../images/page_footer.png);
}


#column1{
	width: 230px;
	height: 100%;
	float: left;
	padding-bottom: 10px;
}
#column2{
	width: 492px;
	float: left;
	padding: 10px;
	border-left: #CCCCCC solid 1px;
}
#column3{
	width: 219px;
	float: left;
	padding-bottom: 10px;
}
#clear{
	clear:left;
}
#more{
	width: 973px;
	height: 50px;
}
#info{
	float: left;
	width: 773px;
	height: 50px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: right;
}
#login{
	float: left; 
	width: 200px;
	height: 50px;
}
#login img{
	padding-right: 5px;
}

