body{
	margin:0px;
	padding:0px;
	background:url(images/bodyBG.jpg) top center no-repeat;
	background-color:#0B0B0D;
}
a{
	outline:none;
	color:#CD7E06;
}

ui{
	list-style-type:none;
}

li{
	list-style-type:none;
}

ol{
	list-style-type:none;
}

#header{
	background:url(images/header_background.jpg) no-repeat top center;
	height:130px;
}

#pageWrapper{
	width:1020px;
	background:url(images/pageBG.png) repeat-y center;
}

#page{
	width:995px;
}

#pageBody_leftCol{
	float:left;
	width:335px;
	background:url(images/roughBorder.png) repeat-y right;
	min-height:720px;
	padding-right:20px;
	padding-left:40px;
}

#pageBody_rightCol{
	float:left;
	width:558px;
	padding-right:10px;
	padding-left:30px;
}

.nav{
	float:left;
	margin-right:4px;
}

.contentText1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
}
