/* CSS Document */

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

h1 { font-size:2.6em; margin:10px; text-align:center;}
li { display:inline; float:left; margin:0 5px; list-style:none;}

/* 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;}


