/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) top center;
	background-attachment:fixed;
}

body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:10px;
	font-size: 12px;
	color:#333333;
}

input, textarea, select {
margin-top:5px}
/*
form {
}

fieldset {
}


}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}
*/
h1 {
	margin-top: .5em;
	color:#333333;}
h2, h3 {
	margin-top: 1em;
	color:#33CCFF;
}

h1 {
	letter-spacing: -.075em;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #00B4CE;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}


a {
	text-decoration: none;
	color:#33CCFF;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #B10961;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #B10961;
}

hr {
	display: none;
}

hr  .display{
display:block;
color:#CCCCCC;
}

/* Wrapper */

#wrapper {
	width: 874px;
	margin: 0 auto;
	padding: 0;
	color:#333333;
}

html>body #wrapper { height: auto; }

/* Header */

#header {
	width: 874px;
	height:150px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat top left;
}

#menu {
	height: 50px;
	width: 874px;
	background:#1c1c1c;
	color:#32c6f7;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 15px 20px 16px 20px;
	letter-spacing: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #0bbdcb;
}

#menu .current_page_item a {
	padding: 15px 30px 16px 30px;
	color: #0bbdcb;
}

#menu .last{
}



/* Page */

#page {
	width: 874px;
	margin: 0 auto;
	background-color:#FFFFFF;
	min-height:400px;
	border-top: none;
}

#left{
float:left;
width:400px;
padding:18px;
}

#right{
float:right;
width:400px;
padding:18px;
}

#single{
width:838px;
padding:18px;
}


/* Footer */

#footer {
	margin: 0 auto;
	background:#000000;
	height: 40px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

#footer p {
	padding-top: 45px;

}

#footer a {
	text-decoration:underline;
	color:#FFFFFF;
}

.who{
font-style:italic;
font-size:10px;
font-weight:bold;}