/* main page */
body {
	background:#D80808 url('images/bg.jpg') repeat;
	margin:0;
	padding:7px;
}

#site {
	border:#FFFFFF solid 1px;
	background:#BB0808;
}

#header {
	height:120px;
	background:url('images/header_bg.jpg') repeat-x;
}

#menu {
	height:20px;
	background:url('images/menu_bg.gif') repeat-x;
	text-align:center;
	color:#000	;
	letter-spacing:1px
}

#menu a, #menu a:visited {
	color:#000CB0;
	text-decoration:none;
}

#menu a:hover, #menu a:active {
	color:#0000FF;
	text-decoration:underline;
}

#site, p, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

hr {
	border-left:0px none; border-right:0px none; border-top:0px none; border-bottom:1px solid #FFFFFF; padding:3px; width:90%
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:visited { color: #FFF; }
a:hover, a:active { color: #0000FF; }

#content {
	padding:4px;
}

.content-box {
	padding-left:5px;
}

.ad {
	padding:2px;
	border:#FFFFFF solid 1px;
	width:180px;
	text-align:center;
	vertical-align:middle;
}

#copyright {
	height:20px;
	background:url('images/menu_bg.gif') repeat-x;
	text-align:center;
	color:#000CB0
}

#copyright a, #copyright a:visited {
	color:#777777;
	text-decoration:none;
}

#copyright a:hover, #copyright a:active {
	color:#000;
	text-decoration:underline;
}