html {
height:100%;
}
* html body {
height:100%;
}
body {
padding:0; 
margin:0px auto;
text-align:center;
position:relative;
width:100%;
font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
background-color:#000000;
color:#b8bec1;
}
A {
color:#8d8f90;
text-decoration:none;
}
A:focus, a:active {
outline:none;
}
A:hover {
font-size:12px;
text-decoration:none;
}
p {
margin:0px;
padding:0px;
}
#top_in {
width: 100%; 
height: 13px; 
padding-top: 20px;
}
.left {
float:left;
padding-left:25px;
text-decoration:none;
}
.right {
float:right;
padding-right:20px;
text-decoration: none;
}
#content {
clear:both;
}
.text {
padding:10px 25px 10px 25px;
text-align: left;
}
#foot{ 
text-align: center; 
padding-bottom: 13px; 
padding-top: 2px;
}
#page {	
	background: url(/images/bkg_page_left.gif) repeat-y left; 
	overflow: hidden; 
	}
#page_c { 
	background: url(/images/bkg_page_right.gif) repeat-y right; 
	overflow: hidden;
	position:relative;
	width:100%;
	}
.page_top {
	background:url(/images/bkg_page_top.gif) repeat-x;
	height:30px;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:0;
	left:0px;
	top:0px;
	}
.page_top_center {
	background:url(/images/bkg_page_top_center.gif);
	width:134px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:-67px;
	}
.page_top_left {
	background:url(/images/p_ug1.gif);
	width:24px;
	height:30px;
	float:left;
	}
.page_top_right {
	background:url(/images/p_ug2.gif);
	width:24px;
	height:30px;
	float:right;
	}
.page_bottom {
	background:url(/images/bkg_page_bottom.gif) repeat-x;
	height:30px;
	overflow:hidden;
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	}
.page_bottom_left {
	background:url(/images/p_ug3.gif);
	width:24px;
	height:30px;
	float:left;
	}
.page_bottom_right {
	background:url(/images/p_ug4.gif);
	width:24px;
	height:30px;
	float:right;
	}
.content {
	position:relative;
	z-index:100;
	}
.quote {
	background:#2E2E2E;
	padding: 5px;
	color: #FFFFFF;
	}
.quote hr { 
	border-left: dotted 0px #000000;
	border-right: dotted 0px #000000;
	border-top: dotted 1px #FFFFFF;
	border-bottom: dotted 0px #000000;
	padding: 1px;
	}