@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	
}
#wrap {
	margin: auto;
	width: 1000px;
}
#header {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 239px;
}
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 52px;
	clear: both;
	padding-top: 70px;
	padding-bottom: 0px;
	text-align: center;
}
a {
	color: #9C3;
	font-weight: bold;
	text-decoration: none;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
a:hover {
	color: #9F3;
	font-weight: bold;
	text-decoration: underline;
}
#leftsidebar {
	width: 250px;
	float: left;
}

#rightsidebar {
	width: 250px;
	float: right;
}
#content {
	width: 500px;
	float: left;
}
#menu {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#menu table {
	margin: auto;
}
#menu table tr td marquee {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D6EC9A;
	padding-right: 5px;
}
.block .block-middle {
	background-image: url(../images/block_middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 10px;
}
.block {
	margin-top: 10px;
	margin-bottom: 10px;
}


#spacer {
	clear: both;
}


#page {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header-text {
	width: 300px;
	padding-top: 30px;
	margin-left: 300px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}
#header-text h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #9C0;
	font-size: 16px;
	margin: 0px;
	padding: 5px;
}
