/*
-------------------------------------------------
Copyright 2007 Paul Levine, www.ragesw.com

Fore more templates visit:
http://www.ragesw.com/templates.php

This template may be used by the purchasing party only.
You may not resell or redistribute this template in any
way shape or form. Your purchase of this template entitles 
you to use it for a single web site. See the included
terms and conditions read me included with the
downloaded template for more information.
-------------------------------------------------
*/

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 761px;
	margin: 0 auto;
	background: url(../images/bodybg.gif) repeat-y top;
}
#header {
margin:0 0 0 6px;
padding: 0;
}


/* ----- =nav ------*/

#nav {
	width: 748px;
	margin: 0 0 0 6px;
	padding:0;
	height: 70px;
	background: #080808 url(../images/navbg.gif) repeat-x top;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/libg.gif) no-repeat left top;
	list-style-type: none;
}
#nav li a {
	padding: 17px 15px 16px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #FF0000;
}
#content {
	float: left;
	width: 420px;
	padding: 20px 10px 10px 10px;
	margin-left: 15px;
}
#sidebar {
	width: 250px;
	margin: 20px 5px 0 15px;
	float: left;
}
.sideblock {
	width: 235px;
	background:#343434;
	padding: 10px;
	margin-top: 10px;
	font-size:85%;
}
 .sideblock h2 {
	color: #caf868;
	font-size: 100%;
	margin: 0;
	text-transform: uppercase;
}
.clearfix {
	clear: both;
}
p {
	line-height: 1.5em;
	color: #fff
}
h1 {
	color: #000000;
	font-size: 150%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
}
h3.logo {
	color: #fff;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
}
#footer {
	background: url(../images/footerbg.gif) repeat-x bottom;
	text-align: center;
	padding: 20px;
	color: #fff;
}
