﻿body {
	margin:0 auto;
	text-align:center;
	padding: 0;
	background: #000;

}

img {
	border: 0;
}

* ul {
	font-size: 10pt;
	text-align: left;
}

* p {
	font-size: 10pt;
	text-align: left;
}

a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}

a:hover {
	color: #2e3ab0;
}

#wrapper {
	margin: 0 auto;
	top: 5px;
	width: 1000px;
	text-align: center;
	background: url('../siteart/hdr-bg.jpg') #fff repeat-x;
	
}

.title {
	font-size:16px;
}

#wrapper * {
	font-family: Verdana, Tahoma, sans-serif;
}


#hdr {
    vertical-align:top;
	height: 168px;
	background: #fff url('../siteart/hdr.jpg') no-repeat;
}

#nav {
	text-align: center;
	padding:8px 10px 10px 260px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	display: inline;
}

#nav a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	padding-left: 7px;
	font-weight:normal;
}

#nav a:hover {
	color: #2e3ab0;
}

#homebtn a {
	float: right;
	display:block;
	text-align:center;
	vertical-align:top;
	padding:13px 16px 15px 16px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url('../siteart/home-btn.jpg') no-repeat 0 0 ;
}

#homebtn a:hover {
	background-position: -69 0;
}

#contentwrapper {
	clear: both;
}


#maincontents {
	vertical-align:top; 
	text-align:center; 
	width:740px; 
	padding:20px 0px 20px 0px;
}
#maincontents_home {
	vertical-align:top; 
	text-align:center; 
	padding:20px 0px 20px 0px;
}



#left {
	float: left;
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 50px 15px 15px 30px;
}

#featured {
	height: 205px;
	width: 205px;
	background: url('../siteart/featured.png');
}

#featured img {
	margin: 75 0 15 0;
	border: 1px solid #fff;
}

#right {
	float: left;
	position: relative;
	z-index: 100;
	padding-top: 35px;
	width: 750px;
}

#staff {
	width: 100%;
	font-family: Verdana, Tahoma, sans-serif;
}

#staff td {
	width: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	padding:10px 0px 10px 0px;
}


.staffimage {
	float: left;
	margin: 0px 15px 15px 0px;
	border:1px #cccccc solid;
}

.email {
	border-bottom: 3px solid #2e3ab0;
}



