/*
      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 {padding:0; margin:0;}

.nav
{
	height:27px;
	margin: 0 0 0 0;
}

#header
{
	background: url('/freeride/images/T_Freeride 2011 logo_RGB_HR.jpg');
	background-repeat:no-repeat;
	height:345px;
}

#wrapper { 
 margin: 0 auto;
 background-color:#FFFFFF;
 padding: 0;
 width: 940px;
 min-height:500px;
 overflow:-moz-scrollbars-vertical;
 overflow:auto;
 /*background-image:url('/freeride/images/splash.png');background-repeat:no-repeat;background-position:0px 240px;*/
}

.mainTextGrey
{
	font-family:Verdana;
	font-size:12px;
	color:#2B3946;
}

.mainTextBlack
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
}

h1
{
	font-family:Verdana;
	font-size:16px;
	color:#252525;
}


#leftcolumn { 
	margin-top:-40px;
	width: 370px;
	float: left;
	text-align:right;
}

#rightcolumnFR
{
	float: right;
	font-family:verdana,arial;
	padding-left:20px;
	padding-right:150px;
	_margin-right:50px;
	margin-top:-70px;
	width:400px;
	_width:350px;
}

#menu { 
 width:360px;
 min-height:216px;
 float:left;
 margin: 20px 0 0 0;
 padding:0 0 0 0;
}

a {
 color:#2A3946;
 font-weight:bold;
 text-decoration:underline;
 line-height:100%;
}
a:hover {
 text-decoration:none;
}
a.nonbold {
 color:#2A3946;
 font-weight:bold;
 text-decoration:underline;
 line-height:100%;
}
a.nonbold:hover {
 text-decoration:none;
}

#footer { 
 margin: 0 auto;
 padding-top: 20px;
 width: 940px;
 height:100px;
 font-family:verdana,arial;
 color:#FFFFFF;
 font-size:75%;
 background: url('/freeride/images/footer-bkg.gif');
 background-repeat:repeat-x;
 float:left;
 
}
a.footer {
 font-size:10px;
 color:#ACB0BD;
 text-decoration:underline;
}
a.footer:hover {
 text-decoration:none;
}
