html { 
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}

body {
	background-color: #330000;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	
}
	
table, tr, td, div, a, span {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#999999;
}


a { color:#ff8c00; text-decoration: none;}
a:hover { color:#ffffff; text-decoration: none;}

#outer {
	position:absolute;
	height:100%;
	width:100%;
	text-align:center;
}

#fullheight {
	width:700px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#bottom-border {
	border-bottom:1px dotted #666666;
}

h1 {
	font-size: 30px;
	font-weight:normal;
	color:#ff8c00;	
	margin:0px;
}

h2 {
	font-size: 15px;
	font-weight:normal;
	color:#cccccc;
}

#contacts {
	float:right;
	width:250px;
	text-align:right;
	background-color:#666666;
	margin:0px;
}

p {
	margin-top:2px;
	margin-bottom:2px;
	line-height:170%;
}