﻿/* CSS Document */

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EEEEEE;
}
#wrapper {
	width: 975px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.clear_both{
	clear:both;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to header css
-------------------------------------------------------------------------------------------------------------*/
#header {
	margin: 0px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	height:125px;
}

#header_nav{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:86px;
	width:700px;
}

#header_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_nav li {
	font-size: 70%;
	font-weight:bold;
	width:125px;
	text-align:center;
	border-left:1px solid #15203C;
	display:inline;
	float:left;
}
#header_nav li.last {
	border-right:1px solid #15203C;
}
#header_nav li a:link, #header_nav li a:visited {
	display: block;
	color: #15203C;
	text-decoration: none;
	padding:5px;
}
#header_nav li a:hover {
	color: #FFF;
	background-color:#15203C;
	padding:5px;
	text-align:center;
}

/*-------------------------------------------------------------------------------------------------------------
This section pertains to navigation css
-------------------------------------------------------------------------------------------------------------*/
#navigation {
	width: 150px;
	float:left;
	background-color:#15203C;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-size: 70%;
	font-weight:bold;
}
#navigation li a:link, #navigation li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding:5px;
}
#navigation li a:hover {
	color: #15203C;
	background-image: url(../images/nav_bg_hover.jpg);
	padding:5px;
	text-align:center;
}
#navigation p {
	font-size:75%;
	font-weight:bold;
	margin: 0px;
	text-align:center;
	color: 15203C;
	border-bottom: dashed #15203C 1px;
	border-left: solid #15203C 1px;
	padding: 4px 2px 5px 2px;
	background-color: #FFFFFF;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to content wrapper css
-------------------------------------------------------------------------------------------------------------*/
#content_wrapper {
	width:825px;
	float:right;
	background-image:url(../images/content_wrapper_bg.gif);
	background-repeat:repeat-y;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to content css
-------------------------------------------------------------------------------------------------------------*/
#content {
	width: 620px;
	float: left;
	padding: 15px;
	font-size: 75%;
	min-height: 300px;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to side bar css
-------------------------------------------------------------------------------------------------------------*/
#side_bar {
	width:174px;
	float:right;
	margin:0px;
	padding:0px;
	color:#15203C;
}

#side_bar h4.header {
	
	text-align: center;
	color: #FFFFFF;
	background-color:#15203C;
	margin-bottom:5px;
	font-size:75%;
	font-weight:bold;
	padding: 5px 0px;
}

#side_bar ul {
	list-style:square;
	margin: 1.25em;
	padding: 0;
}
#side_bar li, #side_bar p, #side_bar td {
	font-size: 70%;
}

#side_bar p.text {
	margin-left:1.25em;
}

/*-------------------------------------------------------------------------------------------------------------
This section pertains to footer css
-------------------------------------------------------------------------------------------------------------*/
#footer {
	background-image:url(../images/footer_bg.gif);
	height:25px;
	clear:both;
}
#footer p {
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 70%;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #ffffff;
	background-color: transparent;
}
#footer a:hover {
	text-decoration: none;
	color: #15203C;
	background-color:#FFFFFF;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to page design css
-------------------------------------------------------------------------------------------------------------*/
#content h3 {
	color:#15203C;
}
a:link, a:visited {
	color:#15203C
}
a:hover {
	color:#666
}
a:active {
	color:#FFCC00
}
#content h3.headline {
	border-bottom: solid #000 1px;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #036;
}
.playerinfo {
	line-height:1.75em;
	font-weight:bold;
}
}
img.border {
	border:solid 1px #000;
}
/* Image Gallery */
.category {
	color:#FFCC33;
}
.heading {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #15203C;
	border-bottom:1px #15203C solid;
	padding-bottom:3px;
}
/*-------------------------------------------------------------------------------------------------------------
This section pertains to photo galery css
-------------------------------------------------------------------------------------------------------------*/
#content div.gallery {
	float:left;
	padding:2px;
}
#content div.gallery img {
	border:0px;
}
#content div.gallery p {
	font-size:75%;
	text-align:center;
}
#content div.buttons {
	clear:both;
}

.center{
	text-align:center;
}
