* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 750px;
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #AB1818;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 10pt;
}

ul {
	list-style: none inside none;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	color: #999;
}

#wrapper {
}

#header {
	text-align: center;
	height: 200px;
	background-image: url(images/logo.jpg);
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

#header a {
	display: block;
	height: 150px;
	visibility: hidden;
}

#welcome {
	padding: 10px;
	height: 200px;
	background-color: #444;
}

#welcome p {
	width: 355px;
}

#top_boxes li {
	display: block;
	width: 230px;
	height: 125px;
	padding: 10px;
	float: left;
	background-color: #000;
}

#main {
	padding: 10px;
	float: left;
	clear: both;
}

#main h3 {
	display: block;
	width: 530px;
	float: left;
}

#main h4 {
	display: block;
	width: 200px;
	float: left;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

#main p {
	display: block;
	clear: both;
	margin-bottom: 25px;
}

#bottom_links {
	font-size: 7pt;
	text-align: center;
}

#bottom_links li {
	display: inline;
}

#credit {
	display: block;
	width: 355px;
	padding: 10px;
	float: left;
	font-size: 8pt;
}

#footer {
	display: block;
	width: 355px;
	padding: 10px;
	float: left;
	font-size: 8pt;
	text-align: right;
}

#menu {
	position: absolute;
	top: 150px;
}

#menu li {
	display: block;
	width: 125px;
	float: left;
}

#menu a {
	display: block;
	height: 30px;
	padding: 10px;
	background-color: #000;
}

.expandable {
	height: 50px;
	overflow: hidden;
}

.expandable:hover {
	height: 100%;
}

.submenu li {
	height: 25px!important;
	display: block;
}

.submenu a {
	height: 15px!important;
	padding: 10px!important;
	padding-top: 0px!important;
}

.submenu a:hover {
	background-color: #333333!important;
}
