@charset "utf-8";
/* CSS Document */

body, div, ul, ol, li, h1, h2, p{
	margin:0;
	padding:0;
}
p.clear {
	clear:left;
}
a:link, a:visited {
	color: #999;
	text-decoration:none;
}
body{
	min-widtg:800px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#8B0000;
	font-size:62.5%;
}
#wrapper{
	margin: 0 auto;
	width:800px;	
	background: #ED1C24;
}
#BGimage_1 {
	background-image: url(../images/bg.png);
}
#header {
	width:800px;
	height:328px;
}
#header h1{
	display:none;
}
#main {
	margin-left: 150px;
	min-width:650px;
	background:url(../images/contentBG.png)repeat-y;
}
#contentL {
	text-align: left;
	margin: 0;
	width: 650px;
	height: auto;
	clear:left;
}
div .contentTitle {
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	background-color: #ED1C24;
	border-bottom: dotted 1px #FF0;
}
div .article {
	padding-left: 5px;
	font-size:12px;
}
div .headerTop {
	padding-top: 1em;
}

#nav {
	width:650px;
	height: inherit;
	margin-left: 150px;
}
#nav ul li {
	float: left;
	list-style:none;
	margin-right: 2px;
}

