@import url("form.css");
* {
	margin:0;
	padding:0;
}
body {
	background:#093 url("../img/bkgrd.jpg") repeat-x 0 0;
	font: normal 12px "Arial", Helvetica, sans-serif;
	color:#000;
	height: 100%;
}
#wrapper {
	background-image:url("../img/wrapper-bg.gif");
	background-repeat:repeat-y;
	margin:0 auto 35px auto;
	width:960px;
}
#header {
	position:relative;
	height:160px;
	background:#000 url("../img/header-bkgrd.jpg") no-repeat 0 0;
}
#logo {
	position:absolute;
	top:0;
	left:5px;
	width:313px;
	height: 160px;
}
#header h1 {
	color: #fff;
	padding: 10px 0 15px 0;
	letter-spacing:-1px;
	line-height: 1.1;
	font-size:24px;
	font-family: Georgia;
}
#content {
	background-image:url("../img/content-bg.gif");
	background-repeat:repeat-x;
	float:right;
	width:640px;
	padding:15px 30px 20px 30px;
}
#sidebar {
	padding:10px 0 20px 0;
	height: 100%;
	float:left;
	width:260px;
}
#sidebar #membership {
	width: 140px;
	margin: 20px 0 0 60px;
	padding-bottom: 100px;
}
.menu {
	margin:25px 0 0 30px;
	padding:0;
}
#footer {
	clear:both;
	height: 30px;
	background: #000;
	border-top:#fff 1px solid;
}
#footer p {
	font-size:11px;
	color: #fff;
	line-height: 30px;
}
/* Navigation Bar ---------------------------- */


#navcontainer ul {
	background:url("../img/navigation-bg.png") repeat-x 0 -100px;
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
	font-size:13px;
	font-weight:600;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	font-size:13px;
	background: url("../img/navigation-bg.png") repeat-x 0 -100px;
	padding: 15px 35px;
	color: #fff;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background: url("../img/navigation-bg.png") repeat-x 0 -50px;
	color: #fff;
}
/* Text Format ---------------------------- */


h1 {
	padding: 10px 0 15px 0;
	letter-spacing:-1px;
	line-height: 1.1;
	font-size:27px;
	font-weight: normal;
}
h2 {
	padding: 8px 0 12px 0;
	letter-spacing:-1px;
	font-size:19px;
	font-weight: normal;
}
h3 {
	padding: 6px 0 10px 0;
	font-size:16px;
}
p {
	font-size:12px;
	margin: 0 0 15px;
	line-height: 18px;
}
p a {
	text-decoration:none;
}
ul {
	margin: 0 0 0 25px;
}
li {
	margin: 0 0 10px;
}

