@charset "utf-8";
/* Como Reef - Main - CSS Document */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt; 
	color: #CCCCCC;
	background: #333333;
	height: 100%
}

html {
	height: 100%;
}

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


/* ---------- Header --------- */

#header {
	background: url(../images/header_repeat.gif) repeat-x;
	position: relative;
	width: 800px;
	height: 198px;
	overflow: hidden;
	z-index: 10
}

#logo { 
	background: none;
	position: relative;
	margin: 15px 0 0 5px;
	width: 324px;
	height: 100px;
	overflow: hidden;
	z-index: 50
}


/* ----- Main Navigation ---- */

#mainnav {
	background: url(../images/mainnav_repeat.gif) repeat-x;
	position: relative;
	margin: 0;
	width: 800px;
	height: 65px;
	overflow: hidden;
	z-index: 25;
}

#button_container {
	background: none;
	position: relative;
	margin: 0 auto 0 auto;
	width: 745px;
	height: 65px;
	overflow: visible;
	z-index: 25;
}

.navbutton {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
	height: 65px;
	z-index: 50
}


/* ---------- Content Area --------- */

#centerbg {
	background: none;
	position: relative;
	width: 800px;
	height: 445px;
	height: auto !important;
	min-height: 445px;
	overflow: visible;
	z-index: 15
}


/* ---------- Bottom Background --------- */

#bottombg {
	background: url(../images/bottom_repeat.gif) repeat-x;
	position: absolute;
	top: 643px;
	left: 0;
	width: 800px;
	height: 100px;
	overflow: hidden;
	z-index: 10
}


/* ---------- Footer --------- */


#footer {
	background: none;
	position: relative;
	margin: 25px 0 0 0;
	width: 800px;
	height: 50px;
	overflow: hidden;
	z-index: 200
}

/* ----- Footer Navigation ---- */

#footernav {
	background: none;
	position: relative;
	margin: 0 auto 5px auto;
	width: 675px;
	height: 20px;
	color: #666666;
	font-size: 10px;
	overflow: hidden;
	z-index: 10
}

#footernav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#footernav li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
}

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

#footernav li a:link {
	color: #666666;
	text-decoration: none;
}

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

/* ----- Schwaguy Designs ---- */

#schwaguy {
	background: none;
	position: relative;
	margin: 0 auto 0 auto;
	width: 155px;
	height: 20px;
	color: #666666;
	font-size: 10px;
	vertical-align: middle;
	overflow: visible;
	z-index: 500
}

#schwaguy img {
	float: right;
	margin-top: -13px
}

#schwaguy img a {
	border: none
}

/* ---------- Bottom Spacer --------- */

#bottom_spacer {
	background: none;
	position: relative;
	margin: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	z-index: 100
}