/* CSS Document */
.hidden { visibility:hidden; }

body { background:#FFF; font-family:"Myriad Pro", Arial, Verdana;}

h1 { font-size:3.9em; color:#FFF; margin:65px 0px 0px 20px; display:inline-block; float:left;}
h2 { height:1px; overflow:hidden; }
li { display:inline; float:left; margin:0 5px; list-style:none;}

/* Original layout */
/*div#container { width:100%; margin:70px 0;}
div#cover_image { margin:10px auto; background:url(../images/riders_img.jpg); width:226px; height:150px;}
div#strip { width:100%; background:url(../images/riders_bg.jpg) repeat-x bottom; height:116px;}
	div#logo { width:132px; height:116px; background:url(../images/riders_logo.jpg); margin:0 auto; }
div#bottom_area { width:400px; margin:20px auto;}
	div.text_inner { width:400px;}
	div#flag_area { width:296px; margin:0 auto;}
	div#description { width:400px; text-align:center; font-size:1.3em; color:#999; margin:10px auto;}*/

/* New layout */
div#container { width:100%; margin:10px 0;}
div#cover_image { margin:10px auto; background:url(../images/riders_img.jpg); width:226px; height:150px;}
div#strip { width:100%; background:url(../images/strip.jpg) repeat-x; height:121px;}
    div#strip div#header { width:650px; margin:0px auto; clear:both; }
	div#strip div#header div#logo { width:80px; height:76px; background:url(../images/logo.png); display:inline-block; float:left; margin-top:33px;}

div#bottom_area {width:650px; margin:0px auto 20px auto; }
div#bottom_area_wrap { width:650px; float:left; padding-bottom:20px; }
	div.text_inner { width:650px; text-align:center; padding:10px 0px;}
	div.text_inner span { width:650px;  font-size:1.4em; color:#999; }
	div#flag_area { width:650px; float:left; clear:both; padding-bottom:10px; }
	div#flag_area ul { width:296px; margin:0px auto;  }
	div#description { width:650px; text-align:center; font-size:1.4em; color:#000; margin:10px auto;}




