@charset "UTF-8";

/* 

Layout CSS File
Created by Jeyrad

*/


/* Main Body Elements */
a:link {
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #006699;
}

body,td,th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body 
{
	margin: 0;
	
	background: #FFFFFF URL("images/borderbamboo.gif");
	font-size: 14px;
}

p
{
	margin: 0;
	margin-bottom: 12px;
}

#top
{
	width: auto;
	margin: 0;
	height: 120px;
	text-decoration: none;
	text-align: left;
	padding: 20px 5px 5px 5px;
	background: #E5E1C6 url("images/borderbambootop.jpg") repeat-x;
	
}

#wrapper
{
	width: auto;
	background: #E5E1C6;
	padding-top: 4px;
	padding-bottom: 15px;
}

#footer
{
	width: auto;
	margin: 0;
	clear: both;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	background: url("images/bottom_new.jpg") repeat-x;
}

#footer a
{
	color: #FFF;
}

#main_container
{
	width: 800px;
	margin-right:auto;
	text-align: left;
	margin-left:auto;
}

#head_container
{
	width: 800px;
	clear: both;
	margin-right:auto;
	text-align: left;
	padding-right: 100px;
	margin-left:auto;
	height: 110px;
}

#head_container ul
{
	margin-top: 65px;
	float: left;
	vertical-align:bottom;
	list-style: none;
}

#head_container li
{
	margin-left: 5px;
	float: left;
	color: #FFFFFF;
	
}

#head_container li a
{
	background: url("images/body.jpg") no-repeat right;
	height: 12px;
	border: 2px solid #B9B2A8;
	border-top: 1px;
	margin-top: 2px;
	color: #FFFFFF;
	margin-left: 5px;
	display: block;
	text-decoration: none;
	float: left;
	padding: 8px;
	
}
#head_container li a:hover
{
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 0px;
	border-top: 2px solid #5F9EBE;
	background: #000000;
}

#menu_container
{
	float: right;
	width: 200px;
}

#content_container
{
	width: 590px;
	padding-right: 10px;
	background: #E9E9C9;
}

#clear
{
	clear: right;
}
.content
{
	width: auto;
	text-align: left;
	padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	background: #FFF;
	border: 1px solid #D5D1B8;
}
.content ul
{
	margin: 0;
	width: auto;
	float: none;
	padding: 0;
	display: block;
}
.content li
{
	list-style-type: disc;
	display: block;
	margin: 0;
	margin-top: 1px;
	height: auto;
}
.content li a
{
	
	display: block;
	width: auto;
	padding: 3px;
	list-style: none;
	margin: 0;
	border: #FFF 1px solid;
}
.content li a:hover
{
	border: none;
}
.content span
{
	color: #999999;
}
h1
{
	width: auto;
	background: url("images/titletop_green.jpg");
	height: 15px;
	margin: 0px;
	padding: 3px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-size: 12px;
}

#logo
{
	background: url("images/logo_small.jpg") no-repeat left;
	margin-top: 10px;
	display: run-in;
	padding-top: 10px;
	height: 52px;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 42px;
}
#logo a
{
	text-decoration: none;
}
