body {
	margin: 0;
	
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #fff;
}

#main {
	position: relative;
}

#nav {
	background: #111;
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	
	overflow: hidden;
	z-index: 0;
}
	#nav .content {
		margin: 4px auto 6px auto;
		width: 900px;
	}
	#nav a {
		margin-left: 5px;
	}
	#nav #get {
		margin-right: 25px;
	}
	
#options {
	float: left;
}

#logo {
	float: right;
}

#frame {
	width: 100%;
	height: 100%;
	border: 0;
}

#theme {
	width: 200px;
}

#hide {
	background: #755C4C;
	padding: 2px;
	
	font-size: 20px;
	position: absolute;
	left: 4px;
	bottom: 2px;
	z-index: 1;
}

/* ________________________________________________________ */



a {
	color: #fff;
	text-decoration: none;
}
	a img {
		border: 0;
	}

.clear {
	clear: both;
}

input, select, textarea {
	border: 1px solid #7e6656;
	padding: 2px;
	font-family: Helvetica, Arial;


	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-size: 11px;
	font-weight: bold;
	color: #7e6656;
}
input:focus, select:focus, textarea:focus {
	border-color: #aaa;
}

select option {
	margin: 3px 0 0 3px;
}


.button {
	width: auto !important;
	padding: 2px;
	background: #9F816D;
	border: none;
	padding: 3px 6px 3px 6px;
	color: #fff;
	
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	
	border-radius: 5px;
	-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	text-decoration: none;
}

.button:hover {
	background: #5F422F;
}
