
*
{
	margin:0;
	padding:0;

}


html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

body
{

}

div#container {
	background-position:center;
	background-image:url(images/cont-bg.jpg);
	background-repeat:repeat-y;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	height:113px;
}

div#content {
	margin-top:15px;
	padding-bottom:0px; /* bottom padding for footer */
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height:170%;
}

div#rightcontent {
	width:730px;
	padding-right:30px;
	float:right;
}

div#footer {
	position:absolute;
	width:980px;
	bottom:0; /* stick to bottom */
	border-top:#E6E1DD 1px solid;
	height:0px;
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:280%;
	text-align:center;
}

h1 {
	color: #8F7E74;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
    margin-top: 0px;
    margin-bottom: 10px;
	text-transform:lowercase;
	letter-spacing: 0px;
}

h2 {
	color: #8F7E74;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
    margin-top: 0px;
    margin-bottom: 4px;
	padding-bottom:7px;
	text-transform:lowercase;
	letter-spacing: 0px;
}

h3 {
	color: #8F7E74;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
    margin-top: 0px;
    margin-bottom: 4px;
	padding-bottom:7px;
	text-transform:lowercase;
	letter-spacing: 0px;
}

a:link, a:visited
{
	color: #8F7E74;
}

a:hover
{
	color: #5E524A;
	text-decoration:underline;
}

p
{
	padding-bottom:8px;
}

#footer a:link 
{
	text-decoration: none;
	color: #967C6D;
}
#footer a:visited 
{
	text-decoration: none;
	color: #967C6D;
}
#footer a:hover 
{
	text-decoration: underline;
	color: #967C6D;
}
#footer a:active 
{
	text-decoration: none;
	color: #967C6D;
}

#leftnav
{
	width:200px;
	border-right:#D2DBDF 1px solid;
	text-align:left;
	float:left;
	margin-bottom:10px;
}
.leftnavtext 
{
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.leftnavtext a:link 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext a:visited 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext a:hover 
{
	text-decoration: underline;
	color: #5A4F48;
}
.leftnavtext a:active 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext ul
{
	list-style:none;
	padding-top:5px;
	padding-bottom:5px;
}
.leftnavtext li
{
	padding-left:15px;
	line-height:18px;
	text-transform:lowercase;
} 

.leftnavtext2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #5A4F48;
}
.leftnavtext2 a:link 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext2 a:visited 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext2 a:hover 
{
	text-decoration: underline;
	color: #5A4F48;
}
.leftnavtext2 a:active 
{
	text-decoration: none;
	color: #5A4F48;
}
.leftnavtext2 ul
{
	list-style:none;
}
.leftnavtext2 li
{
	border-bottom:#D2DBDF solid 1px;
	border-top:#D2DBDF solid 1px;
	padding:8px 0px 8px 15px;
	text-transform:uppercase;
	letter-spacing:1px;
}