* {
	margin: 0;
	padding: 0;
}

body {
	margin:0 auto;
	background: #D4C792 url(images/img01.gif);
	padding-top:96px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	position:relative;
	width:710px;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
	
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
}

blockquote {
}

ul {
}

ol {
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
	position:relative;
	margin:0 auto;
	width:710px;
}

/* Header */

#header {
	position:absolute;
	top:0;
	width: 710px;
	height: 96px;
	background: url(images/img05.gif) no-repeat bottom;
}

/* Menu */

#menu {
	float: right;
	padding-right: 10px;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(images/img02.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url(images/img03.gif);
	color: #AA2808;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	background: #D4C792 url(images/img04.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 388px;
	padding: 30px 0 0 35px;
	text-align:justify;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	list-style-position: inside;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding: 0 35px 0 0;
	text-align:justify;
}

#sidebar p.newstitle {
	font-weight:bold;
	margin-bottom:10px;
}
#sidebar p.newstext {
	margin-bottom:10px;
	text-indent:10px;
}
#sidebar p.newslink {
	text-align:right;
	margin-bottom:30px;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(images/img6.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #D4C792;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

.clear {
	clear:both;
}
/* Footer */

#footer {
	width: 710px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img06.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}