body, html {width: 100%; }
body {
 margin: 0; padding: 0;
 text-align:center;
	background: #000 url(../images/bg/bg-body.gif);
	font: 11px/18px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #181818;
}
input, textarea {	font: 11px/18px Tahoma, Geneva, Arial, Helvetica, sans-serif;}

/* Content Elements */
a:link, a:visited {	color: #b9122b; text-decoration: none;}
a:hover, a:active {	color: #b0ac09;	text-decoration: underline;}
a img {border: none;}
p {margin: 0;	padding: 5px 0;}

h1,h2,h3,h4 {
	margin: 5px 0;
	padding:0;
	color:#b9122b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}


/* Layout elements */
#wrapper {
	width:740px;
	margin: 0 auto;
	text-align:left;
	background: #fff url(../images/bg/bg-page.gif) repeat-y left;
	border-right: 2px solid #5f5f5f;
	border-bottom: 2px solid #5f5f5f;
	border-left: 2px solid #5f5f5f;
}
#header {
	height: 145px;
	width: 100%;
	background: #FFFFFF url(../images/bg/header.jpg) no-repeat center top;
}
#header h1 {display: none;}
#header h1 a {width: 100%; heigh: 100%; display: block;}

#content {	padding: 0 20px;	background: url(../images/bg/bg-medal.gif) no-repeat right bottom;}
#content ul {
 margin: 0;
 padding: 0;
 list-style: url(none) none outside;
}

#content li {
 line-height: 18px;
 padding: 0 15px;
 background: url(../images/bullet-red.gif) no-repeat left center;
}
#contentleft {width: 440px; float: left; margin: 20px 0;}
#contentright {width: 240px; float: right; margin: 20px 0;}
#contentright h1,h2,h3,h4 {
	margin: 20px 0 0 0;
	padding:0;
	color:#b9122b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	height: 40px;
	padding: 0 20px;
	background: #000000 url(../images/bg/bg-footer.gif) no-repeat center top;
	font-size: 10px;
	line-height: 40px;
	color: #FFFFFF;
	margin: 0;
}
#footer .left {float: left;}
#footer .right {float: right;}
#footer ul {margin: 0; padding: 0; list-style:none;}
#footer li {display: inline; margin-right: 20px;}
#footer a:link, #footer a:visited {	color: #fff; text-decoration: none;}
#footer a:hover, #footer a:active {	color: #b0ac09;	text-decoration: underline;}


/*Navigation Styles*/
#nav {
	position: relative;
	top: 120px;
	left: 10px;
	width: 500px;
	height: 20px;
	color: #FFF;
	text-decoration: none;
}

#nav a:link {	color: #fff; text-decoration: none;}
#nav a:visited {	color: #fff;	text-decoration: none;}
#nav a:hover {	color: #b0ac09; text-decoration: none;}
#nav a:active {	color: #b0ac09;	text-decoration: none;}

#nav ul {
	padding: 0;
	margin: 0;	
	height: 20px;
	width: auto;
	line-height: 20px;
}
#nav ul li {
	text-align: center;
	height: 100%;
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	display: block;
	float: left;
}


/* Tools */
.red {color: #b9122b;}
.clearout {height: 0; clear: both; content: ".";}
.mptable {
 margin: 10px 0;
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
}
.mptable td {
	padding:4px;
	border: 1px solid #FFFFFF;
}
