* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 6px 0px 12px;
	background-color: #fff;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	background:url('images/bg1.jpg');
}

a {
	text-decoration: none;
}

a:hover {
	color: #305785;
	background-color: inherit;
}

span {
	display: block;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 10px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#container {
	margin: 0px auto;
	padding-top: 7px;
	width: 732px;
	background: url('images/background_top.gif') repeat-x 0px 0px;
	text-align: justify;
}


/* Page Header */

#page_header {
	margin-bottom: 1px;
	background: url('images/logo.jpg') no-repeat 0 0;
	width: 732px;
	height: 149px;
	overflow: hidden;
}

#page_header h1 {
	margin-left:159px;
	background: url('images/header.jpg') no-repeat 0 0;
	height:149px;
	text-align:center;
	color:#fff;
	font-size:24px;
	padding-top:120px;
}


/* Page Menu */

#page_menu {
	width: 732px;
	height: 25px;
	overflow: hidden;
}

#page_menu ul {
	width: 732px;
	height: 25px;
}

#page_menu li {
	margin-left: 1px;
	height: 25px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#page_menu li.black {
	margin: 0px;
}

#page_menu li a {
	padding: 5px 12px;
	color: #eee;
	background:  #a52322 no-repeat 0px 0px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

#page_menu li.black a {
	background: url('images/menu_bgblack.gif') #000000 no-repeat 0px 0px;
	border-right: #a52322 1px solid;
}

#page_menu li a:hover {
	background-color: #891d1c;
}

#page_menu li.black a:hover {
	background-color: #424242;
}

#page_menu li b {
	height: 25px;
	display: block;
}

#page_menu li#home {
	width: 96px;
	*width:94px;
}

#page_menu li#training {
	width: 90px;
}

#page_menu li#schedule {
	width: 90px;
}

#page_menu li#photos {
	width: 88px;
}

#page_menu li#links {
	width: 89px;
}

#page_menu li#sponsor {
	width: 88px;
}

#page_menu li#faq {
	width: 90px;
}

#page_menu li#contact {
	width: 94px;
}


/* Page Content */

#page_content {
	padding: 5px 0px 0px;
	width: 732px;
	background: url('images/content_background.gif') repeat-y 0px 0px;
}

.content_box {
	margin: 0px auto;
	padding: 11px 0px 0px;
	width: 710px;
}

.content_box h2 {
	height: 18px;
}


/* Welcome Text*/

#welcome_text {
	padding: 0px 11px;
}

#welcome_text h2 {
}


.teamphotos {
	text-align:center;
}


#mainsponsor {
	text-align:center;
	background: url('images/footer_background.gif') #fff repeat-x 0px 1px;
	padding-top:15px;
}


/* Footer Links */

#footer_links {
	padding: 18px 0px 0px;
	color: #083360;
	background: url('images/footer_background.gif') #fff repeat-x 0px 1px;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#footer_links a {
	color: #083360;
	text-decoration: none;
	background-color: inherit;
}

#footer_links a:hover {
	color: #185799;
	background-color: inherit;
}

#footer_links ul {
	margin: 0px auto;
	padding: 0px 0px 0px 100px;
}

#footer_links li {
	padding: 0px 12px 0px 10px;
	color: inherit;
	background: url('images/footer_links_div.gif') #fff no-repeat 100% 100%;
	text-transform: lowercase;
	float: left;
}

#footer_links li.last {
	padding-right: 10px;
	background: none;
}


/* Page Footer */

#page_footer {
	padding: 15px 20px 0px;
	color: #000;
	background-color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#page_footer a {
	color: #000;
	background-color: inherit;
}

#page_footer a:hover {
	color: #5c5c5c;
	background-color: inherit;
}

