body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:100%;
	font-weight:normal;
}

	h2 {
		text-transform: uppercase;
		font-size: 15px;
	}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 18px;
	font-size: 11px;
	padding: 10px 0;
}

a {
}

h1 {
	text-indent: -999em;
	position: absolute;
	bottom: 25px;
	left: 0;
}

	h1 a {
		display: block;
		height: 30px;
		width: 458px }

body {
	background: rgb(00, 00, 00);
	padding: 30px 0 0;
}

div.page {
	margin: 0 auto;
	width: 900px;
}

#header {
	background: url(../png/menuheader.png) rgb(33, 33, 33) no-repeat;
	position: relative;
	margin: 0 0 0px;
	height: 85px;
}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: absolute;
	bottom: 2px;
	right: 15px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 5px;
	color: #fff;
}

	#nav ul li a:hover, #nav ul li a:focus {
		text-decoration: underline;
	}

#flash {
	background: url(../png/header.png) no-repeat;
	border: 0px solid rgb(255, 255, 255);
	height: 175px;
}

#border {
	background: url(../png/border.png) repeat-x;
	padding: 0;
	height: 12px;
	margin: 0;
	border: 0;
}

#content {
	background: url(../png/content_background.jpg) center top no-repeat;
	padding: 25px;
	border: 0px solid rgb(255, 255, 255);
}

#main {
    background: url(../png/contentbg.png) center top no-repeat;

	border: 1px solid rgb(61, 88, 134);
	width: 620px;
	float: right;
	color: #fff;
}
#main2 {

	background: url(../png/contentbg.png) center top no-repeat;

	border: 1px solid rgb(61, 88, 134);
	width: 860px;
	float: right;
	color: #fff;
}

#main .post {
	padding: 15px;
}
#main2 .post {
	padding: 15px;
}


#sidebar {
	width: 215px;
	float: left;
}

#sidebar img {

	border: 2px solid rgb(61, 88, 134);
}
#sidebar2 {
	width: 215px;
	float: right;
}

#sidebar2 img {
	border: 2px solid rgb(61, 88, 134);
}

#footer {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;

	background: #4c6688;
	text-align: center;
	margin: 5px 0 0;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}