/* back*/

body {
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #FFFFFF;
	padding-left: 0px;
	margin: 0 0 0 0px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p, ul, ol {
	text-align: inherit;
	line-height: 26px;
	list-style: none;
	margin: 0;
}

a {
	color: #8A7645;
}

a:hover, a:active {
	text-decoration: none;
	color: #8A7645;
}

a:visited {
	color: #8A7645;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	margin-left: 15px;
	float: left;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	padding: 0;
	background-image: url(images/outer%20border.JPG);
	background-repeat: repeat;
	background-position: left top;
	margin-top:0 px;
	height: auto;
}

/*header*/

#header {
	width: 900px;
	margin: 0 auto;
	height: 170px;
}

#logo {
	width: 880px;
	height: 100px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	padding: 50px 0 10px 300px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: 30px 30px;
	background: url(images/logo.png)   no-repeat 30px 30px;
	
}

#logo h1 a {
	text-decoration: none;
	color: #000033; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }


/*menus*/
#menu {
	width: 870px;
	height: 10px;
	background: repeat-x left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	padding: 50;
	list-style: none;
}

#menu li {
	float: left;
	height: 50px;
	background-image: url(images/img04.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#content
{
	text-align:justify;
	color: #000000; 
	text-indent:20px;
}

/*foot*/

#footer-wrap {
background-position:bottom;
}

#footer {
	width: 900px;
	margin: 0 auto;
	background: #E5E5E5;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 0px;
	padding-bottom:0px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
}
