/*
-------------------------------------------------
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: #cccc;  /*--- changed from cdc ---*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	
}
#wrap {
	width: 761px; /*--- changed from 761 ---*/
	margin: 0 auto;
	/*--- background: url(../images/bodybg.gif) repeat-y top;---*/
}
#header {
margin:0 0 0 6px;
padding: 0;
}


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

#nav {
	width: 748px;	/*--- changed from 748 , ---*/
	margin: 0 0 0 6px;
	padding:0;
	height: 50px;	/*--- changed from 50 , ---*/
	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%; /*--- changed from 140 % , ---*/
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	color: #caf868; 
}
#content {
	float: left;
	width: 420px;
	padding: 20px 10px 10px 10px;
	margin-left: 0x;
}
#sidebar {
	width: 200px; 
	margin: 100px 25px 0 10px;   /*--- changed 20px (dist from top ) 5px 0 10px when 100 did not hold on chrome & safari ipad ---*/
	float: right;
}
.sideblock {
	width: 205px;	 /*--- changed from 235---*/
	background:#ccc;   /*--- changed to grey from #343434 dark grey ---*/
	padding: 5px;
	margin-top: 10px;
	font-size:85%;
}
 .sideblock h2 {
	color: #343434;		/*--- changed to dark grey from #caf868 pea green ---*/
	font-size: 100%;
	margin: 0;
	text-transform: uppercase;
}
.clearfix {
	clear: both;
}
p {
	line-height: 1.5em;
	color: #000;    /*--- changed to black from fff white ---*/
}
h1 {
	color: #000;    /*--- changed to black from #caf868  ---*/ 
	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: #000;
}
