﻿* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/layout/layout_htmlbkg.gif);
	padding-top: 15px;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background: #fff url(../images/layout/layout_insidebkg.gif) repeat-y;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%;
}
#blackbar {
color: #f93;
 background: #000;
 width:950px;
 height: 28px;
 margin: 0;
 padding: 0;
 }
#header {
 color: #333;
 width: 950px;
 padding: 0px;
 height: 160px;
 margin: 0;
 background: url(../images/layout/layout_header.jpg);
}
#navigation {
 width: 950px;
 height: 28px;
 color: #333;
 padding: 0;
 margin: 0;
 background: url(../images/layout/layout_menu.jpg);
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:0;
 padding:0;
 width: 335px;
 height: 510px;
 float: left;
 background: url(../images/layout/sidebar_successes.jpg) no-repeat;
}

#leftcolumn2 { 
 display: inline;
 color: #333;
 margin:0;
 padding:0;
 width: 335px;
 height: 510px;
 float: left;
 background: url(../images/layout/sidebar_equipment.jpg) no-repeat;
}

#header-logo h1 a {
 display: block;
 text-indent: -6000em;
 padding: 0;
 margin: 0;
 height: 150px;
 width: 382px;
 cursor: pointer;
}

