
body {
	margin: 0px;
	background: url(images/background01.jpg) left top #000000 fixed repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #e0e0e0;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #e0e0e0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #c17720;
	outline: none;
}

a:hover {
	background: none;
	text-decoration: underline;
}

img {
	margin: 10px;
}

table {
	border: 0;
}

/* Header */

#header {
	width: 100%;
	height: 111px;
	margin: 0 auto;
	background: url(images/background.jpg) repeat-x left top #000000;
}

.header-content {
	width: 1033px;
	height: 111px;
	margin: 0 auto;
	background: url(images/img01.jpg);
}

#wrapper {
	width: 1033px;
	margin: 0 auto;
	padding: 0px;
}


#header1a {
	width: 723px;
	height: 118px;
	margin: 0 auto;
	background: url(images/img01a.jpg) no-repeat top right;	
}


/* Menu */

#menu {
	width: 723px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat top right;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0 27px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c17720;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #e9d059;
}

#menu a:hover {
	text-decoration: underline;
	color: #e9d059;
}

/* Page */

#page {
	width: 723px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y top right;
}

/* Content */

#content {
	float: center;
	width: 718px;
	padding: 0px;
}

.bodytext {
padding: 10px 10px 20px 15px;
}


/* Footer */

#footer {
	width: 723px;
	height: 10px;
	margin: 0 auto;
	padding: 8px 0;
	background: url(images/img03.jpg) repeat-y top right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c17720;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	font-variant: small-caps;
	text-align: center;
}

#footer a {
	color: #c17720;
}

#footer a:hover {
	color: #e9d059;
	text-decoration: underline;
}

/* Footer2 */

#footer2 {
	width: 723px;
	height: 15px;
	margin: 0 auto;
	padding: 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c17720;
	background: url(images/img04.jpg) no-repeat top right;
}

#footer2 p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	font-variant: small-caps;
	text-align: center;
}

#footer2 a {
	color: #c17720;
}

#footer2 a:hover {
	color: #e9d059;
	text-decoration: underline;
}