@charset "utf-8";
/* CSS Document */

body {
   font-size: 0.7em;
   font-family: verdana, sans-serif;
   
   /*line-height:1.5em;*/
   background:#060;
   
  
}
a{
	color:#060;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a img {
  border: 0;
}

#maincontainer{
	width:921px;
	margin:auto;
}
#topbar{
	height:10px;
	background:url(/yearbook/2008/images/topbar.gif) no-repeat;
}
#botbar{
	height:10px;
	background:url(/yearbook/2008/images/botbar.gif) no-repeat;
}

#container{
	width:915px;
	border-left:solid 3px #fc0;

	border-right:solid 3px #fc0;
	background:#000;
}

#header{
	height:150px;
	background:url(/yearbook/2008/images/banner.jpg) no-repeat;
	margin-bottom:10px;
}

#footer{
	margin-top:10px;
	clear:both;
	background:url(/yearbook/2008/images/footerbg.gif) no-repeat;
	height:60px;
}
#homecontent{
}
#homecontent #flash{
	border-top:solid 3px #fc0;
	border-bottom:solid 3px #fc0;

}

#homecontent #enter a{
	width:200px;
	height:100px;
	background:url(/yearbook/2008/images/enter.jpg) 0 0 no-repeat;
	display:block;
	margin:auto;
}
#homecontent #enter a:hover{
	background:url(/yearbook/2008/images/enter.jpg) 0 -100px no-repeat;
	
}

/*===================================MENU STYLES==============================================================*/
#menucontainer{
	width:150px;
	float:left;
	margin-left:4px;

}
#menuhead{
	background:#fc0;
	text-align:center;
	font-weight:bold;
	background:url(/yearbook/2008/images/menutop.gif) no-repeat top #fc0;
	padding-top:3px;
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:solid 1px #000;
}
#menufoot{
	height:10px;
	background:url(/yearbook/2008/images/menubottom.gif) no-repeat;

}

#menu{
	/*background:url(/images/menubg.jpg) repeat-y;*/
	
	font-size:.95em;
	line-height:1.3em;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;

	
}

#menu ul li{
	display:block;
	margin:0px 0;
	padding:0;
	border-bottom:solid 1px #000;
	font-weight:bold;
	
}

#menu ul li a, #menu ul li a:link{
	display:block;
	color:#000;
	text-decoration:none;
	padding:3px 0 3px 4px;
	background:#fc0;
}
/*#menu ul li a:active{
	color:#000;
	border-left:solid 5px #000;
}
*/
#menu ul li a:hover{
	background:#000;
	color:#fff;
}


/*===================================END MENU STYLES==============================================================*/

#contentcontainer{
	margin-left:10px;
	float:left;
	width:740px;
}
#contenttop{
	background:url(/yearbook/2008/images/contenttop.gif) no-repeat;
	width:740px;
	height:10px;
}
#contentbottom{
	background:url(/yearbook/2008/images/contentbottom.gif) no-repeat;
	width:740px;
	height:10px;
}

#content{
	background:#fff;
	width:706px;
	line-height:1.5em;
	text-align:justify;
	color:#000;
	border-left:solid 10px #fc0;
	border-right:solid 10px #fc0;
	padding:5px 7px 20px 7px;
}
#contentfull{
	margin-left:5px;
	float:left;
	padding-right:5px;
	width:746px;
	line-height:1.5em;
	text-align:justify;
	color:#000;

}

#content #breadcrumb, #contentfull #breadcrumb{
	color:#999;
	margin:0px 0 0 0;
	/*border:solid 1px #CCCCCC;*/
	padding:0 3px;
	text-align:left;
}
#content h1, #contentfull h1{
	margin:4px 0 4px 0;
	color:#000;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:solid 1px #fc0;
}
#cleft{
	float:left;
	width:215px;
	text-align:left;
}
#cright{
	float:left;
	width:215px;
	margin-left:14px;
	text-align:left;
}

#l3links{
	color:#999999;
	
	margin-bottom:10px;
}
#l3links ul{
	line-height:1em;
	list-style:none;
	margin:0;
	padding:0;
}
#l3links ul li{
	padding:1px;
}
#l3links ul li a:hover{
	text-decoration:none;
	color:#090;
}


/*===================================RIGHT SIDE STYLES==============================================================*/
#clubs{
	width:350px;
}

#clubs ul{
	margin-top:10px;
	list-style:none;
	border:solid 1px #fc0;
}

#clubs ul li{
}
#clubs ul li a{
	display:block;
	background:#000;
	padding:2px 0 2px 10px;
	color:#fff;
	font-weight:bold;

}

#clubs ul li a:hover{
	background:#fc0;
	color:#000;
	text-decoration:none;
}
