/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #464445 url(../images/img01.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: #3e4723;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}
p {
	line-height: 1.2em;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}
#pagewrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border:#333333 1px solid;
} 
/* Header */

#header {
	background:url(../images/banner_bg.jpg) no-repeat;
	width: 800;
	height:160px;
	padding: 10px 10px 0 20px;
	
}


/* Menu */

#menu {
	padding-top: 109px;
	height: 41px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 41px;
	margin-right: 6px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 20px;
	color: #000;
	background: url(../images/tab_off.gif) no-repeat;
}

#menu a:hover {
	color: #595b27;	
	background: url(../images/tab_on.gif) no-repeat;
}
#menu .active a {
	background: url(../images/tab_on.gif) no-repeat;
}


/* Footer */

#footer {
	width: 100%;
	height: 80px;
	clear: both;
	background: #C3C837 url(../images/footer_bg.gif) repeat-x;
}

#footer p {
	margin: 20px 0;
	text-align: center;
	color: #000;
	font-size: 14px;
}

#content {
	margin: 0 40px;
}
.marginleft20 {
	margin-left: 20px;
}
.marginright20 {
	margin-right: 20px;
}
.center {
	text-align: center;
}
.floatright {
	float:right;
}
.txtGen {
	font-size:12px;
}
.txtGenBold {
	font-size:12px;
	font-weight: bold;
}
.tblStyle9 {
	border: #666666 1px solid;
}

