@charset "utf-8";
html, body
{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color:#000000;
}
#nav
{
	height:60px;
	width:100%;
	margin:0;
	padding:0;
	background-color:#4fc7ff;
}
#nav a
{
	display:inline;
	float:left;
}
#nav ul
{
	display:inline;
	float:left;
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
}
#nav ul li
{
	display:inline;
	float:left;
}
#nav ul li a
{
	color:#2a2a2a;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:45px 10px 0 10px;
	margin:0 2px 0 2px;
	letter-spacing:1px;
}
#nav ul li a:hover, #nav ul li a.sel
{
	background-color:#2a2a2a;
	color:white;
}
#content
{
	height:92%;
	background-color:#080808;
	background-image:url(/img/pgbg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14pt;
	letter-spacing:1px;
	text-align:justify;
}
#content div
{
	width:650px;
	margin:auto;
}
#content ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#content ul li
{
	padding:15px 0 15px 0;
}
#content ul li strong
{
	font-size:14px;
	color:#e0e0e0;
	letter-spacing:2pt;
}
#content ul li p
{
	margin:0;
	padding:5px 0 0 25px;
}
#fixmetoo
{
	color:white;
	font-family:'Trebuchet MS', Geneva, Helvetica, Verdana, Arial;
	font-size:12px;
	letter-spacing:5px;
	font-weight:100;
}
#fixmetoo a
{
	color:white;
}
form
{
	background-color:#4fc7ff;
	color:white;
	font-size:16px;
	font-weight:bold;
}
form input[type=text]
{
	padding:5px 10px 5px 10px;
	font-size:16px;
	color:#2a2a2a;
	border:none;
	font-weight:bold;
	border-radius:3.5%;
	-moz-border-radius:3.5%;
}
form input[type=submit]
{
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4fc7ff;
	background-color:white;
	border-radius:3.5%;
	-moz-border-radius:3.5%;
	padding:3px 8px 3px 8px;
}
form input[type=submit]:hover
{
	background-color:#2a2a2a;
	cursor:pointer;
	color:white;
}
.error
{
	background-color:#fe6363;
}
b.rtop, b.rbottom{display:block;background: #000000}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #4fc7ff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
#fixmetoo
{
	position: absolute;
	right: 5px;
	bottom: 0px;
}
div > div#fixmetoo
{
	position: fixed;
}
pre.fixit
{
	overflow:auto;
}


