body{
	background-image: url("../images/footer.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #6f2121;
	margin: 0;
	padding: 0;
	
	font-family: helvetica, arial;
	font-size: 12px;
}

#container{
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
	text-align: center;
}

#logo{
	float: left;
	display: inline;
}

#center{
	text-align: left;
	width: 840px;
	margin: 0 auto 0 auto;
	padding-top: 40px;
}
#nav{
	float: right;
	display:  inline;
	height: 120px;
	.height: auto;
}
#nav ul{
	list-style: none;
	margin-right: 5px;	
}
#nav ul li{
	float: left;
	margin: 30px 0 0 20px;
}

#nav a{
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

#nav li.active{
	border-bottom: 5px solid #2d64b7;
}

#nav a:hover{
	color: #2d64b7;
}

#header{
	clear: both;
	margin-top: 40px;
}

#header h1{
	font-family: Bookman Old Style;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	margin: 0;
	font-size: 26px;
	width: 50%;
	line-height: 150%;
}

#header img{
	float: right;
	margin: 0 0 0 10px;
	display:  inline;
}

#footer{
	width: 840px;	
	margin: 0 auto 0 auto;
	color: #fff;
	height: 100px;	
	padding-top: 25px;
}
#footer a{
	color: #fff;
}

#content{
	margin-top: 70px;
	padding-bottom: 50px;
}

#content h1, h2, h3{
	color: #9d1f1e;
}
#content h1{
	font-size: 24px;
}

#content h2{
	font-size: 17px;
	margin-bottom: -5px;
}

#content p{
	line-height: 160%;
}

#content a{
	text-decoration: none;
	font-weight: bold;
	color: #9d1f1e;
	border-bottom: 1px solid #be908f;
}
#content ul{
	padding: 0 0 0 5px;
}
#content ul li{
	list-style: none;
	background-image: url('../images/bullet.gif');
	background-position: left;
	padding: 0 0 5px 14px;
	background-repeat: no-repeat;
}

#content ol{
	padding: 0 0 0 20px;
}
#content ol li{
	margin: 0 0 10px 0;
}

div.buttons div{
	float: left;
	display: inline;
	margin-right: 30px;
}

#content div.buttons a{ border:0; }