<!--
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #806F55;
	background-color: #494b50;
	margin: 0;
}
/* LINK */
a:link {
	color: #6D8BA9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #51517D;
}
a:hover {
	text-decoration: underline;
	color: #D67738;
}
a:active {
	text-decoration: none;
	color: #D67738;
}
/* TEXT */
h1 {
	font-size: 24px;
	color: #6D8BA9;
}
h2 {
	font-size: 18px;
	color: #6D8BA9;
}
h3 {
	font-size: 14px;
	color: #92B84B;
}
/* DIV */
#placement {
	width:840px;
	margin: 8px auto;
}

#wrap {
	width:800px;
	margin: 0 auto;
	border: 1px solid #888888;
}

#header {
	width:800px;
	height:150px;
}

#navigation {
	width:796px;
	height:33px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	border-left: 2px solid #CDD1B0;
	border-right: 2px solid #CDD1B0;
}

#content {
	/* float:left; */
	width: 800;
	/* height: 385px; */
	min-height: 385px;
	border: 2px solid #CDD1B0;
	border-top: 0px;
	background:#FFFFFF;
}
#frame {
	float: left;
	width:430px;
	/* height:385px; */
	background:#FFFFFF;
	padding: 0 0 0 10px;
}
#intro {
	float: right;
	width:320px;
	background:#FFFFFF;
	margin: 8px auto;
	padding: 0 8px 0 0;
}
#intro p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 28px;
	padding: 0 34px 0 0;
	margin-bottom: 12px;
}
#content-text {
	background:#FFFFFF;
	margin: 0;
	padding: 0 20px 0 2px;
}
#content-text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 28px;
	margin-bottom: 18px;
}

#footer {
	clear:both;
	width:796px;
	height:28px;
	background-color: #CDD1B0;
	}

/* test
#footer {
	clear:both;
	width:800px;
	height:28px;
	background-color: #CDD1B0;
	}
	*/
#footer p {
	text-align:center;
	margin: 0 auto;
	padding: 6px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}	
/* CLASS */
.bgFrame {
	margin: 10px auto;
}

.caps {
	float:left;
	margin: 0;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	line-height: 16px;
	color: #806F55;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 28px;
	padding: 0 0 14px 0;
}	

.thumbnail{
	display: inline-block; 
	padding: 3px 3px 8px 3px;
	background-color: #f5f2cf;
	border: 1px solid #bdc793;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
/* .thumbnail a:{border: 1px solid #bdc793;} */

.red {
	color: #944123;
}

.green {
	color: #92B84B;
}

/*  dropshadow technique: modified slightly by Robinson Studio
	many thanks Phil Baines! www.wubbleyew.com */
.dropshadow2{
	/* float:left; */
	clear:left;
	background: url(../images/shadowAlpha820.png) no-repeat bottom right !important;
	background: url(../images/shadow820.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 820px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 0px;
	x-border: 1px solid #999999;
	padding: 0;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
.innerbox p{		
	font-size:14px;
	margin: 3px;
}

-->