@charset "utf-8";
/* Schwaguy Designs - CSS Document - Global */

body {font-family: verdana, arial, helvetica, sans-serif;
	color: #CC6600;
	font-size: 11px; 
	background: url(../images/background/bg_outer_repeat.png) repeat;
	height: 100%; 
}

html {
	height: 100%;
}

#container {
	background: url(../images/background/bg_repeat.png) repeat-y;
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1
}

#header {
	background: url(../images/background/border_top.png) no-repeat !important;
	background: url(../images/background/border_top.gif) no-repeat;
	background-position: top;
	position: relative;
	width: 1024px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 5
}

#logo {
	background: none;
	position: relative;
	width: 723px;
	height: 140px;
	margin: 60px auto 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 10
}

#swoosh {
	background: url(../images/background/header_swoosh.png) no-repeat !important;
	background: url(../images/background/header_swoosh.gif) no-repeat;
	position: relative;
	width: 723px;
	height: 58px;
	margin: -15px auto 0 auto;
	overflow: visible;
	z-index: 20
}

#mainnav_container {
	background: none;
	position: relative;
	width: 723px;
	height: 75px;
	margin: -13px auto 0 auto;
	overflow: hidden;
	z-index: 15
}

#mainnav_container a img {
	float: left;
	margin: 0;
	padding: 0;
	border: none
}

#content_area {
	background: none;
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 52
}

#content_container {
	background: none;
	position: relative;
	width: 675px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	overflow: hidden;
	z-index: 60
}

#content_top {
	background: none;
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 0;
	overflow: hidden;
	z-index: 75
}

#content_top_left {
	background: none;
	position: relative;
	float: left;
	width: 330px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 85
}

#content_top_right {
	background: none;
	position: relative;
	float: right;
	width: 330px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 85
}

#content_bottom_container {
	background: none;
	position: relative;
	width: 677px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	overflow: hidden;
	z-index: 75
}

#content_bottom_top {
	background: url(../images/background/contentbox_top.png) no-repeat;
	position: relative;
	width: 677px;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 85
}

#content_bottom_repeat {
	background: url(../images/background/contentbox_repeat.png) repeat-y;
	position: relative;
	width: 677px;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 85
}

#content_bottom_bottom {
	background: url(../images/background/contentbox_bottom.png) no-repeat;
	position: relative;
	width: 677px;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 85
}

#content_bottom {
	background: none;
	position: relative;
	width: 625px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 90
}

#footer {
	background: url(../images/background/border_bottom.png) no-repeat !important;
	background: url(../images/background/border_bottom.gif) no-repeat;
	position: relative;
	width: 1024px;
	height: 89px;
	margin: 0;
	font-size: 10px;
	color: #660000;
	overflow: hidden;
	z-index: 10
}

#footernav {
	background: none;
	position: relative;
	width: 100%;
	height: 11px;
	margin: 30px 0 0 0;
	text-align: center;
}

#footernav a{
	color: #660000;
	text-decoration: none
}

#footernav a:hover {
	color: #990000;
	text-decoration: underline
}

#footernav .divider {
	margin: 0 20px;
}

#copyright {
	background: none;
	position: relative;
	width: 100%;
	height: 11px;
	margin: 3px 0 0 0;
	font-size: 10px;
	text-align: center;
}
