body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #EC1C2C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#outerwrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	float: left;
	position: relative;
	width: 1000px;
	height: 119px;
	vertical-align: middle;
}

#nav {
	float: left;
	position: relative;
	width: 1000px;
	height: 43px;
	background: url(images/menu_back.gif) repeat-x;
	z-index: 999;
	text-align: left;
}

#wrapper {
	left: 0px;
	width: 1000px;
	position: relative;
	float: left;
	background: #5E2A29;
}

.ContentPane3col {
	background: url(images/content-2col.jpg) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.ContentPaneFullCol {
	background: url(images/content-fullcol.jpg) repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.ContentPane2Col {
	background: url(images/content-2col.jpg) repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
	
	
#footer {
	width: 1000px;
	background: #21191A;
	position: relative;
	margin: 0 auto;
	clear: both;
	color: #fff;
	font-size: 11px;
}

a.Footer:link,
a.Footer:hover,
a.User:link,
a.User:hover,
a.Signin:link,
a.Signin:hover {
	color: white;
}

a:link {
	color: #E91E24;
}
a:visited {
	color: #E91E24;
}
a:hover {
	color: #E91E24;
}
a:active {
	color: #E91E24;
}

.footerlinks a:link {
	color: #79312d;
}
.footerlinks a:visited {
	color: #79312d;
}
.footerlinks a:hover {
	color: #79312d;
}
.footerlinks a:active {
	color: #79312d;
}

.menu {font-family:tahoma;font-size:14px;
font-weight:bold;color:#FF9900;}

.menu a:link {
	color: #FF9900;
	text-decoration:none;padding-left:7px;padding-right:7px;
}
.menu a:visited {
	color: #FF9900;
	text-decoration:none;padding-left:7px;padding-right:7px;
}
.menu a:hover {
	color: #000000;background-color:#FF9900;padding-left:7px;padding-right:7px;
	text-decoration:none;
}
.menu a:active {
	color: #000000;background-color:#FF9900;padding-left:7px;padding-right:7px;
	text-decoration:none;
}