body {
	margin: 0;
	padding: 0;
	background: #FBFBFB url(../images/page/bg-tile.gif) top center repeat;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	margin: 0 auto;
	width: 980px;
	background: url(../images/page/page-bg.gif) top center repeat-y;
}


#header {
	text-align: center;
}


#nav {
	margin: 0 15px;
	padding-right: 5px;
	height: 23px;
	background: #AEC2CF url(../images/page/nav-bg.jpg) top center no-repeat;
	text-align: right;
}
#nav a {
	font-size: 11px;
	line-height: 17px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding: 0 10px;
}


#content {
	padding: 60px 80px 45px;
}
h1 {
	margin: 10px 0 20px;
	padding: 0;
	font: italic 22px/22px "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6C91AB;
	text-transform: uppercase;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: 1px;
}
h2 {
	margin: 30px 0 -7px;
	padding: 0;
	color: #6C91AB;
	font-size: 18px;
	line-height: 20px;
}
p {
	margin: 12px 0;
}


#footer {
	clear: both;
	margin: 0 15px;
	border-top: 1px solid #446987;
	background: url(../images/page/footer-bg.gif) top center repeat-y;
	font-size: 10px;
	line-height: 12px;
	padding: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}


a {
	color: #C2A000;
}
form {
	margin: 0;
}
form td {
	padding: 0 10px 7px 0;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}


.separator {
	margin: 30px 0;
	line-height: 0;
	height: 1px;
	border-bottom: 1px solid #E7E7E7;
}
.red {
	color: red;
}
