
html {
	font-size: 12px;
}


body {
	margin: 0px;
	background: #fffef9 url(/images/bg/bg.jpg);
	background-color: #fffef9;
	font: normal 1em/1.5em Arial, Helvetica, sans-serif;
	border-top: 6px solid #aabdbb;
}

img {
	display: block;
	border: 0px;
}

h1 {
	font: normal 1.4em/1.2em Georgia, 'Times New Roman', Times, serif; 
	color:#81a0a4; 
	text-transform:uppercase; 
	letter-spacing: .04em;
}

a.blog {
	display:block;
	width: 120px;
	padding: 1px 0 6px 0;
	background: #aabdbb;
	margin: 0 auto;
	font: normal .9em/1em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color: #fefff4;
}

.content_container {
	width: 845px;
	background: #e2d5cf;
	border: 1px solid #baa5b9;
	margin: 65px auto 0 auto;
	padding: 10px;
}

.footer {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	color:#a49fa8;
	padding: 10px;
	font-size: 11px;
}

.footer_links{
	width: 590px;
	text-align: right;
	float: right;
}

.footer_links a{
	color:#889fa7;
}

.footer_links a#blog_link{
	color:#7eab8b;
}

.content_text {
	font: normal 1em/1.6em Arial, Helvetica, sans-serif;
	width: 355px;
	height: 424px;
	padding: 20px 20px 0 25px;
	background: #fffef7;
	float: right;
	color: #988a87;
}

.content_callout {
	width: 340px;
	font: italic 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
	border:0;
	border-top: 1px solid #dcd1c6;
	color: #9b97a6;
	padding: 5px 0;
	margin-top:22px;
}

.feature_image {
	float: right;
}

.flashcontent {
	width:605px;
	height: 444px;
	padding: 0px;
	float:right;
}

.container_nav {
	width: 221px;
	height: 425px;
	background: #fdfff6 url(/images/bg/bg_leftnav.gif) repeat-x;
	padding: 19px 0 0 19px;
}

.navigation {
	width: 170px;
	height: 295px;
	background: #cdbdc0;
	padding: 5px 15px;
}

.navigation h1 {
	color: #fff;
	font: normal 1em/1.4em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #e3d5d7;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: .05em;
	margin: 12px 0 11px 0;
}

.navigation a, .navigation a:visited{
	color: #fffdd5;
	display: block;
	text-align:center;
	text-decoration:none;
	font: normal .9em/2.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-transform:uppercase;
}

.navigation a:hover{
	color: #ffffff;
	background-color: #d6c8cc;
	display: block;
	text-align:center;
	text-decoration:none;
	font: normal .9em/2.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-transform:uppercase;
}

.contact_form {
	width:355px;
	border:0px;
}

.contact_form td{
	width:135px;
	border:0px;
	padding: 10px 0 0 0;
}

.contact_form td input{
	width:150px;
	border: 1px solid #d3bbbc;
	color: #a39aaa;
}

.contact_form td textarea{
	width:322px;
	border: 1px solid #d3bbbc;
	height: 73px;
	color: #a39aaa;
}

table td input.submit_button {
	background: #e4f0ee;
	border: 1px solid #aac6c4;
	padding: 2px 0;
	font: normal .9em/2.4em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-transform:uppercase;
	color:#9393a7;
}


