body {
	background:url(../images/bg.jpg);
	text-align:center;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
a {
	color:#7C6240;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:underline;
}

#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	background:#000000;
	height:100%;
}
#header {
	float:left;
	display: inline;
	clear:both;
	margin:0;
	width:800px;
	height:230px;
	padding:0px;
}
#rotator img {
	display: none;
	position: absolute;
	height:230px;
	width:800px;
}

#header #over {
	position:absolute;
	z-index:80;
	width:800px;
	height:230px;
	background-image:url(../images/header_over.png);
}
#menu {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 10px 0;
	display:inline;
	background:#1e1e1e;
}
#content {
	color:#CCCCCC;
	float:left;
	display:inline;
	clear:both;
	margin:0;
	width:100%;
	height:100%;
}
#content h1 {
	font-size:20px;
	display:block;
	float:left;
	clear:both;
	border-bottom:2px solid #666666;
	width:100%;
	color:#666666;
	margin:0;
}

/* FORMS */
.label {
	float:left;
	clear:both;
	font-size:10px;
	margin:5px 0 0 0;
	color:#CCCCCC;
	display:inline;
}
.input {
	float:left;
	clear:both;
	border:1px solid black;
	width:100%;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
.title {
	float:left;
	clear:both;
	border:1px solid black;
	width:100%;
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	margin:0;
}
.textarea {
	float:left;
	clear:both;
	border:1px solid black;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:3px;
	width:100%;
	height:200px;
	display:inline;
}
.submit {
	float:left;
	clear:both;
	margin: 10px 0 0 0;
	display:inline;
}

/*COMMONS*/
.left {
	display:block;
	width:100px;
	margin:0;
}
a.button {
	color:#7C6240;
	padding:10px;
	border:1px solid #1e1e1e;
	float:left;
	clear:both;
	margin:20px;
	display:inline;
}
a.button:hover {
	background:#1e1e1e;
	color:white;
	text-decoration:none;
}
