@charset "UTF-8";
/* CSS Document */
#site
{
	font-family:Tahoma, Geneva, sans-serif
	width: 1025px;
	height: 810px;
	margin: auto;
	border-bottom-color:#FFF
}
#header
{
	width: 1025px;
	height: 180px;
	margin: 0 auto 0 auto;
	float: none;
	
}
#nav
{
	font-size: 20x;
	word-spacing: 15px;
	width: 800px;
	height: 15px;
	margin: auto;
	
	
}

#body
{
	width: 1024px;
	height: inherit;
	margin: 0 auto 0 auto;
	background-image:url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-color: #9798CF;
	position: relative;
	color: #3F4EA1;
}



#content
{
	width: 800px;
	height: inherit;
	margin: auto;
	background-image: url(content.png);
	background-repeat: repeat-y;
	padding-left: 20px;
}

#flash
{
	width: 550px;
	height: 364;
	margin: 50px auto auto auto;
	}

#sponsors {
float: right
	width: autopx;
	margin-right: 15 px;
}
