@charset "utf-8";
/* CSS Document */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	left:0;
	top:10px;
	background:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #000000;}

a:link {
	color:#000099;
	text-decoration:none;
}

a:visited {
	color:#000099;
	text-decoration:none;
}

a:focus {
	color:#000099;
	text-decoration:underline;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

#container {
	position:relative;
	width:850px;
	top:115px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	position:relative;
	width:850px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
}

#address {
	position:relative;
	width:500px;
	top:0px;
	left:0px;
}

#right_col {
	position:relative;
	width:3325px;
	top:119px;
	left:10px;
	float:left;
}

#content {
	position:relative;
	width:100%;
	top:25px;
	left:0px;
}

#content_full_width {
	position:relative;
	width:100%;
	top:155px;
	left:0;
	right:0;
}

#video {
	position:relative;
	width:725px;
	top:255px;
	left:0;
	float:left;
}

#nav_bar {
	position:relative;
	width:618px;
	height:25px;
	top:25px;
	left:45px;
}


