/* Built by Simon Collison www.collylogic.com 2004 for the Expression Engine Template Contest. */
/* But modified by Jonathan HoSee for the HoSee.com domains                                                     */

body {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #279CFC;
	font: 10px 'Verdana', Lucida Grande, Arial, Sans-Serif;
	letter-spacing: 0.06em;
}

/* */ 
/* The wrapper holds the whole thing centrally in the browser window */
/* */ 

#wrapper {
	margin: 0 auto;
	width: 602px;
	background: #FFFFFF;
	color: #279CFC;
	/*border-left: 5px solid #999;*/
	/*border-right: 5px solid #999;*/
	font: 10px 'Verdana', Lucida Grande, Arial, Sans-Serif;
}

/* */ 
/* The Header Image. Change the image reference to the one you want to use */
/* */ 

#header {
	margin: 0 auto 15em;
	padding-top: 50px;
	color: #030;
	width: 450px;
	height: 188px;
	background: url(http://www.hosee.com/images/main/banner_homepage_450188.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	/*border: 1px solid #999;*/
}

#menubar {
	margin: 0 auto 4px;
	color: #030;
	width: 600px;
	height: 80px;
	background: url(http://www.hosee.com/images/main/clouds_main_60080.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	/*border: 1px solid #999;*/
	position: relative;
}

#menubar ul {
	position: absolute;
	display: inline;
	list-style: none;
}

#menubar ul#primary {
	margin: 7px 0 0 -275px;
	width: 65px;
	height: 65px;
	list-style: none;
}

#menubar ul#secondary {
	margin: 7px 0 0 -140px;
	width: 65px;
	height: 65px;
	list-style: none;
}

#menubar ul#tertiary {
	margin: 7px 0 0 -5px;
	width: 65px;
	height: 65px;
	list-style: none;
}

#menubar ul#quadry {
	margin: 7px 0 0 130px;
	width: 65px;
	height: 65px;
	list-style: none;
}

.spacer {
	clear: both;
}

/* */
/* Footer style  - credits, rss links, login, etc */
/* */

#footer {
	margin: 50px auto 0;
	padding: 15px 10px 12px;
	/*border: 1px dashed #999;*/
	background: #FFFFFF;
	color: #666;
	font-size: 9px;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	font: 10px 'Verdana', Lucida Grande, Arial, Sans-Serif;
}
#footer a:link {
	text-decoration: underline;
	color: #279CFC;
	background: transparent;
}
#footer a:visited {
	text-decoration: underline;
	background: transparent;
}
#footer a:hover {
	text-decoration: none;
	color: #900;
	background: transparent;
}
#footer b {
	text-decoration: none;
	color: #333;
	background: transparent;
