/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #f3dfee;
	font: .65em/1.4em Verdana, Helvetica, sans-sarif;
	background: #000;
}

a:link {
	color: #c264b8;
}

a:visited {
	color: #fdb1f5;
}

a:hover {
	color: #9a7d97;
}

h1 { /* standard headline */
	padding: 0px; 
	margin: 0px;
	color: #a37b9a;
	font: 1.35em Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

h2 { /* standard subheader */
	padding: 5px 10px 3px 10px; 
	margin: 10px 0px 0px 0px;
	color: #000;
	font: 1.15em Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	border-top: 1px solid black;
}

h3 {
	float: right;
	padding: 2px 10px;
	margin: -18px 0px 0px 0px;
	font: 1em Verdana, Helvetica, sans-serif;
}	

p {
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

#container {
	margin: 0 auto; /* center */
	text-align: left;
	position: relative; /* EI hack */
	width: 1000px;
	height: 100%;
	background: #000 url(images/homeBackground.jpg) no-repeat;
}

#header { 
	width: 1000px;
	height: 300px;
}

#mainMenu {
	position: relative;
	padding: 0;
	margin: 0;
	width: 780px;
	background: url(images/menuBackground.gif) repeat-x;
	border-bottom: 2px solid black;
}

#mainMenu ul {
	list-style: none;
	margin: 0px 0px 0px 65px; 
	padding: 0;
}

#mainMenu li {
	margin: 0 0 0 0px; 
	padding: 0 0 0 0px;
	height: 23px;
	float: left;
}

#mainMenu li a { 
     display: block; 
     height: 0px !important; 
	 margin: 0;
     padding: 23px 0 0 0px; 
     overflow: hidden; 
     height /**/: 23px; 
}

/* menuMain button */
/* --------------------------- roster */
#mainMenu li#menu_roster { 
	width: 110px;
}

#mainMenu li#menu_roster a{ 
     background:transparent url("images/button_teamRoster.gif") top left no-repeat;
}

/* --------------------------- announcements */
#mainMenu li#menu_announcements { 
	width: 129px;
} 

#mainMenu li#menu_announcements a{ 
     background:transparent url("images/button_announcements.gif") top left no-repeat;
}

/* --------------------------- calendar */
#mainMenu li#menu_calendar { 
	width: 86px;
} 

#mainMenu li#menu_calendar a{ 
     background:transparent url("images/button_calendar.gif") top left no-repeat;
}

/* --------------------------- gallery */
#mainMenu li#menu_gallery { 
	width: 77px;
} 

#mainMenu li#menu_gallery a{ 
     background:transparent url("images/button_gallery.gif") top left no-repeat;
}

/* --------------------------- for fun */
#mainMenu li#menu_forFun { 
	width: 76px;
} 

#mainMenu li#menu_forFun a{ 
     background:transparent url("images/button_forFun.gif") top left no-repeat;
}

/* --------------------------- coaches */
#mainMenu li#menu_coaches { 
	width: 77px;
} 

#mainMenu li#menu_coaches a{ 
     background:transparent url("images/button_coaches.gif") top left no-repeat;
}

/* --------------------------- team mom */
#mainMenu li#menu_teamMom { 
	width: 94px;
} 

#mainMenu li#menu_teamMom a{ 
     background:transparent url("images/button_teamMom.gif") top left no-repeat;
}

.contentRow {
	width: 800px;
	padding-left: 155px;
	margin-bottom: 30px;

}

.leftBox {
	padding: 0;
	margin-right: 150px;
	float: left;
	width: 300px;
}

.rightBox {
	display: block;
	padding: 0;
	width: 250px;
	text-align: center;
}

#footer {
	color: #7b4672;
	text-align: center;
	padding: 15px 100px;
	font-size: 10px;
}





