@charset "utf-8";
body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
}
#menubar ul {
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
}
#top {
	background-color: #000;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: auto;
	color: #FFF;
	background-image: url(images/shine.jpg);
	background-repeat: no-repeat;
}
#headwrap {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
	padding: 0px;
}
#headspace {
	height: 55px;
}
#logo {
	height: 100px;
	width: 340px;
	float: left;
	background-image: url(images/logo.png);
}
#tagline {
	background-image: url(images/tagline.png);
	height: 33px;
	width: 323px;
}
h2 {
	color: #6ED2F1;
}
#menubar {
	width: auto;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 45px;
}
#menubar ul li a {
	text-decoration: none;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #999;
	vertical-align: bottom;
	color: #FFF;
	padding-bottom: 0px;
	font-weight: bold;
}
#maincontent {
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
#sidebar {
	background-color: #333;
	padding: 10px;
	float: right;
	width: 260px;
	background-repeat: no-repeat;
}
#footer {
	color: #FFF;
	background-color: #333;
	clear: both;
	font-size: small;
	text-align: center;
}
#wrap {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottom {
	background-color: #000;
	background-image: url(images/background1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#menubar ul li {
	display: inline;
}
#menubar ul li a:hover {
	color: #F90;
	text-decoration: underline;
	background-color: #000;
	background-image: url(images/linkback.jpg);
	background-repeat: repeat-x;
}
#clear {
	clear: both;
}
#column1 {
	float: left;
	width: 310px;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	padding: 10px;
}
#column2 {
	float: right;
	width: 310px;
	font-size: small;
	background-repeat: no-repeat;
	padding: 10px;
}
#columncontain {
}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #F30;
}
h4 {
	color: #6ED2F1;
}
#footer p {
	margin: 0px;
}
#contentbox1 {
}
h3 {
	color: #0FF;
}

