body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/score/images/bg.gif);
	font-size: 12px;

}

h2 {
	font-size: 14px;
	margin-bottom: 0;

}

#bodywrapper {
	width: 762px;
	margin: 0 auto;

}

#header {
	border-bottom: 20px solid #666;

}

.title {
	color: #000;
	font-size:24px;

}

#menu-left {
	width: 191px;
	float: left;
	background: #e6e5e5;
	border-top: 10px solid #ababab;
	height: 100%;

}

#menu-left ul {
	width: 100%;
	margin-left: -40px;

}


#menu-left li {
	BORDER-RIGHT: #f2f2f2 0px solid; PADDING-RIGHT: 2px; BORDER-TOP: #f2f2f2 1px solid; DISPLAY: block; PADDING-LEFT: 8px; PADDING-BOTTOM: 4px; MARGIN: 0px; BORDER-LEFT: #f2f2f2 1px solid; COLOR: black; PADDING-TOP: 4px; BORDER-BOTTOM: #cccaca 1px solid; TEXT-DECORATION: none;   font-weight: bold;
}

#menu-left li:hover {
	BORDER-BOTTOM-COLOR: #f2f2f2; COLOR: #1A1364; BORDER-TOP-COLOR: #cccaca; TEXT-DECORATION: underline;
}

li.lower {
	margin-bottom: 20px;
	text-align: center;

}

#address {
	text-align: center;
	font-style: normal;

}

.extra {
	text-align: center;

}

#content-right {
	width: 521px;
	float: left;
	background: #fff;
	min-height: 500px;
	border-top: 10px solid #dfc273;
	padding: 25px;

}

#footer {
	background: #ababab;
	text-align: right;
	font-size: 10px;

}

.siteclear {
	clear: both;

}