/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/1img01.jpg) repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #060000;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #530100;
}

a:hover {
	text-decoration: none;
}

/* Header */
#logojeeper{
	position: absolute;
	width: 200px;
	height: 50px;
	right:250px;
	top:10px;
	
	background: url(images/jeeperby.gif) no-repeat;
}

#logo4x4{
	position: absolute;
	width: 150px;
	height: 150px;
	right:50px;
	top:10px;
	
	background: url(images/4x4logo.png) no-repeat;
}
#logo{
	position: absolute;
	width: 200px;
	height: 200px;
	margin: 0;
	background: url(images/img0.gif);
}

#header {
	width: 760px;
	height: 64px;
	margin: 0 auto;
	//background: white;//url(images/img02.jpg);
}

#header h1 a, #header h2 a {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 {
	padding: 20px 0 0 0px;
	font-size: 24px;
}

#header h2 {
	padding: 0px;
	font-size: 11px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: auto;
	margin: 65px 20px 20px 50px;
	padding: 20px;
	background: #FFFFFF;
}

/* Posts */

#posts {
	float: left;
	width: 100%;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 70px;
	padding: 20px;
	background: #ffffff url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#footer a {
	color: #d3d3d3;
}