﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 auto;
	padding: 0;
	background: #bcbcbc;
	font-family: Times New Roman, Times, serif;
	text-align: center;
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	color: #000000;
}

h2, h3, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	text-align: left;
}

h4 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	text-align: center;
}

ul, ol, {
	margin-top: 5px;
	line-height: 140%;
}

blockquote {
	margin-top: 5px;
	line-height: 120%;
	margin-bottom: 5px;
	text-align: justify;
}

p {
	line-height: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 12px;
}

a {
	text-decoration: none;
	color: #800080;
	text-align: left;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* Header */

#header {
	width: 860px;
	height: 100px;
	margin: 0px auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	text-decoration: none;
	text-align: center;
	color: #882200;
}

#header h1 {
	padding-top: 20px;
	font-size: 2.2em;
}

#header h2 {
	font-size: 1.2em;
	color: #000000;
}

/* Menu */

#menu {
	width: 860px;
	height: 65px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	text-align: left;
}

#menu a {
	width: 168px;
	height: 24px;
	background: #000000;
	display: block;
	float: left;
	margin-right: 2px;
	text-align: center;
	padding: 7px 1px 0 1px;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 200px;
	text-align: left;
}

#colTwo {
	float: left;
	width: 460px;
	padding: 0px 20px;
	font-size: 1.1em;
	text-align: left;
}

#colThree {
	float: left;
	width: 200px;
	text-align: left;
}

#colFour {
	float: left;
	width: 660px;
	padding: 0px 20px;
	font-size: 1.1em;
	text-align: left;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 9px 0 0 10px;
	background: #826C62;
	letter-spacing: normal;
	font-size: .9em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 30px;
	padding: 7px 0 0 0;
	background-color: #FFFFFF;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: 80%;
}
