body{
	background:#e2ecef;
}
#wrapper{
	border:1px solid #3d6e7b;
	width:800px;
	margin:0 auto;
	background:#93c4d1 url(../images/back.jpg);
	background-repeat:repeat-x;
	padding:0px;
}

#header{
	height:80px;
	width:800px;
	background:url(../images/header.jpg);
	padding:0px;
	margin:0px;
}

#contact{
	height:25px;
	background:#d5e1e4;
	padding:0px;
	margin:0px;
}

#body_left{
	clear:left;
	width:160px;
	float:left;
}

#body_middle{
	margin-top:10px;
	width:389px;
	float:left;
}

#center_image{
	background:url(../images/center_image_back.jpg);
	height:197px;
	width:363px;
	padding:9px;
	padding-left:11px;
}

#center_image_text{
	background:#e2ecef;
	width:350px;
	padding:9px;
	margin-top:3px;
	margin-left:3px;
	padding-left:11px;
	border:1px solid #3d6e7b;
}


#body_right{
	margin-top:13px;
	width:197px;
	float:left;
	margin-left:12px;
	background:#e2ecef;
	padding:10px;
	border:1px solid #3d6e7b;
}

#body_right_text{
	background:#e2ecef;
	width:217px;
	height:217px;
}

#footer{
	clear:both;
	padding-top:15px;
	height:20px;
}



/* STYLES STYLES STYLES STYLES */
.contact_text_left{
	font-size:12px;
	float:left;
	padding-left:20px;
	padding-top:5px;
}

.contact_text_right{
	font-size:12px;
	float:right;
	padding-right:20px;
	padding-top:5px;
}

h2{
	font-size:14px;
	line-height:14px;
	padding:0px;
	margin:0px;
}

p{
	font-size:12px;
	padding-top:7px;
	margin:0px;
}

#footer p{
	text-align:right;
	padding:0px;
	margin:0px;
	font-size:12px;
	padding-right:20px;
}

#footer p a:link, #footer p a:visited, #footer p a:active{
	color:#ffffff;
	text-decoration:none;
}

#footer p a:hover{
	text-decoration:underline;
}

#contact a:active, #contact a:visited, #contact a:link{
	color:#3c3c3c;
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

#center_image_text a:active, #center_image_text a:visited, #center_image_text a:link{
	color:#3c3c3c;
	font-weight:bold;
	text-decoration:none;
}

#center_image_text a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}


#body_middle li{
	font-size:12px;
	position:relative;
	left:-10px;
}



/* MENU MENU MENU MENU MENU */
ul#nav_styled {
	position:relative;
	top:10px;
	width: 152px;
	height: 168px;
	margin:0;
	padding:0;
	background: url(../images/left_menu.jpg);
	z-index:100;
}

ul#nav_styled li {
	display:block;
	height:42px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:100;
}

ul#nav_styled li a {
	display:block;
	height:42px;
}

#i1 a:hover {
	background: transparent url(../images/left_menu.jpg) -150px 0 no-repeat;
}

#i2 a:hover {
	background: transparent url(../images/left_menu.jpg) -150px -42px no-repeat;
	z-index:100;
}

#i3 a:hover {
	background: transparent url(../images/left_menu.jpg) -150px -84px no-repeat;
	z-index:100;
}

#i4 a:hover {
	background: transparent url(../images/left_menu.jpg) -150px -126px no-repeat;
	z-index:100;
}

ul#nav_styled li a {
	text-indent:-9000px; background-color:transparent; 
}

