* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background-image: url('graphics/background/back-color.png');
}

#backk {
	background: url('graphics/background/background-pattern.png') repeat-y top center;
	background-attachment: fixed;
	z-index: 0;
}

#background {
	width: 100%;
	z-index: 1;
	background: url('graphics/background/desktop.png') no-repeat top center;
	background-attachment: fixed;
}

#top {
	position: absolute;
	top: expression(document.body.scrollTop+"px");
	left: expression(document.body.scrollLeft+"px");
	width: 100%;
	z-index: 3;
	border-bottom: 2px solid black;
}

body > #top {
	position: fixed;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	text-align: center;
}

#nav {
	width: 100%;
	height: 73px;
	margin-top: -14px;
	z-index: 4;
	position: absolute;
	left: 0;
	text-align: center;
	min-width: 800px;
}

#nav a {
	text-decoration: none;
	font-family: "georgia", "verdanda";
	color: #FFEE44;
	font-size: 13px;
	font-weight: bold;
}

#nav #links table tr td ul li a {
	color: black;
}

#nav_wing {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav_wing_l {
	background: url('graphics/nav/wing_left.png') no-repeat center left;
	width: 150px;
	height: 73px;
	position: absolute;
	left: 0;
}

#nav_wing_r {
	background: url('graphics/nav/wing_right.png') no-repeat center right;
	width: 150px;
	height: 73px;
	right: 0;
	position: absolute;
}

#nav_wing_m {
	background: url('graphics/nav/wing_mid.png') repeat-x center center;
	height: 73px;
	margin: 0px 78px;
}

#nav_wing_s {
	position: relative;
	margin: 0px auto;
	height: 73px;
	width: 100%;
	background: url('graphics/nav/wing_star.png') no-repeat center center;
	z-index: 3;
	margin-bottom: -73px;
}

#links {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding-top: 27px;
	z-index: 5;
}

.top_menu {
	empty-cells: yes;
	width: 800px;
	text-align: center;
}

.top {
	width: 175px;
}

#top_menu_item_3 {
	width: 73px;
}

.bot_menu {
	display: none;
	background-color: white;
	position: absolute;
	margin-left: 28px;
	border: 1px solid blue;
	top: 45px;
	left: 0px;
}

#bot_menu_1 { left: 0px; }
#bot_menu_2 { left: 180px; }
#bot_menu_3 { left: 435px; }
#bot_menu_4 { left: 615px; }

.bot {
	list-style-type: none;
	width: 140px;
	text-align: center;
	padding: 3px;
	border: 1px solid blue;
}

#wrapper {
	width: 800px;
	position: relative;
	text-align: center;
	z-index: 2;
	margin: 0px auto;
	padding-bottom: 100px;
	margin-bottom: -75px;
	padding-top: 169px;
	background: url('graphics/background/background-paper-fringe-800.png') repeat-y top center;
}

#wrapper #inside img {
	border: 0;
}

#inside {
	padding: 30px;
	padding-top: 0px;
}

#wrapper h3 {
	text-align: left;
}

#wrapper p {
	text-align: left;
}

#wrapper a {
	color: navy;
	text-decoration:none;
}

#wrapper a:hover {
	text-decoration: underline;
}

#footer {
	width: 100%;
	height: 75px;
	text-align: center;
	background-color: #333333;
	position: relative;
	z-index: 2;
	padding: 5px;
}

#footer table {
	text-align: center;
	position: relative;
	margin: 0px auto;
	color: #bbbbbb;
}

#footer td {
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer ul li {
	list-style-type:none;
	display: inline;
}

#footer a img {
	height: 40px;
	border: 0;
}

#slideshow {
	opacity: 0;
	filter: alpha(opacity=0);
}

#pics {
	background-color: white;
	padding: 15px;
	width: 530px;
	position: relative;
	margin: 0 auto;
}

#sponsors {
	text-align: center;
}

#sponsors table {
	position: relative;
	margin: 0px auto;
}

#sponsors td {
	padding: 10px;
}

#sponsors a img{
	border: 0;
}

#list_nav {
	margin: 10px;
	margin-top: -10;
	width: 800px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#list_nav a{
	color: black;
	text-decoration: none;
	text-align: left;
}
#trophies p {
	text-align:center;
}

#list_nav a:hover {
	text-decoration: underline;
}

#subteams {
	width: 750px;
	font-family: "Georgia", "Verdanda";
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	padding: 3px;
	text-align: center;
}

object.flashvideo {
	position: relative;
	z-index: 1;
}

#inside > .inner {
	display: none;
}

#slideshow p {
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}

#slideshow p a {
	color: navy;
}

#mission {
	width: 700px;
	position: relative;
	margin: 0px auto;
}

#mission h2 {
	font-family: 'Comic Sans MS';
	font-size: 16px;
	font-weight: bold;
}

#mission p {
	font-family: 'Comic Sans MS';
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}