/* CSS Document -- For The Emerald Coast Cyclists -- */

body 	{
	 background-color: #93EAEC; background-image: url("images/cyclingbackground.jpg");}
	
h1	{
	background: transparent; text-align: center; font-size: 16pt; color: #00A2A2; font-weight: bold;}
	
h2	{background: transparent; text-align: center; font-size: 14pt; color: black; font-weight: bold;}



#header {
	background: transparent; text-align: center; width: 4in; margin-left: 15%;}


#maincontent	{
	background: transparent; float: left; width: 70%; margin-left: 3%;  
	}

p.content	{
	font-size: 14pt; font-family: "Arial Rounded MT Bold"; 
	text-align: left; 
	color:black; font-weight:bold}

#sidebar {
	width: 22%; 
	text-align: left; background: transparent; margin-right: 3%;}
	
#content2	{
	background: transparent; text-align: left; float: left; width: 30%; margin-left: 35%;}

#footer {
	clear: both;
	background: transparent;
	text-align: center;
	font-size: 8pt; font-family: "Times New Roman" }


	
/* links */

a:active {font-size:13pt; color: #00A2A2; font-weight: bold; font-family: comic sans MS; text-decoration: none}

a:hover {text-transform: uppercase; color: #00A2A2; font-size: 13pt; font-weight: bold; font-family: comic sans MS; text-decoration: none} 

a:link { color: #00A2A2; font-weight: bold; font-size: 13pt; font-family: comic sans MS; text-decoration: none }

a:visited {font-family: comic sans MS; font-size: 13pt; color: #00A2A2; font-weight: bold; text-decoration: none }