#page{
	width:760px; 
	margin:auto;
}

#col1{
	width:185px;
	background-image:url(/images/people.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#col2{
	width:575px;
}

#head, #mainHead{
	width:575px;
}

#head{
	height:87px;
	background-image:url(/images/heads.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#mainHead{
	height:146px;
	background-image:url(/images/mainHead.png);
	background-repeat:no-repeat;
	background-position:right;
}

#cC{
	padding-left:15px;
	width:562px;
}

#menu{
	padding-top:30px;
}

.vnav{
	padding:0px 15px;
	height:500px;
}

.vnav ul{
	padding:0;
	margin:0;
	text-align:right;
}

.vnav ul li{
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.vnav ul li a{
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:105%;
	color:gray;
}
.vnav ul li a:hover{
	color:red;
}
.vnav ul .subMenu a{
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	font-size:95%;
	color:gray;
}

.vnav ul .menu_li{
	background-image:url(/images/menu_elm1.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	height:20px;
	padding:8px 0px 0px 0px;
}

.vnav ul .subMenu{
	padding:5px 0px 0px 0px;
	padding-right:10px;
}

#bottom{
	text-align:center;
}

#bottom a{
	color:gray;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#bottom a:hover{
	color:red;
}

#titleELM2{
	padding:20px 0px 2px 25px;
	border-bottom:2px solid #D30D07;
}

#titleELM2 h1{
	font-size:175%;
	color:#D30D07;
	padding:0;
	margin:0;
	text-transform:capitalize;
}

#mainInfoText{
	padding-top:10px;
	background-image:url(/images/back_col2.png);
	background-repeat:no-repeat;
	background-position:center;
	min-height:300px;
}

#titleELM3{
	padding:0px 7px;
}
#titleELM3 a{
	text-decoration:none;
	text-transform:lowercase;
	font-size:80%;
	color:blue;
}