@charset "UTF-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	background-color: #d3cdca;
	text-align:center;
}


#container {
	margin:0;
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
}

#headtitle {
	width:680px;
	height:70px;
	margin:0;
	padding:30px;
	background:#565550;
	float:left;
}

#title {
	width:190px;
	height:70px;
	margin:0;
	padding:30px;
	background:#565550;
	float:left;
}

#content {
	width:740px;
	padding:0;
	float:left;
	clear:both;
}

#content img {
	border:0;
}

#nav {
	width:190px;
	margin:0;
	background-color: #565550;
	padding:15px 30px 30px 30px;
	float:left;
}

#contact {
	margin:0;
	padding:15px 30px 30px 30px;
	border-top:30px solid #565550;
	border-right:0;
	border-bottom:30px solid #565550;
	border-left:30px solid #565550;
	width:650px;
	height:435px;
	background: url(graphics/portrait.png) no-repeat;
}






p {
	margin:0;
	font-family:Helvetica, sans-serif;
	text-align:left;
}

.top {
	width:960px;
	height:60px;
}






.headnav, .headnav2, .headnav3 {
	font-size:13px;
	display:block;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	background:#faf9f8;
	color:#565550;
	border-top: 15px solid #565550;
	clear:both;
	letter-spacing:0.1em;
	margin:0;
	line-height:19px;
	border-bottom:19px solid #faf9f8;
	padding:2px 0 0 4px;
	text-decoration:none;
	width:186px;
}




.pagetitle {
	font:Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#f9f8f7;
	letter-spacing:0.1em;
	width:680px;
	margin:0;
}

.pagetype {
	font:Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#d0cfcd;
	letter-spacing:0.25em;
	width:680px;
	margin:0;
}

.sitetitle {
	font:Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	line-height:22px;
	color:#f9f8f7;
	letter-spacing:0.1em;
	width:190px;
	margin:0;
}

.info {
	font:Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#f9f8f7;
	letter-spacing:0.05em;
	width:680px;
	margin:0;
}

.contactinfo {
	font:Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	color:#565550;
	letter-spacing:0.1em;
	width:620px;
	margin:0;
}

.contacttype {
	font:Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#c4bebb;
	letter-spacing:0.25em;
	width:620px;
	margin:0;
}

.abouttype {
	color:#565550;
	font:Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	letter-spacing:0.em;
	width:400px;
	margin: 0 0 15px 0;
}

	



ul#numbernav {
	margin:-19px 0 0 0;
	list-style-type:none;
	background:#faf9f8;
	float: left;
	width: 190px;
	padding: 0;
}

ul#numbernav li a {
	float:left;
	display:inline;
	background: #faf9f8;
	font-family:Helvetica, sans-serif;
	font-size:13px;
	width:19px;
	line-height:19px;
	text-align:center;
	-webkit-transition:background-color .5s linear;
}

ul#numbernav li a:link, ul#numbernav li a:visited {
	text-decoration:none;
	color: #a7a6a3;
	font-weight:bold;
}

ul#numbernav li a:hover, ul#numbernav li a:active {
	text-decoration:none;
	color: #f9f8f7;
	background: #565550;
	font-weight:bold;
}




.headnav2 a:link, .headnav2 a:visited, .headnav3 a:link, .headnav3 a:visited {
	text-decoration:none;
	color: #565550;
	background: #faf9f8;
	width: 210px;
}

.headnav2 a:hover, .headnav2 a:active, .headnav3 a:hover, .headnav3 a:active {
	text-decoration:none;
	color: #faf9f8;
	background:#565550;
	width: 210px;
}

.headnav2 a {
	padding:0 132px 17px 0;
	-webkit-transition:background-color .5s linear;
}

.headnav3 a {
	padding:0 113px 17px 0;
	-webkit-transition:background-color .5s linear;
}



.contactinfo a:link, .contactinfo a:visited {
	text-decoration:none;
	color:#565550;
	border-bottom:1px solid #565550;
}
	
.contactinfo a:hover, .contactinfo a:active {
	text-decoration:none;
	color:#565550;
	border-bottom:0;
}



.abouttype a:link, .abouttype a:visited {
	text-decoration:none;
	color:#565550;
	border-bottom:1px solid #565550;
}
	
.abouttype a:hover, .abouttype a:active {
	text-decoration:none;
	color:#565550;
	border-bottom:0;
}





.copyright {
	width:1000px;
	clear:both;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;	
}

.copyright p {
	font:Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	color:#40403c;
	width:680px;
	padding:5px 0 0 0;
}
	
	