/* Reed A Raymond Stylesheet */
/* Design and Development by Joey Trimmer */
/* NotionStudios.com */

/***************************************************************************//* whitespace reset */

* {
padding:0;
margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0; }
li, dd { margin-left:1.5em;}
fieldset { padding: .5em; }

body {
	background:#121111;
	padding:0;
	margin:0;
	font: 62.5% Arial, Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
}

/***************************************************************************//* wrap */


#wrap {
	width:634px;
	height:565px;
	margin:0 auto 0 auto;
}

#wrap h1 {
	background:url(images/rar_intro.jpg) no-repeat 0 0;
	width:634px;
	height:374px;
	text-indent:-9999px;
}

#wrap a {
	background:url(images/rar_intro2.jpg) no-repeat 0 0;
	width:634px;
	height:192px;
	display:block;
}

/***************************************************************************//* footer */

/* Float Patch */
.floatcontainer:after { 
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatcontainer {display:inline-block;}
/* Mark Hadley's fix for IE Mac */  
.floatcontainer { display: inline-table;}
/* Hide from IE Mac \*/ 
* html .floatcontainer {height: 1%;} 
.floatcontainer{display:block;}

