/* Header CSS */

#header-wrapper {
	width:100%;
/*	background-color:#993300; 
*/
	padding-top: 10px;
	margin: 0 auto;
/*	padding-bottom: 20px; 
*/
	}


#header {
	margin: 0 auto;
	padding: 0;
	height: 160px;
	width: 960px;
	background: url('../images/bg/top_nav_960x160.jpg') no-repeat;
	}

#headerimg {
	height: 115px;
	width: 148px;
	float:left;
	padding-left:5px;
	padding-top:6px;
/*	background: url('../../peace/images/smf_logo_148x115.png') no-repeat; */
	}

#headerimg a {
  display:block;
  width:100%;
  height:100%;
  text-decoration:none;
}

#blogdescription {
float:right;
width:50%;
margin-top:30px;
}

#headerimg a:hover {
  text-decoration:none;
}

#subheader {
clear:both;
width:100%;
height:36px;
margin: 10px 0 20px 0;
}

#subheader h2 {
	font-size: 1em;
	margin:0;
}

#subheader-left {
float:left;
}

#subheader-right {
float:right;
}


#buttons {
float:right;
}

#buttons ul, #buttons ul ul {
	margin: 0;
	padding: 0;
	}

#buttons ul li, #buttons ul li ul li {
	list-style-type: none;
	list-style-image: none;
	text-decoration:none;
	display:block;
	float:left;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100px;
	height:138px;
}
	
#buttons ul li a {
text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}

#buttons ul li a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

#buttons .current_page_item, #buttons .current_page_parent a {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}


#topright {
width:100%;
height:25px;
text-align:right;
}

#topright img {
padding-bottom:3px;
}

#searchbox {
}

#topright-contact-us {
padding:8px 2px 0;
list-style-type:none;
}

#topright-contact-us a:hover {
text-decoration:underline;
}

#topright-contact-us a {
	color:#C09E6B;
}

#topright-rssButton {
float:right;
margin:0 0 0 10px;
}
