body { padding-bottom: 20px 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828282;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	}

pre { text-align: left; overflow: visible }
code { background-color: #ffc }
pre code { background-color: #eee }


.pics {  
    height:  132.5px;  
    width:   205px;  
    padding: 0;  
    margin:  0;  
	float: left;
	text-align: left;
} 

.pics img {  
    padding: 8px;  
    border:  1px solid #c8c6c6;  
    background-color: #f0f0f0;  
    width:  180px; 
    height: 125px; 
    top:  0; 
    left: 0
} 

.pics_show {  
    padding: 7.5px;  
    border:  1px solid #c8c6c6;  
    background-color: #f0f0f0; 
    height:  125px;  
    width:   180px;  
    margin:  0px;  
	text-align: justify;
} 

#horizon {
	position: absolute;
	background-color: #c8c6c6;
	top: 130px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	text-align: center;
	display: block
	}
	
#middle {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -420px;
	position: absolute;
	top: -110px;
	left: 50%;
	visibility: visible
	}

#menu_right {
	font-size: 11px;
	color: #828282;
	vertical-align: top;
	text-align: right;
	padding: 0px 0px 0px 0px;
}

.content {
	font-size: 11px;
	color: #828282;
	vertical-align: top;
	text-align: justify;
	line-height: 20px;
	width: 700px;
	padding: 30px 0px 0px 0px;
}
	
a:link {
	color: #90010e;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	border-width: 1px 0px;
}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-style: none;
	border-width: 1px 0px;
	}
	
a:hover {
	color: #df0014;
	font-weight: bold;
	text-decoration: none;
	font-style: none;
	}

a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	border-width: 1px 0px;
	}

.img_right {
	float: right;
	padding: 5px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0px solid black;
}

.imgright {
	float: right;
	padding: 8px;  
    border:  1px solid #c8c6c6;  
    background-color: #f0f0f0;  
    width:  125px; 
    height: 180px; 
	margin: 0px 0px 20px 20px;
    top:  0; 
    left: 0 
}

.menu {
	font-size: 11px;
	color: #3A4021;
	text-align: justify;
	line-height: 20px;
	padding: 30px 0px 0px 0px;
	}
	
#footer {
	margin: 0px 0px 74px 0px;
	padding: 3px 0px 3px 0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:0px;
	/* 14px + 17px + 2px = 33px */
	border-style: solid none none none;
	border-color: #c8c6c6;
	border-width:1px 0px;
	/* top and bottom borders: 1px;
	left and right borders: 0px */
	line-height:15px;
	color: #828282;
	font-size: 11px;
	text-align: right;
	background-color:#ffffff;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:11px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#footer {height:10px;}