﻿/* -------------------------------------- */
/* BCY Swim Team Site CSS                 */                  
/* Written by Debra Weaver                */
/* -------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

/* Main styles */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;	
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #103B61;
	background-color: #fff;
	text-align: center;
}

img {
	border: 0px;
	vertical-align: middle;
}

a:link{
    color: #9fbfec;
    text-decoration: none;

} 

a:visited {
    color: #CCCCCC;
    text-decoration: none;

}

a:hover{
    color: #fff;
} 

a:active {
    color: #228ee0;
    text-decoration: none;
	}

#body_container {
background-color: #2E479B;	
}

#head_menu_container {
	background-color: #043994;
	height: 31px;
	background-image: url(../images/topmenubg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main_container {
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #fff;
	background-position: center;
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}	
		
		
#header {
	background-color: #2E479B;
	background-image: url('../images/headings/splashpageheader_rev2.gif');
	height: 149px;
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9fbfec;
}

	#header h1 {
		display: block;
		top: 0px;
		left: 0px;
		position: absolute;
		text-indent: -2000em;
	}

#body {
	float: right;
	width: 612px;
	padding-bottom: 25px;
}

#footer_container {
	background-color: #043994;
	width: 770px;
	font-size: 10px;
	color: #A7B0BC;
	height: 8px;
	
}
	
	#footer_container a {
		color: #A7B0BC;
		text-decoration: none;
	}
	
	#footer_container ul {
		list-style: none;
		display: block;
		padding: 7px 0px 7px 7px;
		float: left;
	}
	
	#footer_container li {
		display: inline;
		padding-left: 4px;
	}
	
		#footer_container li a {
			padding-right: 3px;
		}
		

