﻿#container {
	height: 100%;
	position: relative;
	width: 100%;
	margin: 5px;
	left: 0px;
	top: 0px;
	text-align: center
}

#logo {
	height: 20%;
	position: absolute;
	width: 15%;
	left: 3%;
	top: 2%
}

#title {
	position: absolute;
	height: 20%;
	font-family: "Monotype Corsiva", "Times New Roman";
	width: 70%;
	left: 32%;
	top: 2%;
	color: #0000a0;
	font-size: 24pt;
	font-weight: bold;
	text-align: center
}

#form_title {
	position: absolute;
	height: 20%;
	font-family: "Monotype Corsiva", "Times New Roman";
	width: 70%;
	left: 3%;
	top: 2%;
	color: #0000a0;
	font-size: 24pt;
	font-weight: bold;
	text-align: center
}

#rtImg {
	position: absolute;
	height: 20%;
	width: 15%;
	left: 110%;
	top: 2%
}

#menu {
	position: absolute;
	height: 105%;
	width: 18%;
	left: 1%;
	top: 23%;
	font-size: 10pt;
	color: #0000a0;
	text-align: center;
	background-color: #dbdac1;
	border-top:3px solid #dbdac1;
}

#menu_300Club {
	position: absolute;
	height: 101%;
	width: 205px;
	left: 1%;
	top: 23%;
	font-size: 10pt;
	color: #0000a0;
	text-align: center;
	background-color: #dbdac1;
	border-top:3px solid #dbdac1;
}

#content {
	height: 101%;
	position: absolute;
	width: 102%;
	left: 21%;
	top: 23%;
	overflow: auto;
	padding: 1em;
	font-size: 10pt;
	color: #0000a0;
	border-color: #dbdac1;
	border-width: 3px;
	border-style: solid;
}

#content_300Club {
	height: 101%;
	position: absolute;
	width: 102%;
	left: 220px;
	top: 23%;
	overflow: auto;
	padding: 1em;
	font-size: 10pt;
	color: #0000a0;
	border-color: #dbdac1;
	border-width: 3px;
	border-style: solid;
}

#memberMenu {
	height: 20%;
	position: absolute;
	width: 102%;
	left: 21%;
	top: 23%;
	padding: 1em;
	font-size: 10pt;
	color: #0000a0;
}

#form_login_content {
	height: 60%;
	position: absolute;
	width: 75%;
	left: 0%;
	top: 23%;
	overflow: auto;
	padding: 1em;
	font-size: 10pt;
	color: #0000a0;
	border-color: #dbdac1;
	border-width: 3px;
	border-style: solid;
}

#update {
	position: absolute;
	height: 5%;
	width: 18%;
	left: 1%;
	top: 102%;
	padding: 0em;
	font-size: 8pt;
	color: #0000a0;
	text-align: center
}

#ad {
	height: 10%;
	position: absolute;
	width: 19%;
	left: 1%;
	top: 128%;
	padding: .5em;
	color: #0000a0;
	text-align: center
}

#comments {
	position: absolute;
	height: 10%;
	width: 102%;
	left: 21%;
	top: 128%;
	padding: 1em;
	color: #0000a0;
	text-align: center;
	background-color: #dbdac1;
	border-right:3px solid #dbdac1;
	border-bottom:3px solid #dbdac1;
}