﻿/*structure*/
body{
	background:url('images/tile.jpg') fixed;/*req'd for fitting top and bottom margins*/
	background-repeat:repeat;
	margin:0px;/*req'd for fitting top and bottom margins*/
	font-family:tahoma,arial;
	font-size:13pt;
}
#wrapper{
	margin:0px auto;/*req'd for fitting top and bottom margins*/
	width:1008px;
	border-left-style:solid; border-left-color:#3a0e00;
	border-right-style:solid; border-right-color:#3a0e00; border-width:3px;
}
#head	{
	background-image:url('images/head.jpg');background-repeat:no-repeat;
	width:1008px; height:290px;
}
#content	{
	background-image:url('images/body.jpg');background-repeat:repeat-y;
	width:1008px;
	float:right;/*req'd for fitting top and bottom margins, prevents gap under header*/
}
#foot	{
	background-image:url('images/foot.jpg');background-repeat:no-repeat;
	width:1008px;height:195px;
	clear:both;/*req'd for fitting top and bottom margins*/
}
/*slide tab*/
#slide	{
	background-image:url('images/tag3.png');background-repeat:no-repeat;
	width:65px;height:256px;
	display:block; position:fixed; top:300px; left:-1px;
}
#tabGarage	{
	float:left;
	width:184px; height:256px;
}
#tabText	{
	margin-top:27px; margin-left:5px;
	width:37px;height:196px; position:relative;
}
/*logos & images*/
#logo	{
	width:627px; height:60px;
	margin-top:7px;
}
#social	{
	margin-left:185px; 
	width:150px; height:39px;
}
img{
	border:0px;
}
.floatLeft	{
	margin-right:30px;
	margin-bottom:5px;
	float:left;
}
.floatRight	{
	margin-right:30px;
	margin-bottom:5px;
	float:right;
}
.whatNewLeft	{
	float:left;
	width:250px;
	margin-top:15px;
	margin-right:30px;
	margin-bottom:5px;
}
.divider	{
	background-image:url('images/divider.jpg');
	width:553px; height:86px;
	margin-left:auto; margin-right:auto; clear:both;
}
.headLine	{
	background-image:url('images/headLine.jpg');
	width:601px; height:67px;
	margin-top:-35px; margin-bottom:-20px;
	margin-left:auto; margin-right:auto;
}
/*cyclingBanner*/
#banner	{
	margin-top:50px; margin-left:26px;
	width:249px;height:203px;
	text-align:center;
	float:left;
}
/*heading text*/
h1 {
	color:maroon;
	font-size:22pt;
}
h2 {
	color:maroon;
	font-size:18pt;
	margin-bottom:-14px;
}
/*general text*/
#text	{
	text-align:justify;
	width:590px;
	background-color:white;
	margin-left:auto; margin-right:auto; margin-bottom:15px;
}
.center	{
	text-align:center;
}
#date	{
	padding-top:79px;
	text-align:right;
	margin-right:100px;
	color:black;
	font-size:20pt;
}
#address	{
	text-align:center;
	margin-right:120px; margin-top:-5px;
	color:black;
	font-size:20pt;
	width:600px;
	float:right;
}
#footText	{
	width:527px;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
	color:white;
	padding-top:75px; margin-right:auto; margin-left:auto;
	line-height:12px;
}
.center	{
	text-align:center;
}
.indent	{
	padding-left:25px;
	margin-top:-10px;
}
/*general links*/
a:link{
	font-weight: bold;
	color:green;
}
a:visited{
	font-weight: bold;
	color:green;
}
a:focus{
	font-weight: bold;
	color:olive;
}
a:hover{
	font-weight: bold;
	color:olive;
}/* foot links */
a.footLink:link{
	font-size:7pt;
	color:white;
	text-decoration: none;
}
a.footLink:visited{
	font-size:7pt;
	color:white;
	text-decoration: none;	
}
a.footLink:focus{
	font-weight: bold;
	font-size:7pt;
	color:yellow;
	text-decoration: none;
}
a.footLink:hover{
	font-size:7pt;
	color:yellow;
	text-decoration: none;
}
/*navigation*/
#selectGo	{
	margin-right:190px; margin-top:5px;
	float:right;
}
/*my links*/

/*misc.*/
#calendar	{
	margin-top:15px;
	text-align:center;
}
/*board list*/
.boxOne	{
	width:200px;
	margin-left:14px; margin-top:-15px; margin-bottom:30px;
	text-align:left;
	float:left;
}
.boxTwo	{
	width:325px;
	margin-top:-15px; margin-bottom:30px;
	text-align:left;
	float:right;
}
/*forms*/
.form	{
	text-align:center;
	margin-bottom:50px;
}
.hall	{
	float:left;
	margin-right:28px;
	width:175px;
}
.hallHead	{
	margin-left:auto;margin-right: auto; margin-top:15px; margin-bottom:8px;
	text-align:center;
	width:175px;
	color:maroon;
	font-size:16pt;
	font-weight:bold;
}
