* {
	margin: 0;
	padding: 0;
}

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;
}


a img {
	border: 0;
}


#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	width: 931px;
	left: 0;
/*	background-color:#00FFFF; */
}

#topcontainer {
	float: left;
	display: inline;
	width: 889px;
	min-height: 523px;
	height: auto !important; 
	height: 523px;
	background-image: url(images/bg-main.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 21px;
	position: relative;
}

#maincontainer {
	width: 931px;
	float: left;
	display: inline;
}

#logoouter {
	width: 889px;
	height: 90px;
	float: left;
	display: inline;
	text-align: center;
/*	background-color: #FF0000; */
}

#navouter {
	width: 887px;
	height: 31px;
	float: left;
	display: inline;
/*	margin-left:18px;
	background-color: #00FF00; */
}

#image {
	width: 889px;
	height: 315px;
	float: left;
	display: inline;
/*	background-color: #0000FF; */
}

#contenttopouter {
	width: 889px;
	height: 87px;
	float: left;
	display: inline;
	padding-top: 10px;
/*	background-color: #FFFF00; */
}

#contentouter {
	width: 889px;
	min-height: 184px;
	height: auto !important;
	height: 184px;
	float: left;
	display: inline;
	padding-left: 21px;
	padding-right: 21px;
	margin-top: -10px;
/*	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;
}

.signitem {
	float: left;
	display: inline;
	width: 266px;
}

.tablesearch {
	width: 325px;
	height: 147px;
	float: left;
	display: inline;
	padding-left: 5px;
	
	padding-top: 5px;
	margin-top: 5px;
	
	background-color: #310002;
	border: 1px solid #982121;
}

.col1,.col2,.col3 {
	float: left;
	display: inline;
	width: 256px;
	margin-right: 10px;
}

.col2 {
	width: 340px;
	margin-right: 0px;
}

.col3 {
	width: 230px;
	margin-left: 20px;
	margin-right: 0px;
}

.maintext {
	width: 515px;
	float: left;
	display: inline;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 10px;
}

.homesports {
	width: 244px;
	float: left;
	display: inline;
}

.hometext {
	float: left;
	display: inline;
	width: 256px;
	padding-top: 8px;
	padding-left: 11px;
	padding-right: 9px;
}

.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;
}

.textmain.enlarge
{
	padding: 0;
	margin-bottom: 0;
}

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;
}

/* 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;
}

ul.beef-links{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	left: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 130px;
	text-decoration: none;
	width: 200px;
}

	ul.beef-links li{
		cursor: pointer;
		display: inline;
		float: left;
		font-family: times, serif;
		font-size: 13px;
		font-weight: bold;
		padding: 5px 0;
		list-style-type: none;
		width: 200px;
		text-transform: uppercase;
	}

.beef-overlay{
	display: none;
	left: 314px;
	position: absolute;
	top: 137px;
	z-index: 3
}

.beef-cut-area{
	background: #e6e3cf;
	display: none;
	font-size: 10px;
	height: 256px;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 140px;	
	padding: 10px;
	width: 155px;
	z-index: 5;
}
	.beef-cut-area p, .beef-cut-area-wide p{
		color: #000;		
	}

.beef-cut-area.wide{
	background: #e6e3cf;
	font-size: 10px;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: 40px;
	top: 240px;	
	padding: 10px;
	width: 400px;
	z-index: 5;
}

.christmas-2011
{
	display: block;
	margin: 0 0 15px 50px;
}
