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

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/banner2.jpg) repeat-x;
	font: normal small Georgia serif;
	color: #000;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}

a {
	color: #269101;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom: 1.5px dashed black;
}

/* Header */

#header {
	width: 800px;
	height: 216px;
	margin: 0 auto;
	background: url(images/banner3.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 95px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 115px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
}

#menu a:hover, #menu .active a {
	background: #fff;
	color: #000;
	border-bottom: 0px;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 1em;
}

/* Column One */

#colOne {
	float: left;
	width: 610px;
}

#colOne h2 {
	margin-top: 0;
	font-size: 2.2em;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 160%;
}

#colOne .credits {
	margin-bottom: 20px;
	padding: 5px 0 20px 8px;
	border-bottom: 1px solid #2C2C2C;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: right;
	width: 190px;
}

.sidebar	{
	position: relative;
	bottom: -533px;
}

#colTwo ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: 2em;
}

.artwork a	{
	color: #000;
}

#colTwo .active a {
	border-bottom: 1.5px dashed black;
}

#colTwo li {
	margin-bottom: 20px;
}

#colTwo li li {
	margin-bottom: auto;
}

#colTwo li ul {
	padding-left: 20px;
	list-style: none;
}

#colTwo h2 {
	padding-bottom: 1px;
	font-size: 1em;
	color: #000;
	padding-left: 20px;
	border-bottom: 1px solid #2C2C2C;
}

#textfield1 {
}

#submit1 {
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 85px;
	margin: 20px auto 0px auto;
	padding: 20px 0;
	background: #000;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	color: #fff;
}

.logo	{
	float: right;
	clear: right;
	margin: -62px 75px;
}

.indexlogo	{
	float: right;
	clear: right;
	margin: -118px 75px;
}