#container {
	width: 800px;
	margin: 10px auto 0px;
	padding-top: 1px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#footer {
	margin: 0px auto;
	width: 800px;
	background: url(images/rounded-footer.png);
	height: 23px;
}
#nav {
	height: 13px;
	width: 770px;
	margin-top: 223px;
	margin-left: 23px;
}
#left-content {
	margin-left: 23px;
	margin-top: 40px;
	font: 12px "Trebuchet MS";
	color: #333333;
	width: 549px;
	float: left;
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	display: inline;
}
#left-content-events {
	margin-left: 23px;
	margin-top: 40px;
	font: 12px "Trebuchet MS";
	color: #333333;
	width: 549px;
	float: left;
	background-image: url(images/content-events-bg.gif);
	background-repeat: no-repeat;
	display: inline;
}
#left-content-results {
	margin-left: 23px;
	margin-top: 40px;
	font: 12px "Trebuchet MS";
	color: #333333;
	width: 549px;
	float: left;
	display: inline;
	background: url(images/content-results-bg.gif) no-repeat;
}

#right-content {
	float: right;
	margin-right: 23px;
	margin-top: 45px;
	width: 176px;
	display: inline;
}

#content-footer {
	width: 549px;
	height: 13px;
	background-color: #FFFFFF;
	background-image: url(images/content-footer.gif);
	background-repeat: no-repeat;
}


#inner {
	padding: 10px 10px 0px;
}


#nav #Image1, #Image2, #Image3, #Image4 {
	margin-right: 112px;
}


body {
	background: #050505 url(images/gradiant.png) repeat-x;
}
#inner a {
	color: #333333;
}
blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.cell-border {
	border-bottom: 1px solid #9A9A9A;
}
html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}
