/*
-------------------------------------------------
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: #939393 url(../images/bodybg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 780px;
	margin: 30px auto 0 auto;
	background: url(../images/wrapbg.gif) repeat-y top;
}
#header {
	background: url(../images/header-bg.gif) no-repeat top;
	padding: 8px 20px 20px 5px;
	width: 280px;
}


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

#nav {
	width: 785px;
	margin: 0 auto 0 auto;
	height: 50px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
		background: url(../images/libg.gif) no-repeat left top;

}
#nav li a {
	padding: 17px 15px 16px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #000;
}
#content {
	width: 390px;
	padding: 0 10px 10px 10px;
	margin-left: 10px;
}
#sidebar {
	float: left;
	width: 210px;
}
#main-body {
	float: left;
	width: 568px;
}
/* ----- =subnav ------*/
#subnav {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0;

}
#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li a {
	color: #555;
	background: url(../images/subnavbg.gif) repeat-x top;
	font-size: 90%;
	padding: 3px 0 3px 10px;
	display: block;
	height: 15px;
	text-decoration: none;
	margin: 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}
#subnav li a:hover {
	background: #fff;
}
.clearfix {
	clear: both;
}
#subnav h2 {
	color: #555;
	text-transform: uppercase;
	background: url(../images/subheader.gif) repeat-x top;
	font-size: 110%;
	padding: 3px;
	margin: 0;
	border-top: 1px solid #dbebc5;
	border-left: 1px solid #dbebc5;
	border-right: 1px solid #dbebc5;
}
p {
	line-height: 1.5em;
}
h1 {
	color: #555;
	font-size: 140%;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #555;
	margin: 0;
}

h2 {
	color: #7bc42d;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
h3.logo {
	color: #fff;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0;
	padding: 0;
	top: 60px;
	left: 30px;
}
#footer {
	background: url(../images/footer-bg.gif) no-repeat bottom;
	text-align: center;
	padding: 20px;
}
