/*
-------------------------------------------------
Copyright 2008 RAGE Software, 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. See the included
terms and conditions read me included with the
downloaded template for more information.
-------------------------------------------------
*/

body {
	background: #fff url(../images/bodybg.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 720px;
	margin: 18px auto 30px auto;
	background: #fff url(../images/wrapbg.gif) no-repeat top;
	padding: 20px 0 0 0;
}
#header {
	margin: 25px 0 25px 20px;
	background: url(../images/header-bg.gif) no-repeat top left;
	width: 700px;
	height: 160px;
	padding:0;
}
#header h3 {
	padding: 30px 0 0 30px;
	color: #999;
}
#main-body {
	width: 620px;
	margin-left: 20px;
}
#sidebar {
	width: 200px;
	float: right;
}
/* ----- =nav ------*/
#nav {
	width: 703px;
	height: 45px;
	background: url(../images/nav-bg.gif) repeat-x top;
	margin: 0 0 0 8px;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 100%;
}
#nav li a {
	padding: 15px 15px 8px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
}
#content {

	width: 650px;
	padding: 0 35px 30px 10px;
}

#content img {
float: left;
margin: 0 10px 0 5px;
}
/* ----- =subnav ------*/
#subnav {
	float: left;
	width: 220px;
	margin: 0 0 0 20px;
	padding: 0;
	border: 1px solid #5e971e;
}
#subnav li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subnav li a {
	color: #fff;
	background: url(../images/navbg2.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 #dbebc5;
	border-right: 1px solid #dbebc5;
	border-left: 1px solid #dbebc5;
	border-bottom: 1px solid #5e971e;
}
#subnav li a:hover {
	background: #5e971e;
}
.clearfix {
	clear: both;
}
#subnav h2 {
	color: #fff;
	text-transform: uppercase;
	background: url(../images/navbg1.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;
}
#content p {
	line-height: 1.5em;
	padding-bottom: 50px;
	background: url(../images/p-bg.gif) repeat-x bottom;
}
h1 {
	color: #be4040;
	font-size: 140%;
	font-family: Helvetica,Arial, sans-serif;
	font-weight: 100;
	padding-bottom: 6px;
	text-transform: uppercase;
	margin: 0;
}
h2 {
	color: #be4040;
	font-size: 120%;
	font-family: Helvetica,Arial, 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.gif) no-repeat bottom;
	text-align: center;
	padding: 20px;
}
