/* general */
* {
	margin:0;
	padding:0;	
}
html {}
body {
	margin:0px;
	width:100%;
	height:100%;
	background-color:#101010;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:140%;
}
img {
	border:0;
}
/*----global link colors -------------------------------------*/
a {
	text-decoration:none;
	color:#fff;
	font-weight:700;
}
a:hover {
	background-color:#eee;
	color:#0a0a0a;
}
/*---layout ---------------------------------------------*/
#page {
        padding:20px;
	background-color:#202020;
        width: 500px;
	margin: 0px auto 0px auto;
	position: relative;
	display:block;
	min-height:800px;
	height:expression(this.scrollHeight>800 ? "auto" : "800px");
	font-weight:normal;
	text-align:justify;
	color:#ccc;
}
/*---header ---------------------------------------------*/
#header {
	line-height:180%;
}
#header h1 {
	font-size:36px;
	letter-spacing:-2px;
}
#header h2 {
	font-size:14px;
	font-weight:normal;
	margin-bottom:20px;
	letter-spacing:-1px;
}
/*---special --------------------------------------------*/
#special {
margin-top:20px;
        color:#fff;
}
/*---content --------------------------------------------*/
#content {
	color:#dedede;
	line-height:140%;
}
#content h3 {
	clear:both;
	padding-top:20px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}
#content .left {
	float:left;
	width:150px;
}
#content .right {
	float:left;
	padding-left:10px;
	width:340px;
	font-size:11px;
	font-weight:normal;
}
#content li {
	margin-left:20px
}
/*---bottom ---------------------------------------------*/
#bottom {
	color:#ddd;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}