@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	text-align: left;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

.float_right {float: right; padding-left: 15px;} 
.float_left {float: left; padding-right: 15px;} 


h1{
	font-size:36px;
	font-weight:normal;
	color: #D50A27;
}

h2{
	font-size:24px;
	font-weight:normal;
	color: #D50A27;
}

h3{
	font-size: 18px;
	color: #333;
}

a {
	color:#D50A27;
}

a:hover {
	color:#000;
}

#container{
	width: 960px;
	margin: auto;
}

#header{
	width:960px;
	height: 160px;
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
}

#headline{
	width: 900px;
	margin:auto;
	padding-top: 35px;
}

#nav{
	width: 960px;
	height: 40px;
	background-image:url(../images/red-nav-bg.jpg);
	background-repeat:repeat-x;
}

#navLeft{
	width: 40px;
	height: 40px;
	float: left;
	background-image:url(../images/red-nav-left.jpg);
	background-repeat:no-repeat;
}

#navRight{
	width: 40px;
	height: 40px;
	float: right;
	background-image:url(../images/red-nav-right.jpg);
	background-repeat:no-repeat;
}

#navLinks{
	width: 880px;
	height: 40px;
	float: left;
}

#navLinks ul{
	margin: 0px;
	padding: 0px;
}

#navLinks li{
	display: inline;
	height: 40px;
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 2px solid #EA8290;
}

#navLinks ul li a{
	color: #FFF;
	text-decoration:none;
}

#navLinks ul li a:hover{
	color: #000;
}

#pageContent{
	width: 620px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

#sidebar{
	width: 230px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}

#footer{
	border-top: 1px solid #999999;
	margin-top: 40px;
}

.sidebarDivider{
	width: 230px;
	border-top: 1px dashed #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}
