
body {
	margin: 0;
	padding: 0;
	background: url(images/bg01.jpg);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5A554E;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

p, ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 2.2;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}


strong {
	color: #4A3E29;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}
/* Text only */
.textonly 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-style: normal;
	top:77px;
	left:70%;
	font-weight: bold;
	text-decoration: underline;
	position: absolute;
	visibility: visible;
	width: auto;
}

.textonly:link 
{
	font-weight: bold;
	text-decoration: underline;

}

.textonly:hover 
{
	color: #000080;
	text-decoration: underline;

}



/* Wrapper */

#wrapper {
	background: url(images/bg02.jpg) repeat-x;
}

.container {
	width: 980px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 161px;
	background: url(images/bg04.jpg);
}


/* Banner */

#banner {
	margin-left:10px;
	height: 161px;
	padding: 58px 0 0 0;
}

/* Menu */

#menu {

	margin-top:57px;
	height: 76px;
	/*background: url(images/bg04.jpg) no-repeat 0 -211px;*/
}

#menu ul {
	height: 67px;
	margin: 0 0px;
	margin-left:10px;
	padding: 9px 0 0 0px;
	background: url(images/bg05.jpg);
	list-style: none;
	line-height: 1
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 10px 0 10px;
}

#menu li.active {
	background: url(images/bg06.jpg) no-repeat;
}

#menu a {
	text-transform:none;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}



#page {
	background: url(images/bg03.jpg) repeat-y;
	width:980px;
}

/* Content */

#content {
	float: left;
	width: 970px;
	height:100%;
	margin-left:10px;
	padding: 0 0px 0 0px;
	background: url(images/bg04.jpg) no-repeat -15 -415px;
	
}

.content ul{
	margin-left: 0;
	padding-left: 0;
	line-height:2;
	list-style-type:circle;
}



/* 2 Columns  footer*/

.two-cols {
	margin: 0 0px;
	margin-left:10px;
	padding: 35px 35px 0 35px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
	border-right: 0px solid #423C31;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 0px solid #423C31;
}
.two-cols .col2 a:link { text-decoration:none; }


/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 0px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}
