body {
	margin-top: 0;
	background: #a9cbea url(../images/bg2.gif);
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a9cbea;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
	font-size: 18px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
	font-size: 14px;
}
img { border: none;}

/*** Container ***/
#wrapper {
	width: 830px;
	margin: 0 auto;
	background: url(../images/bg-gradient.gif) repeat-y;
}
#container {
	margin: 0px auto;
	width: 800px;
}

/*** Header ***/
#header {
	height: 200px;
	width: 800px;
	background-color: #000000;
}
#header h1 {
	text-align: right;
	font-size: 32px;
	padding: 10px 5px 0px 0px;
}

#header h2 {
	text-align: right;
	font-size:24px;
	padding: 100px 5px 0px 0px;
}

/*** Content ***/

#content {
	min-height: 350px;
	_height: 350px;
}
#leftcolumn { 
	padding: 5px;
	width: 290px;
	float: left;
}
#rightcolumn { 
	float: right;
	padding: 5px;
	width: 490px;
	display: inline;
}
#centercolumn {
	padding: 5px;
	width: 790px;
}

/*** Nav ***/

#nav {
	height: 50px;
	background: #330010 url(../images/nav-bg.png) no-repeat;
}
#nav ul { margin: 0; list-style: none;}
#nav li { display: inline;}
#nav a {
	display: block;
	float: left;
	margin-left: 20px;
	padding: 16px 0 2px 0px;
	border-bottom: 4px solid #330010;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav a:hover { border-bottom-color: #FFFFFF;}

/*** Footer ***/
#footer {
	clear: both;
	padding: 20px;
	background: #330010;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a, #footer a:link {
	font-size: 12px;
	color: #a9cbea;
	text-decoration: none;
}
#footer a:hover { color: #FFFFFF;}