body {  
	padding: 0; margin: 0;
	background: #000;
	font: 11px arial; color: #999; overflow: hidden;
	}

#wrapper { width: 100%; height: 100%; position: relative; }	
	
#header {
	background: url('images/header.png');
	background-repeat: repeat-x;
	width: 100%; height: 50px;
	border-bottom: 1px solid white;
	}

#header img { border: 0; }	
	
#header a.home {
	position: relative;
	top: 20px; left: 25px;
	}	
	
#header ul	{ position: absolute; left: 180px; top: 20px;}
#header ul li 	{ display: inline;}
#header ul li a	{
	padding: 0.2em 1em;
	margin-right: 1em;
	font: 11px arial;
	color: #fff;
	text-decoration: none;
	float: left;
	border: 1px solid white;
	}

#header ul li a:hover	{ background-color: #fff; color: #000; }

#header ul li a.active	{
	background-color: #000;
	border-bottom: 1px solid black;
	}
	
#header ul li a.active:hover	{ color: #fff; text-decoration: underline;}

#header p.update { position: absolute; right: 10px; top: 20px; }

#content { }

#content p img { border: 0;}

p.content { width: 420px; margin: 30px; text-align: justify;}

#content h1 { font: bold 12px arial; color: #fff; text-indent: 50px; padding-top: 5px;}
#content ul.container { width: 420px; margin-left: 10px; margin-top: 30px; list-style-type: circle;}
#content ul.container a { font: bold 11px arial; color: #ccc; text-decoration: none;}
#content ul.container a:hover { font: bold 11px arial; color: #fff;}
#content ul.container li { padding-bottom: 6px;}

#sv-container { }

#content form { margin-left: 40px; }

#content table.form td.left {	width: 173px; }

#content input.input {
	width: 225px;
	background: #000;
	padding-left: 4px;
	border: 1px solid white;
	font: 11px arial;
	color: #999;
	}

#content input.button {
	font: 11px arial;
	color: #fff;
	background: #000;
	border: 1px solid white;
	}

#content textarea {
	width: 398px;
	height: 140px;
	background: #000;
	padding: 4px;
	border: 1px solid white;
	font: 11px arial;
	color: #fff;
	}

#footer { 
	position: fixed; bottom: 5px; margin-top: 50px;
	color: #555; text-indent: 20px;
	}
