body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#164871;
}
* {margin: 0px;padding: 0px;}


#container {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#main {
	width: 800px;
	background-image:url(images/background.gif);
	
}
/******************** header ********************/

#header {
	width:750px;
	height:341px;
	margin-left:25px;
	background-image:url(images/header.jpg);
	display:block;
}
#header2 {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/header2.jpg);
	display:block;
}
#fishing {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/fishingheader.png);
	display:block;
}
#basketball {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/basketballheader.png);
	display:block;
}
#soccer {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/soccerheader.png);
	display:block;
}

#community {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/CommunityEventsHeader.png);
	display:block;
}

#baseball {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/Baseballheader.png);
	display:block;
}
#softball {
	width:750px;
	height:125px;
	margin-left:25px;
	background-image:url(images/softballheader.png);
	display:block;
}


/******************** navigation ********************/
#navlist ul{
	list-style-type: circle;
}

#navlist li {
	width:80px;
	height:22px;
	float:left;
	margin-left:40px;
	text-align:center;
}

#nav {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#FFFFFF;
	font-weight:800;
}

/******************** nav2 ********************/
#nav2list ul{
	list-style-type: circle;
}

#nav2list li {
	width:80px;
	height:22px;
	float:left;
	margin-left:40px;
	text-align:center;
}
#nav2 {
	width:744px;
	height:22px;
	margin: 2px 0px 2px 25px;
	background-color:#a5cae5;
	padding: 3px 5px 3px 1px;
}
#nav2 li {
	display:inline;
	background-color:#245882;
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav2 a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:#a5cae5;
	font-weight:800;
	display:block;
}
#nav2 a:hover {
	color:#FFFFFF;
	font-weight:800;
}

/******************** Content ********************/
p, h1, h2, a, span{font-family: Arial, Helvetica, sans-serif;}
#content {
	width:750px;
	margin-left:25px;
	background-color:#a5cae5;
}
#left {
	float:left;
	width:390px;
	display:inline;
	margin: 20px 0px 30px 20px;
}
#left p {
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #052d4e;
	font-weight:800;
}
#left a:hover{
	color:#FFFFFF;
}
#left h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left h2{
	font-family: script;
	font-size: 28px;
	color: #00004e;
	display:inline;
	font-weight:500;
}
#left span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}

/******************** Left2 ********************/
#left2 {
	float: left;
	width:680px;
	display: inline;
	margin: 20px 20px 20px 30px;
}
#left2 p{
	font-size: 12px;
	color: #000000;
	padding: 10px 0px;	
}
#left2 a{
	color: #052d4e;
	font-weight:800;
}
#left2 a:hover{
	color: #ffffff;
}


#left2 li{
	width:600px;
	height:22px;
	margin-left:4px;
	list-style-type: circle;
}

#left2 h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
	padding: 10px 0px;	
}
#left2 h2{
	font-family: script;
	font-size: 28px;
	color: #000000;
	display:inline;
	font-weight:500;
}
#left2 h3{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left2 h4{
	font-size: 12px;
	color: #000000;
	margin: 10px;
}
#left2 span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
/******************** Left3 ********************/
/* Indented paragraphs - see about.html        */
#left3 {
	float:left;
	width:600px;
	display:inline;
	margin-left: 30px ;
	margin-right: 30px ;
}
#left3 p {
	font-size: 12px;
	color: #000000;
	padding: 5px 40px;	
}
#left3 a{
	color: #052d4e;
	font-weight:800;
}
#left3 a:hover{
	color:#FFFFFF;
}
#left3 h1{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left3 h2{
	font-family: script;
	font-size: 28px;
	color: #000000;
	display:inline;
	font-weight:500;
}
#left3 h3{
	font-size: 16px;
	color: #052d4e;
	display:inline;
	font-weight:900;
}
#left3 h4{
	font-size: 12px;
	color: #000000;
	margin: 10px;
}
#left3 span{
	font-size: 12px;
	color: #007dda;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}
/******************** right ********************/
#right {
	float:right;
	width:260px;
	background-color:#397eb7;
	color:#FFFFFF;
	font-weight:900;
	padding: 5px 10px;
	margin: 30px 20px 20px 0px;
	display:inline;
}
#right p{
	padding: 4px 0px;
}
#right a{
	color:#FFFFFF;
	font-weight:900;
}
#right a:hover{
	color: #052d4e;
}
.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	color:#FFFFFF;
	margin: 10px 0px;
}
#footer ul {
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
	font-weight:900;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer span {
	display:block;
	clear:both;
	color:#FFFFFF;
	margin: 10px 0px;
}
.clear{
	clear:both;
}


