/*
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: #000000 url(images/img1.gif) repeat-x;
  	background-attachment: fixed;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D4D4D4;
}

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


h1 {
	color: #888888;
}


a {
	color: #878787;
}

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

/* Header */

#header {
	width: 750px;
	height: 75px;
	margin: auto;


}

/* Logo */

#logo {
	float: left;
	width:200px;
	height:75px;
	background-image: url('images/logo.png');
}

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

#logo h1 {
	padding: 115px 0 0 0;
	letter-spacing: 0px;
	font-size: 3.5em;
	color: #ffffff;
}

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

/* Menu */

#menu {
	margin: auto;
	width: 750px;
	height:30px;
	border: 3px solid #668b8b;
	background: url(images/menu.gif) repeat-x;
}

#menu ul {
	margin: auto;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 146px;
	padding: 8px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	border-right: 2px solid #668b8b;
	border-left: 2px solid #668b8b;
	background: url(images/menu.gif) repeat-x;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	float: left;
	width: 146px;
	padding: 8px 0 8px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	border-right: 2px solid #668b8b;
	border-left: 2px solid #668b8b;
	background: url(images/menu.gif) repeat-x;
	color: #777777;
}

/* Content */

#page {
	width: 762px;
	margin: auto;
	background: #ffffff;
	padding: 6px 0px 3px 0px;
	background: #ffffff;
	color:#888888;
}

#content {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 10px 0px 0 0;
	border: 3px solid #668b8b;
	background: #ffffff;
	color:#888888;
}


#content p {
	width: 580px;
	height: 100%;
	margin: 10px 0 0 0;
	color:#888888;
}



/* Column One */

#colOne {
	float: right;
	width: 580px;
	padding: 0px 20px 0 0;
}

#colOne h2 {
	margin-top: 0;
	font-size: 1.8/em;
	color: #888888;
}

#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: left;
	width: 140px;
}

#colTwo ul {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

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

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

#colTwo li ul {
	padding-left: 12px;
	list-style: square inside;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #888888;
	padding-left: 12px;
	border-bottom: 1px solid #999999;
}

#textfield1 {
}

#submit1 {
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0;
}

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