@charset "utf-8";
/* css document */

/* global reset - this code resets all tags to 0, so html/css looks the same in all browsers */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;}

/* general styles affect entire site */

a:link {text-decoration:none; color:#aba8a7;}
	a:visited {color:#fff;}
	a:hover {color:#d5d3d3;}
	a:active {color:#fff;}

body {
	margin:0; padding:0;
	text-align:left;	
	background:rgb(45,37,34) url(../images/rp_bg_strip.gif) top repeat-x;
	font:0.9em/1.3 arial, helvetica, sans-serif;
	color:#aba8a7;}
	
#wrapper {
	margin:0px auto 0 auto; padding:0;
	text-align:left;
	width:800px;}

	#header {
		text-align:left;
		height:90px}
	
		#logo  {
			float:left; 
			padding:25px 0 0;}
			
		#tag {
			float:right;
			padding:24px 0 0;
			text-align:right;}
				
	#breakout {
		font:2.8em/1.1em arial, helvetica, sans-serif;
		letter-spacing:normaL; word-spacing:normal;
		color:#d5d3d3;
		position:absolute; top:350px;}