/* CSS Document */




/* Layout */


html, body {
	background-color: #C6B993;
	margin: 0;
	}
	
#top img, #header img {
	display: block;
	} 
	
#container { 
	margin: 0 auto;
	padding: 0; 
	width: 830px;
	text-align: left;
	background: url(../images/shadow-right.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	}
	
#wrapper { 
	margin: 0 0 0 0;
	padding: 0;
	width: 810px;
	}
	
#top {
	margin: 0;
	padding: 0;
	width: 810px;
	height: 94px;
	}

#content {
	margin: 0;
	padding: 0;
	width: 790px;
	border-right: 10px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	background-color: #E0DEC7;
	}

#header {
	margin: 0;
	padding: 0;
	height: 165px;
	width: 790px;
	background-color: #999999;
	}

#menu {
	margin: 0;
	padding: 0 0 0 46px;
	height: 33px;
	width: 744px;
	background-color: #6F6041;
	}	
	
#left {
	margin: 0;
	padding: 26px 46px 42px 46px;
	width: 494px;
	min-height: 320px;
	float:left;
	}

#right {
	margin: 0;
	padding: 35px 46px 42px 0;
	width: 156px;
	float: right;
	}

#footer {
	margin: 0;
	padding: 9px 0 0 46px;
	width: 744px;
	height: 24px;
	background-color: #6F6041;
	clear: both;
	}
	
.member {
	margin-bottom: 30px;
	padding-top: 10px;
	width: 496px;
	border-top: 1px solid #C6B993;
	clear: both;
	}
	
.contact {
	padding-bottom: 10px;
	width: 238px;
	padding-right: 10px;
	
	}
	
.contact2 {
	float: right;
	width: 248px;
	margin-top: 21px;
	margin-bottom: 20px;
	}


* html .contact {
	width: 45%;
	}
	
* html .contact2 {
	width: 50%;
	}


.calendar {
	margin-bottom: 30px;
	padding-top: 0;
	width: 496px;
	border-top: 1px solid #C6B993;
	}


.portrait {
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	}


textarea {
	border: 1px solid #C6B993;
	padding: 10px;
	}


/* Typography */


body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #081744;
	}
	
h1 {
	font-size: 21px;
	line-height: 24px;
	color: #0C2577;
	letter-spacing: 1px;
	font-weight:normal;
	margin-bottom: 20px;
	}

h2 {
	font-size: 21px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #0C2577;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	}

.feature-title {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
	display: block;
	}	

.feature {
	font-size: 13px;
	line-height: 19px;
	color: #6F6041;
	}

.copyright {
	color: #FFFFFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	}

ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
	}



ol {
	margin-left: 5px;
	padding-left: 1em;
	text-indent: 0em;
	}

li {
	margin-bottom: 10px;
	}
	
	
.member p {
	margin: 0;
	}
	
/* Links */


a:link {
	color: #3D5192;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #3D5192;
	}
a:hover {
	text-decoration: underline;
	color: #6F6041;
	}
a:active {
	text-decoration: none;
	color: #A89D7A;
	}

a.copyright:link {
	color: #FFFFFF;
	text-decoration: none;
	}
a.copyright:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
a.copyright:hover {
	text-decoration: underline;
	color: #CED3E4;
	}
a.copyright:active {
	text-decoration: none;
	color: #A89D7A;
	}


/* © 2008 Designed by Threestory Studio */

