/* These are the styles for the main structural elements of the document */

body {
	background: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ol, li, td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.t8 {
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #f00;
	background-color: #fff;
}

.year {
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #ff0;
	background-color: #00f;
}

.month {
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #00f;
	background-color: #ff0;
}

.plain {
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}
	
/* Outer frame to contain all the structural elements */
#outer {
	position: absolute;
	width: 780px;
	height: 100%;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #fff;
}

/* Header frame */
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 106px;
	margin-right: 0px;
	text-align: left;
	background-color: #999;
	background-image: url(images/newbanner.jpg);
	background-repeat: no-repeat;
}

#subhead {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 100%;
	height: 14px; 
	text-align: center;
	background-color: black;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	
}

/* Menu btns */

#menubar {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 100%;
	height: 20px;   
	background-color: #999;
}

#home {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 45px;
	height: 18px; 
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#about {
	position: absolute;
	top: 120px;
	left: 46px;
	width: 62px;
	height: 18px;  
	padding-top: 2px;  
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#membership {
	position: absolute;
	top: 120px;
	left: 109px;
	width: 77px;
	height: 18px;   
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#forum {
	position: absolute;
	top: 120px;
	left: 187px;
	width: 45px;
	height: 18px;   
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#archive {
	position: absolute;
	top: 120px;
	left: 233px;
	width: 63px;
	height: 18px;   
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#shop {
	position: absolute;
	top: 120px;
	left: 297px;
	width: 80px;
	height: 18px;   
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#links {
	position: absolute;
	top: 120px;
	left: 378px;
	width: 45px;
	height: 18px;   
	padding-top: 2px; 
	background-color: #999;
	text-align: center;
	border-right: 1px solid #fff;
}

#logo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 140px;
	height: auto;
	text-align: center;
	background-color: #fff;
}

#main {
	position: absolute;
	top: 20px;
	left: 150px;
	width: 470px;
	height: auto;
	text-align: left;
}

#ads {
	position: absolute;
	top: 20px;
	left: 620px;
	width: 160px;
	height: auto;
	text-align: center;
}

#bottom {
	width: 100%;
	height: 14px; 
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #999;
}

.link {
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #f00;
}

.link:link {color: #666;}

.link:visited {color: #666;}

.link:hover {color: #00f;}

.email {
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #00f;
}

.email:link {color: #00f;}

.email:visited {color: #00f;}

.email:hover {color: #f00;}

.gry {
	text-decoration: none;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

.gry:link {color: #fff;}

.gry:visited {color: #fff;}

.gry:hover {color: #00f;}

.title {
	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	color: #00f;
}

p {	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

