*{
	margin : 0px;
	padding : 0px;
}

body {
	font: normal 11px/normal "lucida sans unicode", "lucida sans", "lucida grande", sans-serif;
	color: #FFFFFF;
	text-align : justify;
	background-color:#81846E;
	margin:0 auto;
}

h1, h2, h3, h4 {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a {
	text-decoration:underline;
	color:#D3D7B8;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-image:url(../images/autumn_header.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FE8800;
	height:115px;
	text-align:center;
}

#header_glow{

	background-image:url(../images/autumn_glow.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:115px;
}

#header h1 {
	font-size:32pt;
	font-family: Times,Arial Black,serif;
	
	
}

#header h1 a{
	color:#ffffff;
}

#header h2 {
	font-size:24pt;
	font-family: Impact,Arial Black,serif;
}

#menu{
	background-image:url(../images/autumn_menubar.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	position:absolute;
	top:115px;
	left:0;
	width:100%;
	text-align:center;
	height:40px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display:inline;
}

#menu a {
	text-decoration : none;
	padding:0 10px;
	line-height:35px;
	color:#FFFFFF;
	font-size:14pt;
	font-family:Times,Arial Black,serif;
}

#ads_top{
	text-align:center;
	height:35px;
	overflow:hidden;
}

#ads_bottom{
	text-align:center;
	padding:10px;
}

#center {
	position:absolute;
	top:155px;
	overflow:hidden;
	right:200px;
	left:200px;
	padding-top:20px;
	background-color:#8C8F7B;
	background-image:url(../images/autumn_content_shadow.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#content{
	padding:10px;
}

#rightbar {
	right:0;
}

#leftbar {
	left:0;
}

.sidebar{
	position:absolute;
	top:155px;
	text-align:center;
	overflow:hidden;
	width:200px;
	padding-top:20px;
	background-image:url(../images/autumn_column_shadow.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

#content h1, #content h2, #content h3{
	color:#C3C5B8;
}

#content img{
	max-width:100%;
}

.inner-rounded{
display:block;
}
.inner-rounded *{
display:block;
height:1px;
overflow:hidden;
background:#9B9E8A;
}
.inner-rounded1{
border-right:1px solid #929581;
padding-right:1px;
margin-right:3px;
border-left:1px solid #929581;
padding-left:1px;
margin-left:3px;
background:#979a86;
}
.inner-rounded2{
border-right:1px solid #8d907c;
border-left:1px solid #8d907c;
padding:0px 1px;
background:#989b87;
margin:0px 1px;
}
.inner-rounded3{
border-right:1px solid #989b87;
border-left:1px solid #989b87;
margin:0px 1px;
}
.inner-rounded4{
border-right:1px solid #929581;
border-left:1px solid #929581;
}
.inner-rounded5{
border-right:1px solid #979a86;
border-left:1px solid #979a86;
}
.inner-rounded_content{
padding:5px 10px;
background:#9B9E8A;
} 