@charset "utf-8";
/* style.css */

@import url('general.css');
@import url('sidebar.css');
@import url('navbar.css');
@import url('home.css');
@import url('sponsors.css');
@import url('stats.css');
@import url('videos.css');
@import url('pics.css');
@import url('gallery.css');
@import url('bio.css');
@import url('admin.css');
@import url('forsale.css');
@import url('database.css');

* {margin: 0; padding: 0;}

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #FFF;
	/*background: url(../images/bg/bgg.jpg) repeat-x top left;*/
	/*background: #8A4117;*/
	background: #302217;
}

#wrapper {
	width: 925px;
	margin: 0 auto;
	border: 3px solid #000;
}

#header {width: 925px; height: 253px;}

#content {
	clear: both;
	float: left;
	width: 925px;
	margin: -36px 0 0 0; 
	padding-top: 25px;
	background: url(../images/bg/middle.jpg) repeat-y;
}

#main {
	float: right;
	width: 665px;
	margin: 0 20px;
	padding-bottom: 10px; 
}

#footer {clear: both; width: 925px; height: 60px;}

#notice {height: 15px; position: relative; margin: -22px 0 0 0; text-align: center; vertical-align: middle; padding-bottom: 6px;}
#notice ul {list-style: none; margin: 0; padding: 0;}
#notice li {display: inline; color: #999; font-size: 80%;}
#notice a {color: #999; text-decoration: none;}
#notice a:hover {color: #06F; text-decoration: none;}	