/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 background: url(images/back_main.png) repeat-x #a2caec;
 line-height: 22px;
 color: #000000;
 
}

h1{
font-size: 18px;
color: #2a74a4;
}
h2{
font-size: 16px;
color: #85b5d5;
}

#rightcolumn h2{
	color: #91be59;
}

ul{
padding-left: 25px;
list-style: square;
color: #85b5d5;

}

img{
border:none;
}

a:link {
	color: #6a9732;
	text-decoration: none;
} 
a:visited {
	color: #6a9732;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #91be59;
	text-decoration: none;
}
a:active {
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 background: #ffffff;
}
#header {
 width: 900px;
 float: left;
 padding: 0px;
 height: 177px;
 margin: 10px 0px 0px 0px;
 background: url(images/header_cycling.png);
}
#navigation {
 float: left;
 width: 888px;
 padding: 10px;
 padding-left: 25px;
 margin: -42px 0px 0px 0px;
 background: url(images/black_50.png);
}
#leftcolumn { 
 margin: 0px 0px 0px 0px;
 padding: 25px;
 width: 540px;
 float: left;

}
#rightcolumn { 
 float: right;
 margin: 0px 0px 0px 0px;
 padding: 25px 25px 0px 0px ;
 width: 307px;
 display: inline;
}
#footer { 
font-size: 10px;
text-align: center;
 width: 902px;
 clear: both;
 color: #2a74a4;
 margin: 0px 0px 10px 0px;
 padding: 10px;
  background: #a2caec;
}

#twitter_update_list{
color: #ffffff;
list-style: none;
}

.photoleft{
float: left;
margin-right: 15px;
margin-bottom: 15px;
padding: 5px;
background: #e4e4e4;
}

.photoright{
float: right;
margin-left: 15px;
margin-bottom: 15px;
padding: 5px;
background: #e4e4e4;
}

#sponsor{
 float: left;
margin-top: 5px;
height: 40px;
margin-bottom: 10px;
}

#panel {
	background: #000000;
	
	z-index: 999;
}


#panel a:link {
	color: #a2caec;
	text-decoration: none;
} 
#panel a:visited {
	color: #a2caec;
	text-decoration: none;
}
#panel a:hover,
#panel a:focus {
	color: #91be59;
	text-decoration: none;
}
#panel a:active {
}


#panel li {
display: inline;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin: 0px;
}

.slide {
	margin: 0;
	padding: 0;
	border-top: solid 0px #000000;
	z-index: 999;
}
.btn-slide {
	text-align: left;
	padding: 10px 0px 0 25px;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	z-index: 999;
}
.active {
	z-index: 999;
}