html {
	background-color: #535353;
}
body {
	background-image: url(../images/blue/background_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #e2e2e2;
}
#preLoader {
	display:none;
}
#outerWrapper {
	margin: 0px auto;
	padding: 0px;
	width: auto;
	/* background: url(../images/layout/layout_02.jpg) repeat-x; */
}
#headerWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
}
#bannerimage {
	height: 120px;
	background: url(../images/layout/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
#bannertext {
	display: none;
	height: 120px;
}
#bannertext .h1title a {
	text-decoration: none;
	color: #ffffff;
	font-size: 36px;
	margin: 0px;
	padding: 0px 10px;
	text-align: center;
	line-height: 36px;
}
#bannertext .description {
	color: #333333;
	text-align: center;
	font-size: 24px;
}
#mainNav {
	margin: 0px auto;
	padding: 0px;
	height: 30px;
	width: 990px;
}
#mainNav a {
	float: left;
	display: block;
	width: 165px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	background-image: url(../images/layout/button.jpg);
	background-repeat: no-repeat;
} 
#mainNav a:hover {
	color: #000000;
	background-image: url(../images/layout/button-r.jpg);
}
#mainNav a.selected {
	color: #ffffff;
	background-image: url(../images/layout/button-a.jpg);
}
#innerWrapper {
	margin: 0px auto;
	padding: 10px 0px 0px;
	width: 990px;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 720px;
	_width: 710px;	
}
.postcontent {
	background-image: url(../images/layout/content_middle.jpg);
}
#contenttop {
	background-image: url(../images/layout/content_top.jpg);
	/*background-position: top;*/
	height: 10px;
}
#contentbottom {
	height: 5px;
	background: url(../images/layout/content_bottom.jpg) no-repeat bottom;
}
.post {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 260px;
}
#footerWrapper {
	margin: 0px auto;
	padding: 0px;
	background: #535353;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 800px;
}
#copyright {
	margin: 0px auto;
	padding: 0px 0px 10px;
	width: 800px;
}
.breaker {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	width: auto;
}
.pagination {
	padding: 8px 0px;
	margin: 0px;
}
