* {
	padding:0;
	margin:0;
}

body {
	color: #333333;
/*	background-color:#EEEEEE;
	font-family:Verdana,Tahoma,Arial,sans-serif;
*/	
font-family:'Trebuchet MS';
font-size:83%;
padding-left:10px;
padding-right:10px;
}
#clear{
	clear:both;
}

.bodymain{
	margin:0px auto;
	margin-top:10px;
	width:980px;
	background: #CDB88D url(./images/home/bg_body.jpg) repeat-x;
}

#panel{
margin:0;
padding:0;
position:absolute;
right:0px;
width:150px;
top:0;
z-index:1;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

a {
	color: #CC5500;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #CC5500;
	font-weight: normal;
	text-decoration: underline;
}

#container {
	font-size:100%;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	width:980px;
/*	float:left;*/
	background: url(./images/home/bg_body.jpg) repeat-x;
}

#header{
/*	background:url('images/home/logo.jpg') no-repeat;*/
	width:100%;
	height:42px;
	position:relative;
margin-bottom:10px;
}

#logo{
	position:absolute;
}

#legend{
/*	position:absolute;*/
	background: url('images/home/top_legend_bg.jpg') repeat-x;
	height:30px;
/*	width:180px;*/
	text-align:center;
	padding:10px;
/*	right:10px;*/
	padding-top:15px;
	float:left;
	font-family:Trebuchet;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#EEE;
}

#legend h1{
padding:0;
margin:0;
	font-family:Trebuchet;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	color:#EEE;
}



#legend_left{
	position:absolute;
	background: url('images/home/top_legend_left.jpg') no-repeat;
	height:48px;
	right:50px;
/*	width:60%;*/
	float:left;
	padding-left:7px;
}

#legend_right{
/*	position:absolute;*/
	background: #CEBB90 url('images/home/top_legend_right.jpg') no-repeat;
	height:48px;
	width:7px;
	float:left;
/*		right:10px;*/
}

#legend_bottom{
	position:absolute;
	right:10px;
	background: #CEBB90 url('images/home/legend_rounded_bottom.jpg') no-repeat;
	height:6px;
	width:200px;
	bottom:0;
}

#navigation{
}

#mainmenu li{
	display:inline;
}

#mainmenu a{
	color: #444;
font-weight: bold;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 5px;
	margin:10px 0px 0px 0px;
	width:560px;
	float:left;
}

#maincontent img{
	padding:5px;
}

#sidecontent {
	color: #666666;
	font-size:75%;
	padding:10px 0px 10px 0px;
	margin:0px 30px 10px 10px;
	width:340px;
	float:right;
/*	border: 1px solid #999;*/
}

#sidecontent a {
	color: #CC5500;
	background-color:#EEEEEE;
}

#sidecontent h3 { 
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 5px;
	color: #EEEEEE;
	background-color:#999999;
}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

#bigbox{
	width:290px;
	margin:0 auto;
/*	border: 2px solid #999;*/
	color:#A06F0F;
	font-size: 13px;
        font-weight:normal;
        
	padding:10px;
	font-family:Tahoma;
/*	font-weight: bold;*/
/*	-moz-border-radius: 1.6em;*/
/*	-webkit-border-radius: 1.6em;*/
	border-right:2px solid #999;
	border-left:2px solid #999;
	background-color:#fff;
}

#imgbox{
	width:300px;
	margin:0 auto;
/*	border: 2px solid #999;*/
	padding:5px;
/*	-moz-border-radius: 1.6em;*/
/*	-webkit-border-radius: 1.6em;*/
	border-right:2px solid #999;
	border-left:2px solid #999;
	background-color:#fff;
}

.top{
	background: #fff url(./images/home/rounded_corner_top.png) no-repeat;
	width:314px;
	margin:0 auto;
	padding:0;
	height:11px;
}

.bottom{
	width:314px;
	margin:0 auto;
	padding:0;
	background: url(./images/home/rounded_corner_bottom.png) no-repeat;
	height:11px;
}

#footer {
	height:40px;
/*	color:#333333;*/
/*	background-color:#EEEEEE;*/
/*	border-top:3px solid #CC6633;*/
	font-size:70%;
	font-weight:bold;
	line-height:1.5em;
	width: 100%;
	clear:both;
	text-align:center;
}

#footer	a {
/*	color:#CC5500;*/
/*	background-color:#EEEEEE;*/
	text-decoration: none;
}

#footer	a:hover {
	color:#CC5500;
	background-color:#EEEEEE;
	font-weight: normal;
	text-decoration: underline;
}