﻿/*
K.I.S.S Template By Alec Gorge
Version: 1.0
Release: Date 2/3/2008
Licence: Public Domain
Contact Info: uberlemurguy@gmail.com and www.gorgefamily.com/alec
*/
body {
	font: 0.8em/1.75em "Trebuchet MS", Helvetica, Arial;
	padding: 0;
	margin: 0;
	background: #e7e7e7;
}
a {
	color: #6e0019;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 300%;
}
h2 {
	font-size: 200%;
}
h3 {
	margin-top: 15px;
	font-size: 150%;
}
blockquote {
	border-right: 10px black solid;
	border-left: 10px black solid;
	padding: 0 15px;
}
img {
	background: white;
	padding: 5px;
	margin: 7px;
	border: 0px gray solid;
	border-bottom-color: #3c3c3c;
	border-right-color: #3c3c3c;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
#wrapper {
	width: 781px;
	margin: 50px auto 0;
	background: white url('round-top.png') no-repeat scroll center top;
	padding: 5px;
}
#head {
	padding: 0px 0px 0px 0px;
	clear: both;
	background: url('images/header.jpg') no-repeat left top;
	height: 150px;
	z-index: 2;
}
#head h1 {
	margin-bottom: 0;
	padding-top: 45px;
	text-align: center;
}
#head h1 span {
	color: white;
}
#head p {
	margin: 15px;
	padding-bottom: 0px;
	text-align: center;
	color: white;
}
#navigation {
	float: left;
	left: 50%;
	position: relative;
}
#nav {
	background: transparent;
	padding: 0;
	list-style: none;
	left: -10%;
	list-style: none;
	position: relative;
	text-align: left;
	margin-top:-15px;
}
#nav li {
	float: left;
	
	padding: 0;
	margin: 0 5px 0 0;
}
#nav li a {
	display: block;
	padding: 0.2em 2em;
	text-decoration: none;
	
	color: blue;
	font-weight: normal;
	height: 100%;
}
#nav li a:hover {
	padding-top: 0.4em;
}
#nav li a.first {
	background: transparent;
}
#nav li.first {
	background: transparent;
}
#sidebar {
	float: left;
	width: 30%;
	padding: 15px;
}
#content {
	margin-left: 31%;
	clear: right;
	padding: 15px 30px;
}
#footer {
	text-align: center;
	border-top: 1px gray solid;
	background: white url('round-bottom.png') no-repeat scroll center bottom;
	width: 781px;
	margin: auto;
	margin-bottom: 50px;
	padding: 5px;
}
