* { padding: 0px; margin: 0px; }
img, img a { border: 0px; }

body {
	font-family: georgia;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-image: url(images/body_bg.png);	
	background-color: #261c12;
	margin-top: 10px;
}

h1
{
	font-size: 18px;
	font-family: georgia;
	font-weight: lighter;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;	
}

#content .csc-textpic-border img
{
	border: 5px solid #fff;
}

#wrapper
{
	width: 975px;
	margin: 0 auto;
}

#top
{
	width: 975px;
	float: right;
	background-image: url(images/top.png);
	background-repeat: no-repeat;	
	background-position: -1px top;
	height: 36px;

}

#buttons_top
{
	width: 120px;
	float: right;
}

#buttons_top li
{
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 10px;
}

#buttons_top li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background-image: url(images/button_top.png);
	background-repeat: repeat-x;	
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}


#logo_small a
{
	display: block;
	width: 172px;
	height: 36px;
	text-decoration: none;
	margin-left: 60px;
}

#maincontent
{
	background-color: #211917;
	width: 973px;
	float: left;
	border: 1px solid #fff;
	border-top: none;
	padding-bottom: 10px;
	margin-bottom: 40px;
	background-image: url(images/maincont_bg.png);
	background-repeat: no-repeat;
	background-position: right 300px;
}

#left 
{
	width: 272px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
}

#logo a
{
	display: block;
	text-decoration: none;
	width: 172px;
	height: 210px;
	margin-left: 60px;
	margin-bottom: 30px;
}

#mainnav
{
	width: 215px;
	float: left;
	padding-left: 45px;
	padding-bottom: 50px;
	background-image: url(images/line_nav_bottom.png);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	vertical-align: top;
}

#mainnav li
{
	list-style-type: none;
	display: block;
	height: 31px;
}

#mainnav li.sub
{
	height: 25px;	
}

#mainnav li a
{
	display: block;
	text-decoration: none;
	color: #f2ebcf;
	font-family: georgia;
	font-weight: lighter;
	font-size: 16px;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #73600c;
}

#mainnav li.sub a
{
	border: none;
	font-size: 12px;
	/*background-image: url(images/subnav.png);
	background-repeat: no-repeat;*/
	text-align: center;
}

#mainnav li.sub  a.curr
{
color: #73600c		
}

#mainnav li.sub a:hover
{
	text-decoration: underline;
	border: none;	
}

#mainnav li a:hover
{
	border-bottom: 1px dashed #bea433;
	text-decoration: underline;
}

#mainnav li.last a
{
	border: none;
}

#mainnav li.curr a, #mainnav  li a:hover
{
	background-color: #2c221f;
}

#mainnav li.sub a.act, #mainnav li.sub a:hover
{
	background-color: transparent;	
}

#mainnav li.sub a.act
{
	color: #e8c900;
}

a { color: #00552a; text-decoration: underline; }

#content_left
{
	width: 175px;
	float: left;
	padding-left: 65px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 80px;
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	background-image: url(images/line_nav.png);
	background-repeat: no-repeat;
	background-position: 50px bottom;
}

#content_left h1
{
	text-transform: uppercase;
	font-family: ;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	background: none;
}

#right
{
	width: 650px;
	padding-left: 49px;
	/*width: 518px;*/
	float: right;
	background-image: url(images/content_outline.png);
	background-position: 23px 20px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

#content_bg
{
	float: left;
	width: 518px;
	margin-top: 40px;
	margin-bottom: 50px;
	background-image: url(images/test.png);
	background-repeat: no-repeat;
	background-position: top;
}

#content_head
{
	float: left;
	width: 518px;
	height: 141px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-image: url(images/content_head.png);
	background-repeat: no-repeat;
	background-position: top;
}

#content_main
{
	float: left;
	width: 518px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
}

#content_footer
{
	float: left;
	width: 518px;
	padding-bottom: 50px;
	background-image: url(images/content_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content
{
	float: left;
	width: 438px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	min-height: 400px;
   	height: auto !important;
   	height: 400px;
}

#content li 
{
	list-style-position: inside;
}

#content li li
{
	padding-left: 20px;
}

embed
{
outline: none;
}


textarea {
	width: 350px;
}

#footer {
	margin-bottom: 10px;
	color: #fff;
	width: 350px;
}

#footer a:link, #footer a:visited{
	color: #fff;
}