body {
	margin: 0px 0px 0px 0px;
	color : Black;
	background-color : #212121;
}	


#main {
	width : 800px;
	margin: auto;
	margin-top : 0px;
	height: 100%;
	background-color : #000000;
	
	min-height : 100%;
}

#header{

}

#menu {
	margin-top : 0px;
	margin-bottom:0px;
	text-align : left;
	padding-left : 10px;
	padding-top : 1px;
	padding-bottom : 6px;
	font : 20pt/18pt Monotype Corsiva;
	font-style : italic;
	background-color : #101010;
}

#menu a{
	text-decoration : none;
	color : Red;
	margin-right : 15px;
}

#menu a.selected {
	color : #FF3535;
}

#menu a:hover {
	text-decoration : none;
	color : #FF3535;
}

#content {
	font : 14pt/18pt Monotype Corsiva;
	text-align : justify;
	padding-left : 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color : White;

}

#footer {
    color : #FFFFFF;
	font : 14pt/14pt Monotype Corsiva;
	text-align : left;
}

#footer a {
     color : inherit;
     text-decoration : none;
}

#footer a:hover {
     text-decoration : underline;
}

#content h1 {
	font-size : 20pt;
	margin-bottom :10px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-style : italic;
}

.button {
	background-color : #3070AF;
	color : #FFFFF0;
	width : 80px;
}

.button-online {
	background-color : #2FB086;
	color : #FFFFF0;
	width : 80px;
}
.button-offline {
	background-color : #FF6C6C;
	color : #FFFFF0;
	width : 80px;
}

LI {
	list-style-position : inside;
	list-style-type : disc;
}

