body {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #2F3639;
}

h1 {
	font-size: 22px;
	color: #3AAADC;
	font-weight: normal;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #FFFFFF solid;
}

h2 {
	font-size: 12px;
	color: #3AAADC;
	font-weight: normal;
	text-transform: normal;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #FFFFFF solid;
}


a {
	text-decoration: none;
	color: #3AAADC;
}


/* Wrapper */

#wrapper {
	width: 1200px;
	margin: auto;
	padding: 0px 0px 50px 0px;
	background: #202325;
}


#header {
	width: 1200px;
	height: 80px;
}


/* Headerleft */

#headerleft {
	float: left;
	width: 760px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	
}


/* Headerright */

#headerright {
	float: right;
	width: 360px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}


/* Banner */

#banner {
	clear: both;
	width: 1200px;
	height: 400px;
}


/* Bannerleft */

#bannerleft {
	float: left;
	width: 800px;
}

/* Bannerright */

#bannerright {
	float: right;
	width: 400px;
}


/* Menu */

#menu {
	clear: both;
	width: 1200px;
	height: 80px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 200px;
	height: 50px;
	margin-right: 0px;
	padding: 30px 0px 0px 0px;
	background: #282e30 url(button.gif);
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
	background: #282e30 url(button_a.gif);
}

#menu .current_page_item a {
	text-decoration: none;
	color: #3AAADC;
	background: #282e30 url(button_a.gif);
}

/* Page */

#page {
	width: 1200px;
}


/* Content */

#content {
	float: left;
	width: 720px;
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
}

.post {
	background: ;
	margin-bottom: 0px;
}

.post .title {
	margin-bottom: 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: 0px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;

}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: left;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 360px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#footer {
	clear: both;
	width: 1200px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* Footerleft */

#footerleft {
	float: left;
	width: 720px;
	margin: 0px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	background: none;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}

/* Footerright */

#footerright {
	float: right;
	width: 360px;
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}

#counter {
	width: 1200px;
	height: 20px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
	background: none;
	font-size: 12px;
	text-align: left;
}
