*, html, body, table, tr, td, th { margin: 0; padding: 0; }

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	
	background: url(../images/bg_body.png) repeat-x;
	
	background-color: #0d0d0d;
	color: #eee;
}

#header, #content, #footer { margin: 0 auto; }

#header {
	width: 1016px;
	height: 170px;
	background: url(../images/bg_wide_header.png) no-repeat;
}

#header h1 {
	font-family: Gill Sans, Verdana;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	display: block;	
}

#logo, #headmenu { float: left; }

#logo { 
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;

}

#headmenu {
	 font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 1.3em;
	line-height: 1.4em;
	letter-spacing: 2px;
	font-weight: bold;
}

.searchbox {
	margin-left: 100px;
	margin-top: 15px;
}

input#search {
	background: url(../images/bg_search_input.png) no-repeat;
	width: 190px;
	height: 30px;
	border: none;
	color: #F9F7ED;
	padding: 0 8px 0 12px;
	margin-left: 15px;
}

#content {
	width: 990px;
}


/* img 172x250 */
.facethumb {
	float: left;
	display: block;
	width: 176px;
	margin: 10px;
}

.facethumb a img {
	background-color: #222;
	border: 1px #36393D solid;
	padding: 5px;
}

.facethumb a:hover img {
	background-color: #000;
	border: 1px #222 solid;
}

.clear { clear: both; }