body {
	margin: 0;
	padding: 0;
	background-color: #300a00;
	text-align: center;
	margin: auto;
}

p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebd7af;
	text-decoration: none;
}

.bigger {
	font-size:18px;
	color:#FFFFFF;
}


a img {
	border: 0;
}


#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	width: 931px;
	min-height: 523px;
	height: auto !important; 
	height: 523px;
	left: 0;
/*	background-color:#00FFFF; */
}

#topcontainer {
	text-align: left;	
	margin: auto;
	width: 889px;
	min-height: 523px;
	height: auto !important; 
	height: 523px;
	left: 0;
	background-image: url(images/bg-main.jpg);
	background-position: top top;
	background-repeat: no-repeat;
	padding-left: 21px;
	padding-right: 21px;
}

#maincontainer {
	width: 931px;
	float: left;
	display: inline;
}

#logoouter {
	width: 889px;
	height: 90px;
	float: left;
	display: inline;
	text-align: center;
/*	background-color: #FF0000; */
}

#navouter {
	width: 889px;
	height: 31px;
	float: left;
	margin: 0 0 0 75px;
	display: inline;
/*	background-color: #00FF00; */
}

#image {
	width: 889px;
	height: 315px;
	float: left;
	display: inline;
/*	background-color: #0000FF; */
}

#contenttopouter {
	width: 889px;
	height: 87px;
	float: left;
	display: inline;
/*	background-color: #FFFF00; */
}

#contentouter {
	width: 889px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	float: left;
	display: inline;
	padding-left: 21px;
	padding-right: 21px;
/*	background-color: #00FFFF; */
	background-image:url(images/bg-content.jpg);
	background-repeat: repeat-y;
}

#footer {
	width: 889px;
	height: 32px;
	float: left;
	display: inline;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 18px;
	background-color: #300a00;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
}

/*/////////////////////////////////////////////////////////*/

.navitem {
	float: left;
	display: inline;
	padding-right:10px;
}

.signitem {
	float: left;
	display: inline;
	width: 266px;
}

.tablesearch {
	width: 328px;
	height: 147px;
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #310002;
	border: 1px solid #982121;
}

.hometext {
	float: left;
	display: inline;
	width: 256px;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 9px;
}

.maintext {
	width: 515px;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 10px;
}

.homesports {
	width: 244px;
	float: left;
	display: inline;
}

.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebd7af;
	text-decoration: none;
}

a:hover.textmain {
	color: #900013;
	text-decoration: none;
}

.textbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ebd7af;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover.footernav {
	color: #900013;
	text-decoration: none;
}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #900013;
	letter-spacing: 1px;
	text-decoration: none;
}

a:hover.footertext {
	color: #ebd7af;
	text-decoration: none;
}

.btn {
	float: left;
	display: inline;
	padding: 5px;
	margin-right:5px;
	background-color: #310002;
	border: 1px solid #982121;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ebd7af;
	text-decoration: none;
}

a:hover.btn {
	color: #900013;
	text-decoration: none;
}

.valentine {
	border:1px solid #EBD7AF;
	padding:5px;
	background-image: url(images/valentine-bk.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #990000;
}

/* POPUP */

.popup-outer {
	margin: auto;
	height: 500px;
	width: 550px;
	text-align:left;
}

.popup-topbar {
	margin: auto;
	height: 118px;
	width: 550px;
	text-align:left;
}

.popup-contentarea {
	margin: auto;
	height: 374px;
	width: 550px;
	text-align:center;
}

.popup-addressbar {
	margin: auto;
	height: 38px;
	padding-top:10px;
	width: 550px;
	text-align:left;
}

.popup-scrollarea {
	margin: auto;
	height: 335px;
	width: 480px;
	margin-top:15px;
	padding-right:0px;
	text-align:left;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #1e0000;
	SCROLLBAR-HIGHLIGHT-COLOR: #1e0000;
	SCROLLBAR-SHADOW-COLOR: #1e0000;
	SCROLLBAR-3DLIGHT-COLOR: #1e0000;
	SCROLLBAR-ARROW-COLOR: #d4d4d4;
	SCROLLBAR-TRACK-COLOR: #1e0000;
	SCROLLBAR-DARKSHADOW-COLOR: #1e0000;
	filter: chroma(color=#1e0000);
	allowtransparency:true;
}

label {width:100px;
float:left;
display:inline;
}

/* END POPUP */

ul#bastille {
	color: #fff;
	list-style:square outside;
	padding: 0;
	width: 350px;
	margin: 10px 0 10px 10px;
}
ul#bastille li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}