/*
	Various Styling options.
*/

/* `Basic CSS
----------------------------------------------------------------------------------------------------*/

div#content {
	left: 131px;
	position: relative;
	background-image: url('../img/content_bg.png');
	background-repeat: repeat-x;
	height: 430px;
	top: -80px;
	width: 698px;
	border: solid 1px #000000;
}

div#header {
	float: none;
	margin: auto;
	min-width: 960px;
	padding:0;
	width:100%;
}

div#logo-bar {
	background-image: url('../img/logobar_bg.png');
	background-repeat: repeat-x;
	height: 40px;
	width: 100%;
	
}

div#menu-bar {
	background-image: url('../img/menubar_bg.png');
	background-repeat: repeat-x;
	height: 65px;
	width: 100%;
}
div#sep-bar {
	background-image: url('../img/seperatorbar_bg.png');
	background-repeat: repeat-x;
	height: 97px;
	width: 100%;

}

img.post {
padding: 6px;
display:block;
margin-left:auto;
margin-right:auto;
} 
