/*
	---------------------------------------------
	Rogers Athletic Company Features stylesheet
	copywrite 2007 
	planet studio
	---------------------------------------------	
*/



/* global elements
-------------------------------------------------------- */
* { padding: 0; margin: 0; border: 0; list-style: none; } 

 body 
		{
		font: 11px/17px "Lucida Grande", tahoma, sans-serif;
		background:#fff;
		color: #000;
		background-image: url("../images/rogers_features_bg.gif");
		background-repeat: repeat-x;
		}



/* main container
-------------------------------------------------------- */

#header
		{
			float: left;
			width: 815px;
			height: 138px;
			font-size: 11px;
			margin: 0px 0px 0px 0px;
			background:transparent url(../images/rogers_features_header.gif) no-repeat;
		}

#name
		{
			float: left;
			width: 450px;
			height: 42px;
			margin: 90px 0px 0px 135px;
		}
		
#content
		{
			float: left;
			width: 815px;
			font-size: 11px;
			margin: 0px 0px 0px 50px;
		}

#close
		{
			float: left;
			margin: 85px 0px 0px 100px;
		}
		
#close a:link, #close a:visited
		{
			text-decoration: none;
			font-size: 12px;
			color: #999;
		}

#close a:hover
		{
			text-decoration: none;
			font-size: 12px;
			color: #000;
		}

#footer
		{
			float: left;
			clear: both;
			width: 200px;
			margin: 0px 0px 0px 600px;
		}