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

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #000000;
	text-align: justify;
	font-family: 'Cantarell', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #202020;
}

h2, h3 {
	color:#000
}

h1 {
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color: #FFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	line-height: 1.5em;
}

p {
}

blockquote {
}

ul, ol{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li{
	background:url(images/bullet.png) 0 2px no-repeat;
	padding-left:25px;
}


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

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

/* Wrapper */

#wrapper {
}

/* Header */

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

#header a {
	display: block; 
	height: 100%; 
	width: 100%; 
}

#h1text {
	padding:10px 0;
	width: 892px;
	margin: 0 auto;
}

/* Logo */




/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding:0;
	background: #FFF;
}

#start {
	width: 892px;
	height: 15px;
	margin: 0 auto;
	background: url(images/img08.jpg) no-repeat left top;
}

/* Content */

#content {
	width: 857px;
	padding: 0px 15px;
	margin:0;
	text-align:center;
}

#end {
	margin: 0 auto;
	width: 892px;
	background: url(images/img04.jpg) no-repeat left bottom;
	height:15px;
}

#textbox {
	font-size:40px;
	border:2px #000 solid;
}

#go {
	background:#000;
	font-size:40px;
	padding:0 10px;
	border:2px #000 solid;
	color:#FFF
}

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

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

#clear {
	clear:both;
}



/* Footer */

#footer {
	width: 892px;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

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

#footer a:hover {
	text-decoration: none;
}