body {
	background-color: #000;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a { color:#770e2a; text-decoration:underline }
a:hover { text-decoration:none; }

h1 { font-size:28px; margin:0px; font-weight:200 }
h2 { font-size:18px; margin:0px; font-weight:200; color:#0946ba; }
h3 { font-size:16px; margin:0px; font-weight:200; color:#484848; }

blockquote { margin:15px; }

/* Layout */
#wrapper {
	width:797px;
	margin:0 auto;
	padding:0px;
}
#header {
	background-image:url(../images/header.png);
	width:797px;
	height:100px;
}
#headerText {
	margin-top:35px;
	margin-right:25px;
	float:right;
}
/* MENU */
#nav a { 
	float: left;   
	text-decoration: none; 
	text-align:center;  
	height: 31px; 
	width: 111px; 
	line-height: 35px; 
	color:#FFFFFF;	
	margin-right:4px;
}
#nav a:hover { 
	background: url(../images/navHover.png) 0 0 no-repeat; vertical-align:bottom; 
}
#nav a.Selected, a.Selected:link, #nav a.Selected:active, #nav a.Selected:visited {
	background: url(../images/navHover.png) 0 0 no-repeat; vertical-align:bottom;
}
#nav {
	width:600px;
	margin:0 auto;
}
#navigation {
	background-image:url(../images/navigation.png);
	height:35px;
}
#contentWrapper {
	background-image:url(../images/contentBg.png);
	background-repeat:repeat-y;
}
#contentTop {
	background-image:url(../images/cntTop.png);
	width:719px;
	height:18px;
	margin:0 auto;
}
#contentBg {
	width:719px;
	background-image:url(../images/cntBg.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto;
	padding-left:35px;
	padding-right:35px;
}
#contentBottom {
	background-image:url(../images/cntBottom.png);
	width:719px;
	height:7px;
	margin:0 auto;
}
#footer {
	background-image:url(../images/footer.png);
	width:797px;
	height:27px;
}

/* Classes */
.clearBoth {
	clear:both;
}
.padding5 {
	padding-top:5px;
	padding-bottom:5px;
}
.horz {
	background-image:url(../images/hr.png);
	width:669px;
	height:2px;
	margin:0 auto;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}
.contentText {
	width:625px;
	margin:0 auto;
}
