/*
-------------------------------------------------
Copyright 2009 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: #1889df url(../images/bodybg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrap {
	width: 785px;
	margin: 0 auto;
	background: url(../images/wrapbg.gif) repeat-y top;
}
#header {
	margin:0 0 0 40px;
	padding: 35px 0 0 30px;
	background: url('../images/header-img.jpg') no-repeat;
	height:110px;
	color: white;
	font-size: 2em;
	text-shadow: 1px 1px #000000;
}


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

#nav {
	width: 760px;
	margin: 0 0 0 13px;
	padding:0;
	height: 70px;
	background: 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: #555;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #1889df;
}
#content {
	float: left;
	width: 700px;
	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: #555;
}
h1 {
	color: #f47e0c;
	font-size: 130%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	color: #f47e0c;
	font-size: 110%;
	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) no-repeat bottom;
	text-align: center;
	padding: 20px;
	color: #fff;
}
