* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#wrap {
	width:900px;
	text-align:left;
}
#header {
	height: 75px;
	line-height:75px;
	border-bottom:1px dotted #898989;
	margin-bottom:25px;
}
#content {
	float:left;
	width:680px;
}
#sidebar {
	float:right;
	width: 200px;
}
#footer {
	margin:15px 0px;
	padding: 15px 0 0 0;
	color:#999;
}
#footer a {
	color:#999;
	text-decoration: none;
}
/*default*/
	p, h2, h3, h4, h5, h6, h6, ol, ul {
	padding-bottom: 10px;
}
.clear {
	clear: both;
	height: 0px;
}
/* text */
h1 {
		font-size: 18pt;
		font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}
#sidebar ul li {
	margin-left:10px;
	list-style:none;
}
#sidebar li {
	padding-bottom:2px;
}
h3 {
	font-weight: normal;
	font-size:10pt;
	border-bottom: 1px solid #898989;
	margin-bottom:10px;
	color:#999;
}
h3 {
	color:#999;
	text-decoration: none;
}
h4 {
	font-size:11pt;
	font-weight: normal;
}
textarea {
	background-color: #555555;
	border: 1px solid #898989;
	color: #ffffff;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
a {
	color:#CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
