﻿body {
	background-color: #808080;
	color: #324E66;
}
#wrap {
	border-width: 4px;
	border-style: inset;
	border-color: inherit;
	background-color: #FFFFFF;
	width: 1000px;
	position: relative;
	background-image:url('../images/blue-bg.gif');
	background-position: 0px 125px;
	background-repeat:repeat-y;
}
#header {
	background-position: 120px 0px;
	background-color: #FFFFFF;
	width: 1000px;
	height: 130px;
	background-image: url('../images/club-header.png');
	background-repeat: no-repeat;
	vertical-align: text-top;
}
#sidebar-left {
	background-color: #324E66;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	text-align: center;
	float: left;
	font-size: 14pt;
	padding-top: 15px;
}
#sidebar-left a {
	color: #FFFFFF;
	text-decoration: none;
}
.logo {
	position: absolute;
	top: 5px;
	left: 0px;
}
#main {
	text-align: left;
	padding: 15px 5px 10px 10px;
	margin: 0px 5px 20px 140px;
}
#footer {
	width: 1000px;
	height: 40px;
	text-align: center;
	padding-top: 15px;
	clear:both;
}
h1, h2, h3 {
	text-align: center;
}
a {
	color: #18597C;
}
a:visited {
	color: #CC0000;
}
#sidebar-right {
	float: right;
	width: 250px;
	background-color: #F7FC8D;
	border-style: groove;
	border-width: 2px;
	text-align: center;
	margin-left: 20px;
	padding-top: 15px;
}
.alert {
	font-size: large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}
#header h1 {
	font-size: 30pt;
	font-family: "Comic Sans MS";
}
#headertop {
	position: absolute;
	top: 10px;
	left: 250px;
}
#headerbottom {
	position: absolute;
	top: 75px;
	left: 225px;
}
