body {
	margin:0;
	background:url('graphics/bg.gif') repeat-x black;
	font:12px arial;
	color:white;
}

#top {
	background: no-repeat #99cccc;
        position:absolute;
        z-index: 1;
        top:139px;
        left:759px;
}

#top a:link, #top a:visited {
	padding:3px;
	color:white;
	text-decoration:none;
}

#top a:hover {
	background:#669999;

}

#container {
	width:792px;
	text-align:left;
	border:1px solid black;
}

#header {
	width:792px;
	height:147px;
	background:url('graphics/headerbg.jpg') no-repeat white;
	position:relative;
}

a, a:link, a:active, a:visited {
	color:#669999;
}

h1 {
	position:absolute;
	top:30px;
	left:10px;
	margin:0;
	padding:0;
	color:black;
	font:31px century gothic, arial;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
}

h2, h3, h4 {
	margin:0;
	padding:5px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family:century gothic;
	font-size:150%;
}

p {
	margin:0;
	padding:5px;
}

span#slogan {
	position:absolute;
	color:#99cccc;
	top:62px;
	left:10px;
	letter-spacing:5px;
	font:10px century gothic, arial;
	text-transform:uppercase;
	font-weight:bold;
}


#content {
	width:792px;
	background:url('graphics/columnbg.jpg') repeat-y white;
}

.blurb {
	width:360px;
	height:68px;
	color:black;
	position:absolute;
	top:35px;
	left:410px;
}

.clear {
	clear:both;
}

#footer {
	width:792px;
	background:url('graphics/menubg.jpg') no-repeat transparent;
	padding:40px 15px;
}

#footer a:link, #footer a:visited {
	color:#99cccc;
}

#maincontent {
	width:573px;
	color:black;
	float:right;
	margin-right:10px;
}

#menu {
	float:left;
	width:175px;
	margin-left:13px;

}

#menu a:link, #menu a:visited {
	padding:3px;
	display:block;
	color:white;
	font-weight:strong;
        font-size:1.5em;
	letter-spacing:1px;
        text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover {
	background:#669999;
}