

body {
	font-family: century gothic, trebuchet ms, tahoma, arial, verdana;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
background: #fff url(http://www.cypresscollege.edu/athletics/images/background.jpg) top left repeat;
}

#whole {
	margin: 20px 0px 20px 150px;
	padding: 0;
	width: 800px;
        background: #fff;
	border: 4px solid #0469AA;
}

#banner {
	margin: 0;
	text-align: center;
	width: 800px;
	background: #FFDC42;
}

#main {
   margin: 25px;
   padding-bottom: 20px;
}

/* Navigation Menu and Link */
div#nav {
   text-align: center;
   padding: 0px;  
   background-color: #0469AA;
   margin: 0;
   clear: both;
}
   
ul#links {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    display: inline; 
}
   
ul#links li {
    display: inline;
    margin: 0px; 
}
   
ul#links a {
   color: white;
   padding: 0 6px;
   font-size: 0.9em;
   text-decoration: none;
   font-weight: bold;
}

ul#links a:hover{
   background: white; 
   text-decoration: none;
   color: #0469AA;
   border-bottom: white 1px solid;
   border-top: white 1px solid;
}
/* End Navigation Menu */


/* side menu */

#navleft {
border-top: 4px solid #0469AA;
border-bottom: 4px solid #0469AA;
width: 150px;
padding-bottom: 10px;
background: white;
position: absolute;
text-align: center;
top: 250px;
left: 0px;
text-align: center;
}

.navlefthead {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
   
#navleft a {
    display: block;
    text-decoration: none;
    color: #0469AA;
    padding: 2px;
}

#navleft a:hover {
    background: #0469AA;
    color: white;
}
/* End Side Menu */





h1, h2, h3 {
text-align: center;
color: #0469AA;
}

h3{
color: #000;
font-weight: normal;
}

img {
border: none;
}

.label {
   font-weight: bold;
    font-size: 1.1em;
    font-style: italic;
    color: #949378;
}


table.statTable tr td {
	padding: 2px 8px 2px 0px;
}


#fouryearphotos{
	text-align:center;
	width:300px;
	float:right;
}

ul.fouryear {
	list-style-type:none;
	float:left;
}

ul.clearfix:after {
	content:".";
	display: block;
	height:0;
	visibility:hidden;
}

.clearfix#fouryearphotos {
		content:".";
	display: block;
	height:0;
	visibility:hidden;
}

.clearfix {
	zoom:1;
	display: block;
}


