@import url(menu.css);

body {
	background: #000 url(../gfx/bg-page.jpg) repeat-x 0 0;
}

#wrapper {
	background: url(../gfx/bg-pageheader.gif) no-repeat 0 0;
}

#pageheader {
	background: none;
	height: 163px;
}

#logo {
	margin-left: -80px;
}


h2 {
	color: #ccc;
	font-family: Georgia, Arial, Helvetica;
}

h5 {
	background: none;
	background-color: #340000;
	border-width: 1px;
	border-style: dashed;
	border-left: none;
	border-right: none;
	color: #ccc;
	border-color: #666;
	font-size: 88%;
}

a {
	color: #FF9933;
}

#pageheader h1 {
	float: left;
	width: 441px;
	height: 110px;
	background: url(../gfx/h1.gif) no-repeat 0 0;
	margin-top: 25px;
}

#main_col, #side_col {
	margin-top: 10px;
}