body {
	margin: 0px;
	color: #ffffff;
	font-size: 11px;
	font-family: verdana, tahoma, sans-serif;
	background: url('./img/body-bg.jpg') #1a5e9d top left repeat-x; }

#header {
	font-size: 20px;
	height: 100px;
	width: 750px; }

#content {
	background: url('./img/content-top1.jpg') #1f1f1f top left no-repeat;
	text-align: left;
	width: 750px; }

#footer {
	background: url('./img/content-bottom1.jpg') #1a5e9d top left no-repeat;
	width: 750px;
	height: 16px; }

#center {
	text-align: center; }

#un {
	text-decoration: none; }

#post {
	text-align: center;
	text-decoration: underline; }
	
#forum_posts {
	margin: 0 auto;
	text-align: left;
}

a:link,a:visited {
	color: #FFFFFF }


