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

body
{
	background:#968375;

}

a
{
	color:#6B5546;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

	
li
{
	background:url(images/link.gif) no-repeat ;
	padding-bottom:5px;
	padding-left:30px;
	padding-top:5px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCBC9;
	border-bottom-width:thin;
	list-style-type: none;
}

}

div.page
{
	margin:auto;
}

div.contentarea
{
	width:835px;
	margin:auto;
}

div.maintitle
{
	height:68px;
}

div.title
{
	width:100%;
	height:45px;
}

img.title
{
	margin-top:10px;
	
}

div.tagline
{
	height:23px;
	margin:auto;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif
}

div.menu
{
	background:url(images/menuback.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
	width:240px;
}

div.menulink
{
	width:190px;
	/*background:url(images/link.gif) no-repeat ;
	margin-left:20px;
	padding-bottom:5px;
	padding-left:30px;
	padding-top:5px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCBC9;
	border-bottom-width:thin;*/
}

a.menulink
{
	/*color:#6A5544;*/
	color:white;
	font-weight:400;
	text-decoration:none;
	
}



div.currentmain
{
	position:absolute;
	background-image:url(images/maintop.gif);
	background-repeat:no-repeat;
	margin-top:25px;
	background-color:#FFFFFF;
	height:auto;

}

div.box1
{
	background-image:url(images/lefttop.gif);
	background-repeat:no-repeat;
	background-color:#E6E2DF;
	width:259px;
	margin:8px;
	float:left;
}

div.box2
{
	background-image:url(images/centertop.gif);
	background-repeat:no-repeat;
	background-color:#E6E2DF;
	
	width:259px;
	margin:8px;
	float:left;
}

h2.boxtitle1
{
	color:white;
	padding-right:15px;
	padding-bottom:10px;
}

h2.boxtitle2
{
	color:black;
	padding-right:15px;
	padding-bottom:10px;
}

div.interiormain
{
	background-color:#FFF;
	border:thin;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color:#5A4834;
	border-right-color:#5A4834;
	border-left-width:2px;
	border-right-width:2px;
	padding-left:15px;
	padding-right:15px;
	width:556px;
	float:right;
}

