html {
	overflow:-moz-scrollbars-vertical;
}

body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	margin:0px 10px 30px;
	font-size:17px;
	font-weight:normal;
	letter-spacing:5px;
}

h2 {
	margin:0px 0px 30px;
	font-size:23px;
	font-weight:normal;
}

ul {
	line-height:20px;
}

#main {
	width:760px;
	margin:0px auto;
	background-image:url(images/design/bg_main.jpg);
}

#header {
	height:65px;
	padding:35px 20px 0px;
	background-image:url(images/design/bg_header.jpg);
}

#content {
	width:760px;
	background-image:url(images/design/bg_content.jpg);
	background-repeat:no-repeat;
}

#left {
	float:left;
	width:130px;
	padding-top:30px;
}

#middle {
	float:left;
	width:570px;
	padding:25px 25px 15px;
	font-size:15px;
}

#footer {
	clear:both;
	height:35px;
	background-image:url(images/design/bg_footer.jpg);
}

.menu {
	margin:0px 15px 20px;
	text-align:center;
	font-weight:bold;
	border:1px solid #505050;
}

a.menuitem {
	display:block;
	padding:3px;
}

a.menuitem:link, a.menuitem:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.menuitem:hover {
	color:#505050;
	background-color:#F0F0F0;
}

#footer, a.footer {
	color:#909090;
	text-decoration:none;
}

table.footer {
	width:585px;
	margin-left:175px;
}

