
.WebsiteBlogs{
	width:98%;
	border:1px solid #c0c0c0;
	text-align:left;
	margin-top:12px;
}

.WebsiteBlogs_header {
	background-color:#e0e0e0;
	padding:10px;
	font-size:20px;
	font-weight:bold;
}

.WebsiteBlogs_body {

	font-size:12px;
	padding:10px;

}
.WebsiteBlogs_footer {
	text-align:right;
	font-size:11px;
	color:#777777;
	padding-right:10px;
}
* {
	margin: 0 auto;
	padding: 0;}

body {
	background: #f6f8f7 url(/includes/themeImage/special_background.jpg) repeat-x top left;
	height: 642px;
	}

#body-wrapper {
	background: url(/includes/themeImage/special_body.jpg) repeat-y top;
	width: 690px;
	clear: both;
	}

#header {
	position: relative;
	background: url(/includes/themeImage/special_header.jpg) no-repeat bottom;
	width: 690px;
	height: 153px;
}

#content {
	width: 650px;
}

#footer {
	background: url(/includes/themeImage/special_footer.jpg) no-repeat top;
	width: 690px;
	height: 38px;
}