@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #444444;
	background-image: url(images/bodybg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
}
#nav {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 836px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 164px;
	height: 50px;
}
#title {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	width: 836px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 164px;
	height: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	color: #222222;
}
#title a {
	color: #222222;
	text-decoration: none;
}
#title a:hover {
	color: #c80000;
}
#content a {
	color: #444444;
	text-decoration: none;
}
#content a:hover {
	color: #ff0000;
	text-decoration: none;
}


#content {
	text-align: justify;
	vertical-align: top;
	margin: 0px;
	width: 786px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 189px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#foot {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 836px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 164px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
