@charset "UTF-8";
/* CSS Document 
=======================
COLORS:
=======================
MAROON RED:		#8A2E26
=======================


div{
	border:solid 1px white;
}
*/
img {
	border:none;
}
p, h1, h2, h3, h4, h5 {
	margin:0px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	letter-spacing:1px;
	background-image:url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
#redBottomBorder {
	margin:0;
	padding: 0;
	background-color:#8A2E26 ;
	width:100%;
}
#redOutterContainer {
	position:relative;
	padding: 0;
	background-image:url(../images/red_body_bg.png);
	background-position: top center;
	background-repeat:y-repeat;
	text-align: center;
}
#redContainer {
	position:relative;
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
#redMainContent {
	position:relative;
	width: 240px;
	float:right;
	margin:0 auto;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#container {
	postion:relative;
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	position:absolute;
	top:120px;
	width:780px;
	margin:0;
}
#topSpacer {
	height:60px;
}
#innerMainContent {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/insner_body_bg.png);
	background-position: top left;
	background-repeat:no-repeat;
	margin:0;
	height:700px;
}
#clearfloat {
	clear:both;
	line-height:0px;
}
#module {
	position:relative;
	border:solid 1px #8A2E26;
	background-image:url(../images/module_body_bg.png);
	background-position: top center;
	background-repeat:repeat;
	z-index:2;
}
#modTop {
	position:relative;
	background-color: #8A2E26;
	padding: 10px 20px;
}
#modBottom {
	position:relative;
	padding: 10px 20px;
}
#homeImage {
	background: transparent;
	position:absolute;
	top:-40px;
	left:-30px;
	z-index:1;
}
#rightColumn {
	position:relative;
	width: 240px;
	float:right;
	margin:0;
}
#leftColumn {
	width:520px;
	position:relative;
	float:left;
	margin:0;
}
#sponsors a:link, #sponsors a:visited, #sponsors a:active  {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#sponsors a:hover  {
	color:#8A2E26;
	font-weight:bold;
	text-decoration:underline;
}


#smll_btn {
	font-weight:bold;
	display: inline-block;
	border: solid 2px #000000;
	font-family: inherit;
	font-size: 9px;
	line-height: 16px;
	padding: 3px 6px;
	margin:4px 0 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	
	color: #fff;
	background-color: #8A2E26;
	float:right;
}
#smll_btn:hover
{
	font-weight:bold;
	display: inline-block;
	border: solid 2px #FFFFFF;
	font-family: inherit;
	font-size: 9px;
	line-height: 16px;
	padding: 3px 6px;
	margin:4px 0 0 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	
	color: #fff;
	background-color:#8A2E26;
	float:right;
}
