
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #8a8a8a;
	font: normal small Arial;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
}

h2 {
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: x-small;
}

p, blockquote {
	margin-bottom: 2em;
	line-height: 1.6em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	padding: 1em 1em 0 1em;
	text-align: center;
	font-style: italic;
}

ul {
	list-style:circle;
	padding-left:15px;
}

li {
	padding-bottom:9px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}

/* Container */

.container {
	padding-top: 15px;
}

/* Boxed */

.boxed {
}

.boxed .title {
	font-size: 1.2em;
	text-align:center;
}

.boxed .content {
	padding: 9px;
	text-align:justify;
}

/* Logo */

#logo {
	width: 850px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	font-size: 3em;
	color:#FFFFFF;
	border-bottom: 1px solid #FF0000;
}

#logo h2 {
	float: left;
	padding: 0px 0px 0px 10px;
	font-size: 1.5em;
}

#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
}

/* Menu */

#menu {
	width: 680px;
	height: 40px;
	margin: -40px auto 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	position: relative;
	margin-left: 1.6em;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 5px solid #EEEEEE;
	font-size: xx-small;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	border-bottom-color: #000000;
	color: #000000;
}

/* Wrapper */

#wrapper {
	clear: both;
	width: 860px;
	margin: 0 auto;
}

/* Column One */

#col-one {
	float: left;
	width: 280px;
	height: 590px;
	padding-top: 10px;
	background-color: #9D9D34;
}

#col-one .image {
	background-color: #8a8a8a;
	padding: 4px 0px 4px 0px;
}

#col-one .container {
	background-color: #9D9D34;
}

#col-one .boxed {
}

#col-one .boxed .title {
	color: #fff;
}

#col-one .boxed .content {
}

#col-one .boxed .content form {
}

#col-one .boxed .content fieldset {
	border: none;
}

#col-one .boxed .content legend {
	display: none;
}

/* Column Two */

#col-two {
	float: right;
	width: 280px;
	height: 590px;
	margin-left: 10px;
	padding-top: 10px;
	background-color:#C1C144;
}

#col-two .image {
	background-color: #8a8a8a;
	padding: 4px 0px 4px 0px;
}

#col-two .container {
	background-color:#C1C144;
}

#col-two .boxed {
}

#col-two .boxed .title {
	color: #fff;
}

#col-two .boxed .content {
}

/* Column Three */

#col-three {
	float: left;	
	width: 280px;
	height: 590px;
	margin-left: 10px;
	padding-top: 10px;
	background-color: #B0B03B;
}

#col-three .image {
	background-color: #8a8a8a;
	padding: 4px 0px 4px 0px;
}

#col-three .container {
	background-color: #B0B03B;
}

#col-three .boxed {
}

#col-three .boxed .title {
	color: #fff;
}

#col-three .boxed .content {
}

/* Footer */

#footer {
	clear: both;
	height:8px;
}

#footer p {
	margin: 0;
	width: 720px;
	margin: 0 auto;
	font-size: x-small;
}

/* Extra */

#extra {
	width: 850px;
	margin: auto;
	background-color: #c7c7c7;
	padding:5px 5px 5px 5px;
	font-size:12px;
	text-align:center;
}