html, body, #topNav ul {
	margin:				0;
	padding:			0;
}

body {
	background:			#D2D3D5;
	font-family:		Arial;
	font-size:			10pt;
	color:				#58585B;
}

h1 {
	color:				#E31F26;
}

p {
	line-height:		150%;
}

a {
	color:				#E21E26;
}

#container {
	width:				1024px;
	margin:				35px auto;
	background:			#FFF;
}

#header {
	background:			url(../img/header.png) top left no-repeat;
	height:				150px;
}

#logo {
	width:				350px;
	height:				150px;
	cursor:				pointer;
}

#topNav {
	background:			#000;
	padding:			10px;
}

#topNav li {
	list-style:			none;
	display:			inline;
	padding:			0 20px;
	border-right:		1px solid #AB171D;
}

#topNav li.last {
	border:				0;
}

#topNav a {
	color:				#FFF;
	text-transform:		uppercase;
	font-size:			1.1em;
	text-decoration:	none;
}

#topNav a:hover {
	color:				#A7A9AB;
}


#content {
	padding:			35px;
	padding-right:		80px;
	background:			url(../img/content-back.png) top right no-repeat;
	font-size:			0.9em;
}

#content li {
	line-height:		150%;
}

#col_left {
	float:				left;
	clear:				left;
	width:				190px;
}

#col_right {
	float:				right;
	clear:				right;
	width:				687px;
}

#contentFooter {
	height:				1px;
	clear:				both;
}

.leftAd {
	border:				1px solid #C7C9CB;
	margin-bottom:		12px;
}

.leftAd .content {
	padding:			15px;
}



#facebook {
	background:			url(../img/facebook.jpg) center left no-repeat;
	padding:			10px;
	padding-left:		36px;
	font-size:			0.9em;
	margin-bottom:		10px;
}

#cprsNational {
	background:			url(../img/CPRSlogo.jpg) center left no-repeat;
	padding:			12px;
	padding-left:		36px;
	font-size:			0.9em;
}

