body {
	color: white;
	height: 100%;
	width: 100%;
	background: #000;
	padding: 0;
	margin: 0;
	font-family: "calibri", "segoe ui", "trebuchet ms", helvitica, arial;
	font-size: 15px;
}
html {
	height: 100%;
}
a {
	color: white;
	text-decoration: none;
}
h1,h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	color: #CCFF00;
	letter-spacing: 1px;
}
h2 {
	color: #FF22EE;
}
table {
	padding: 0;
	border-spacing: 0;
	min-width: 100%;
	height: 100%;
}
table td {
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
input, textarea {
	color: #FFF;
	font-family: "calibri", "segoe ui", "trebuchet ms", helvitica, arial;
	font-size: 13px;
	margin: 2px;
	margin-left: 8px;
	margin-right: 16px;
	background: #141414;
	border: 1px solid #434343;
}
input {
	height: 20px;
}
.accordion ul {
	margin-left: 16px;
}
.fr { 
	float: right;
}
.c_green {
	color: #CCFF00;
}
.c_pink {
	color: #FF22EE;
}
.c_gray {
	color: #A1A1A1;
}
#leftside {
	background: url(images/bleft.png) repeat-y 100% 0;
}
#rightside {
	background: url(images/bright.png) repeat-y;
}
#midside {
	min-width: 950px;
	width: 950px;
}
#title {
	height: 48px;
	padding-top: 56px;
	background: #141414 url(images/title.png) no-repeat 0 100%;
}
#menu {
	border-top: 1px solid #434343;
	background: url(images/menu.png);
	height: 70px;
}
#menu div {
	float: left;
	height: 50px;
	padding-top: 20px;
	background: url(images/menu.png);
	padding-left: 32px;
	padding-right: 32px;
}
#menu .l_green:hover {
	color: #FF22EE;
	cursor: pointer;
	background: url(images/menu2.png);
}
#menu .l_pink {
	background: url(images/menu3.png);
}
#content {
	min-height: 100%;
	background: #1A1A1A;
	padding: 4px;
	padding-left: 32px;
	border-bottom: 3px solid #434343;
	vertical-align: top;
	line-height: 1.8;
}
#content a {
	color: #FF22EE;
}
#content a:hover {
	border-bottom: 1px dashed;
}
#footer {
	height: 70px;
	background: #141414;
	padding-left: 16px;
	padding-right: 16px;
	border-top: 1px solid #CCFF00;
	vertical-align: middle;
}
#footer a:hover {
	color: #CCFF00;
}
.accordion > li {
	list-style-type: none;
	color: #A1A1A1;
	line-height: 1.5;
}
.accordion .body {
	color: white;
	line-height: 2;
}