/* base.css File */
@font-face{
	font-family: tech;
	src: url('/static/fonts/pixtech.ttf')
}
html ,body { 
	color: #00E0FF;
	height: 98%;
}
body {
	background-color: #000;
}
a {color: #FF7A00;}
a:hover { color: #A65000;}
a:visited { color: #ff9b40}
input {
	background-color: #353535; 
	color: #00afff
}
.errorlist {
	font-weight: bold;
	color: red;
	list-style: none;
}
#head {
	position: relative;
	left: 1%;
	top: 1%;
	width: 96%;
	height: 50px;
}
#menu { 
	position: relative;
	left: -40px;
	list-style: none;
}
#menu li { 
	position: relative; 
	float: left;
	top: -16px;
	line-height: 50px;
}
#menu a, #menu a:visited {
	color: #FF7A00;
	font-family: tech;
	position: relative;
	height: 100%;
	text-decoration: none;
	display: block;
	padding: 0 8px;
	text-shadow: 2px 2px 4px #000;
} 
#menu a:hover {
	color: #ff6600;
	height: 100%;
	text-shadow: 2px 2px 4px #00e1ff;
}
#main { 
	position: relative;
	width: 100%; 
	/* margin: 40px 0; */
	min-height: 79%;
	padding-top: 30px;
}
*html #main { height: 90%;}
#main .float {float:left;} 
#main_left {
	position: relative;
	left: 1%;
	width: 65%;
	padding: 10px;
}
#main_right {
	position: relative;
	float: left;
	left: 3%;	
	width: 28%;
}
#footer {
	position: relative;
	left: 1%;
	font-size: 12px;
	text-align: center;
	width: 96%;
	margin-bottom: 10px;
}
#plachold {
	clear: both;
       	padding-top: 10px;	
	position: relative;
	height: 10px;
}
