body {
	margin: 0;
	padding: 0;
	background-color: #252525;
	background-image: url('../img/bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
a {
	color: #000000;
}
#container {
	width: 990px;
	height: 150px;
	margin: 0px auto;
}
#header {
	background-color: #FF0000;
	width: 990px;
	height: 150px;
	background-color: #252525;
	background-image: url('../img/header.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content {
	width: 990px;
	height: 200px;
	background-color: #f2eee7;
	background-image: url('../img/bg_content.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
}
.article {
	width: 910px;
	padding: 40px;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.article h1 {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, Sans-serif;
	font-size: 29px;
	font-weight: normal;
	line-height: normal;
}
.article .postedby {
	color: #4b4b4b;
	font-family: Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

.menucontainer {
	width: 990px;
	height: 30px;
}
ul.menu { 
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 0 7px;
}

ul.menu li { 
	border-left: 1px solid #ffffff;
	display: inline;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.7px;
	padding: 10px 15px 5px 20px;
	text-align: center;
}
ul.menu li:first-child { border: 0; }
ul.menu a { color: #000000; text-decoration: none; }
ul.menu a:hover, #nav a:focus { color: #5d5d5d; }