﻿body {
	margin: 20px 0 0 0;
	padding: 0;
	background: white;
	Background: url('../images/bg.jpg') no-repeat left top;
	line-height: 1.6em;
	text-align: center;
	font-family: geneva;
	font-size: 13px;
	color: #6ecae2;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #6ecae2;
}
h2{
	text-align:justify;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

a {
	color: #0193DE;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	/*background: #000000 url(../images/image03.jpg) repeat-x left top;*/
	/*background-color:#4A4A4A;*/
	background: #592436;
	border:8px #171717 double;
	/*padding-top:20px;*/
	padding:5px 5px 5px 5px;
	
}
.bg2 {
	/*background: #000000 url(../images/image03.jpg) repeat-x left top;*/
	/*background-color:#4A4A4A;*/
	background: #343434;
	border:8px #171717 double;
	/*padding-top:20px;*/
	padding:5px 5px 5px 5px;
	
}


.content {
	padding: 0px 0px 20px 0px;
}


/** HEADER */

#header {
	width: 960px;
	height: 240px;
	margin: 0px auto;
	Background: url('../images/header.png') no-repeat;
	color: #6ecae2;
}

#header h1 {
	text-align: right;
	margin: 0px;
	padding: 100px 70px 0px 0px;
	text-transform: uppercase;
	font-size: 42px;
	color: #6ecae2;
}

#header h2 {
	margin: 0px;
	padding: 3px 50px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	color: lime;
}

/** MENU */

#menu {
	width: 960px;
	height:40px;
	margin: 0px auto;
	background:#171717;
	/*background-image:url('../../images/menu.png');*/
}

#menu ul {
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-right:65px; /*MODIFY THIS TO POSITION THE MENU*/
	list-style:none;
}

#menu li {
	display: inline;
}

#menu a {
	background-color: #592436;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #6ecae2;
	border:2px black outset;
}

#menu a:hover {
	color: #FFFFFF;
}

/** CONTENT */

#content-wrap {
	width: 960px;
	margin: 0 auto;
	background: #171717;
}

#content {
	width: 890px;
	margin: 0px auto;
	padding-top: 20px;
}

#columnA {
	float: left;
	width: 630px;
	
}
#columnA h2{
	width:630px;
	height:43px;
	text-transform: uppercase;
}
#columnA h2.General{
	font-size: 16px;
	text-transform:none;
	color:gray;
	height:12px;
}
#columnA h2.newsHead{
	Background: url('../images/newsHead.png') no-repeat left;
	font-size:0px;
	height:17px;
}

#columnA h2.firstTeam{
	Background: url('../images/1stteamtitle.png') no-repeat center;
	font-size:0px;
}
#columnA h2.secondTeam{
	Background: url('../images/2ndteamtitle.png') no-repeat center;
	font-size:0px;
}
#columnA h2.thirdTeam{
	Background: url('../images/3rdteamtitle.png') no-repeat center;
	font-size:0px;
}
#columnA h2.fourthTeam{
	Background: url('../images/4thteamtitle.png') no-repeat center;
	font-size:0px;
}



#columnA h3 {
	text-align:right;
	font-size:20px;
	border-bottom:thin aqua solid;
	border-bottom-color:#6ecae2;
}

#columnB {
	float: right;
	width: 230px;
	background-color:#33312B;
}

#columnB h2 {
	padding: 10px 0 10px 30px;
	background: #592436;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
#columnB h2.sponsorHead{
	Background: url('../images/sponsHead.png') no-repeat center #592436;
	font-size:0px;
}


#columnB strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
/** sponsors */

#sponsors {
	width: 960px;
	height: auto;
	margin: 0px auto;
	background: #000000;
	border-top: 2px solid #4A4A4A;
	font-size: 11px;
	color: #FFFFFF;
}

#sponsors p {
	margin: 0;
	padding: 5px 10px;
}


/** FOOTER */

#footer {
	width: 960px;
	height: 100px;
	margin: 0px auto;
	Background: url('../images/footer.png') no-repeat;
	border-top: 2px solid #4A4A4A;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom:20px;
}

#footer p {
	margin: 0;
	padding: 5px 10px;
}

#footer .copyright {
	float: left;
	margin: 30px 0px 0px 50px;
	padding-left: 20px;
	padding-bottom:20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 30px 50px 0px 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
}

#footer .xhtml {
	padding-left: 20px;
}

#footer a {
}

