*
{
	padding:0;
	margin:0;
}

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#eae5cf;
	padding:0;
	margin:0;
}

#container 
{
	width:900px;
	padding:0;
	margin:auto;
}

/* HEADER BACKGROUND IMAGE */
#header{
	background-repeat:no-repeat;
	background-image: url(images/header_bg.png);
	height: 311px;
	width: 900px;
	float:left;
	margin:auto;
}
/* HEADER BACKGROUND IMAGE END */

/* HEADER LOGO */
#logo {
	background-repeat:no-repeat;
	background-image: url(images/logo.png);
	height: 310px;
	width: 280px;
	float:left;
}
/* HEADER LOGO END*/
/* FEATURED*/
#featured {
	height: 200px;
	width: 480px;
	font-family: Georgia;
	font-size: 12px;
	color: #eae5cf;
	margin-top: 90px;
	margin-left: 0px;
	width:auto;
} 
h1 {
padding:0;
margin:0;
font-size:20px;
color:#eae5cf;
text-transform: capitalize;
font-weight: normal;
}
 
p {
padding:0;
margin:0;
font-size:11px;
color:#eae5cf;
font-family: Verdana;
}

/* FEATURED END*/



.tabmenu{
margin: 0;
padding: 0;
float: right;
font:13px Verdana;
width:620px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.tabmenu li{
display: inline;
}

.tabmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid black;
}

.tabmenu li a:visited{
color: white;
}

.tabmenu li a:hover, .tabmenu li .current{
color: white;
background: transparent url(images/active.png) center center repeat-x;
}


/* CONTENT*/
#content {
width:900px;
padding-top: 20px;
margin:auto;
}

/* CONTENT BOX*/
.content_box {
width:485px;
float:left;
margin-top:30px;
}

.content_top{
background:url(images/content_top.png);
background-repeat:no-repeat;
width:485px;
height:38px;
}

.content_top h3{
color: #5C5741;
font-family: Georgia;
font-size: 24px;
font-weight: normal;
padding-top: 6px;
padding-left: 20px;

}

.content_main{
background:url(images/content.png);
background-repeat:repeat-y;
width:485px;
padding-top: 6px;
padding-left: 20px;
padding-right: 0px;
}

.content_main p {
font-family: Verdana;
color: #A09484;
font-size: 11px;
padding-right: 30px;
}

.content_main p a:link {font-size:11px; color: #A09484; text-decoration:none;}

.content_bottom {
background:url(images/content_bottom.png);
background-repeat:no-repeat;
width:485px;
height:36px;
margin-bottom: 10px;
}

.content_bottom p {
font-family: Verdana, Arial, Helvetica, sans-serif, Impact;
color: #5C5741;
font-size: 9px;
float: right;
padding-top: 10px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 10px;

}
/* CONTENT BOX END*/
/* SIDEBAR*/
#sidebar {
padding-top: 15px;
width:415px;
float:right;
}

.sidebar_top {
background:url(images/sb_top.png);
background-repeat:no-repeat;
margin:0;
width:315px;
height:107px;
padding-left:110px;
padding-top: 60px;
}

.sidebar_top h4 {
font-family: Georgia;
font-size: 28px;
font-weight: normal;
color: #5C5741;
padding-top:2px;
padding-left:20px;

}

.sidebar_main {
background:url(images/sb_main.png);
background-repeat:repeat-y;
width:305px;
padding-left:125px;
}

.sidebar_main p {
font-family: Verdana;
color: #A09484;
font-size:16px;
padding-right: 10px;
}

.sidebar_bottom {
background:url(images/sb_bottom.png);
background-repeat:no-repeat;
width:425px;
height:40px;
margin-bottom: 10px;
}
/* SIDEBAR END*/

/* FOOTER*/
#footer {
height:138px;
font-family: Verdana;
background-image:url(images/footer.png);
background-repeat:repeat-x;
background-color:#2F2519;
clear:both;
}

#footer p {
font-family: Verdana;
font-size: 12px;
color: #EAE5CF;
margin: auto;
text-align: right;
padding-top: 20px;
padding-right:20px;

}
#footer p a:link {
color:#EAE5CF;}
/* FOOTER END*/

table a:link, a:hover {border: 0; text-decoration:underline; color: #0066FF;}

