@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif; color: #666; font-size: 12px; background-color:#CCC;
}
h1 { font-size: 22px; color: #F39C41;}
h2 { font-size: 16px; color: #333;}

#header { margin:0 auto; display: block; width: 889px; height: 155px; margin-top: 10px; background-image:url(/lib/img/serious-sport-header.jpg)}

a { color: #F39C41;}
a:hover { color: #333; text-decoration:none}

#container { margin:0 auto -16px; width: 889px; background-image:url(/lib/img/serious-sport-content-bg.jpg);}
/* content */
#content { width: 910px; margin: 0 auto; margin-left:18px;}
#frontleft {
	width:470px;
	margin-left: 23px;
	float:left;
	background-image: url(/lib/img/clothing.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 450px;
}
#frontleft p { font-size: 14px;}
#frontright { width:280px; margin-left: 30px; float:left; }

#maincontent { width: 842px; margin: 0 auto;  }


br { clear:left; }
#bottom { margin:0 auto; width: 889px; background-image:url(/lib/img/serious-sport-content-bg.jpg); clear:both; }
#bottom p {  margin-left: 80px;}
#footer { margin:0 auto; width: 889px; height: 78px; background-image:url(/lib/img/serious-sport-footer.jpg); clear:both; }
#footer p { margin-left: 74px; }
.red {
	color: #F00;
	font-weight:bold;
} 
.black { color:#000;font-weight:bold;}
