/* CSS Document */

body { 
	color: #333; 
	font-size: 14px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	line-height: 20px; 
	background-color: #393536; 
	}
	
p { 
	color: #333; 
	}
	
td { 
	color: #333; 
	}
	
a:link { 
	color: #000000 ; 
	text-decoration: none; 
	}

a:visited { 
	color: #000000 ; 
	text-decoration: none; 
	}

a:hover { 
	color: #000000 ; 
	text-decoration: underline; 
	}

a:active { 
	color: #000000 ; 
	text-decoration: underline; 
	}

.bkgrd_main { 
	background-color: #bdbfc1; 
	}

.bkgrd_side { 
	background-color: #000; 
	}

.border_main { 
	border: solid 1px #000; 
	}

.text_main { 
	text-align: left; 
	margin: 10px 80px 80px; 
	}

p.footer { 
	color: #000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 12px; 
	}

#horizon  {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content  {
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible
	}