body {
	margin-top: 80px;
	padding: 0;
	background: #000000 url(images/img01.gif) repeat-x center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A8A8A;
}
h1, h2 {
	margin: 0;
	font-weight: normal;
	color: #639CBF;
}
h2 {
	margin-bottom:3px;
	font-size: 16px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 200%;
}
a {
	color: #639CBF;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
/* Header */
#header {
	width: 940px;
	height: 46px;
	margin: 0 auto;
	padding: 0px 10px;
	background: #000000;
	border-bottom: 3px solid #262626;
}
/* Menu */
#menu {
	float: left;
	width: 680px;
	height: 46px;
}
#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
}
#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 14px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background: #262626;
	text-decoration: none;
}
#menu .acive a {
	background: #262626;
}
/* Page */
#page {
	width: 900px;
	margin: 0 auto;
	padding: 40px 30px 0px 30px;
	background: #000000;
}
/* LOGO */
#logo {
	width: 960px;
	height: 94px;
	margin: 0 auto;
}
#banner {
	padding-bottom: 20px;
}
/* Content */
#content {
	float: left;
	width: 610px;
}
/* Post */
.post {
	margin-bottom: 45px;
}
.post h1 {
	height: 44px;
	text-decoration: none;
	font-size: 30px;
	color: #FFFFFF;
}
.post .entry {
	border-top: 1px solid #2B2B2B;
	padding: 10px 0px;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar h1 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
/* Footer */
#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #2B2B2B;
}
#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}
