html, body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;	
	text-align: center;
	color:#2a2a2a;


}
#page-container {
	width: 750px;

}

div.boxfix { 
  border:10px solid #fff;
  background: white;
  text-align: left;
  margin: auto;
}

div.boxfix { 
  width:770px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:750px;
} 

html>body .content {
  width:750px;
} 



#header {
	background: white;
	height: 133px;
	background: url(../IMAGES/Headers/1.jpg);
}

#main-nav {
width: 750px;
background: #891c51;
min-height: 22px;
border-top: 1px solid #fff;
}

#wrapper {
	clear: both;
	background: url(../IMAGES/wrapper_bg.gif);
	width: 750px;
}

#sidebar-left {
	float: left;
	width: 155px;
	border-top: 15px solid #fff;
	font-size: 75%;
	background: #f1f1f1;
}

#menu {
	border-bottom: solid 3px #fff;
	float: left;
	width: 135px;
	padding: 6px 0px 10px 20px;
}

#menu p{
	margin: 0px 0px 8px 0px ;	
}

#content {
	float: left;
	width: 390px;
	border-top: 15px solid #fff;
	font-size: 75%;
}

#content div {
	border-right: 36px solid #fff;
	border-left: 36px solid #fff;
}


#sidebar-right {
	float: left;
	width: 205px;
	background: #f1f1f1;
	border-top: 15px solid #fff;
	font-size: 70%;
}

#sidebar-right h2 {
	margin:0px 15px;
}

#sidebar-right p {
	margin:0px 15px;
	line-height: 70%;
}
#team {
	float:left;
	width: 180px;
	height: 20px;
	line-height: 20px;
	font-size: 110%;
}

#team div {
	padding: 0px 0px 0px 15px;
}

#score {
	width: 25x;	
	height: 20px;
	line-height: 20px;
	font-size: 110%;

}



#footer {
	width: 750px;
	background: #891c51;	
	border-top: 15px solid #fff;
	clear:both;
	font-size: 65%;
	color: #fff;
	height:22px;
	line-height:22px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #fff;
	background: #B02468;
	text-decoration:none;
}

p {
	margin-top: 0;
}
h1 {
	margin:0;
}

h2 {
	margin:0;
	font-size: 130%;
	color:#0068B0;
}

h3 {
	margin:8px 0px 0px 0px;
	font-size: 120%;
	color:#0068B0;
}

a {	
text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

.blue {
	color: #0068B0;
	font-weight: bold;
}

.gray {
	color: #333;
	font-weight: bold;
}


.smaller {
	font-size: 90%;
	line-height: 100%;
}

#homelist {
	padding: 0;
	margin: 0px 0px 0px 5px;
	list-style:none;
}

#homelist a {
	text-decoration: none;
	color:#333;
}
#homelist li:hover a{	
	background-color: #ccc;
}