@charset "UTF-8";
body {
	background-color: #333;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	background-image: url(img/twoshadows.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 1px 0px;
	overflow: hidden;
}
#top {
	background-image: url(img/top.jpg);
	width: 100%;
	height: 116px;
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 0px;
}
#menu {
	width: 191px;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	position: fixed;
	left: 0px;
	top: 116px;
	bottom: 20px;
	float: left;
	overflow: hidden;
}
#right {
	position: absolute;
	left: 760px;
	background-image: url(img/rightBackground.jpg);
	top: 116px;
	bottom: 0px;
	right: 0px;
	background-repeat: no-repeat;
}
#menu table {
	margin-top: 120px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a {
	color: #FFF;
	text-decoration: none;
}
#content {
	width: 539px;
	padding-top: 40px;
	padding-left: 30px;
	padding-bottom: 15px;
	position: fixed;
	top: 116px;
	bottom: 20px;
	left: 191px;
	overflow: auto;
	font-size: 11px;
	scrollbar-width:40px;													  
	scrollbar-face-color:#666666; 
	scrollbar-arrow-color:#555555;
		
	scrollbar-3dlight-color:#555555;
	scrollbar-darkshadow-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-track-color:#333333;
}
#content a:hover {
	font-weight: bold;
	color: #FFF;
}
#copyright {
	height: 20px;
	width: 740px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	font-weight: bold;
	color: #666;
	font-size: 9px;
	line-height: 20px;
	padding-left: 20px;
}
h2 {
	font-size: 16px;
}
#red {
	font-weight: bold;
	color: #F30;
}

#grats
{
	color: #F30;
	font-size: 14px;
}

#content table
{font-size: 11px;}

#content img
{ padding:3px;}
