/* CSS Document */

body{
	font-family: Verdana ,Arial,sans-serif;
	font-size:10px;
	line-height: 1.166;	
	color:#999999;
	background-image:url(images/back.jpg);
	margin: 0;
}
	
#container{
width:780px;
float: left;
clear: both;
}

#header{
width:780px;
height:206px;
}

#headerbar{
width:780px;
height:42px;
}

#menu{
width:153px;
height: 280px;
float:left;
background-image:url(images/menuBG.jpg);
text-align:right;
padding-right:20px;
padding-top:20px;
}

#menu a{
color:#3399CC;
text-decoration:none;
}

#menu a:hover{
color:#33CCCC;
text-decoration:underline;
}

#contentleftbar{
width:8px;
float:left;
}

#contenttitle{
width:587px;
height:62px;
float:left;
}

#content{
width:567px;
float:left;
padding-left:20px;
padding-top:20px;
}

#contact{
width:277px;
height:262px;
background-image:url(images/contact.jpg);
float:right;
clear: right;
}

#footer{
width:779px;
height:24px;
background-image:url(images/footer.jpg);
float:left;
padding-top:26px;
color:#FFFFFF;
clear: both;
}

#footer a{
font-size:9px;
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover{
color:#336699;
text-decoration:underline;
}

.headertext{
font-weight:bold;
font-size:12px;
color:#4C789B;
}

#designed{
	width:769px;
	margin-left:10px;
	font-size:9px;
	float:left !important;
	clear: both !important;
	height: auto;
	display: block;
	}
	
#designed p {
	margin: 5px 0 0 0;
}
	
#designed a{
	color:CBDEE9;
	text-decoration:none;
	position: relative !important;
	}
	
#designed a:hover{
	color:ABC7D6;
	text-decoration:underline;
	position: relative !important;
	}