@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
#container{
	position: relative;
	width: 764px;
	background-image:url(../images/rpt.jpg);
	background-position:bottom;
	background-repeat:repeat-y;
	text-align: left;
	}
	
#menu{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	}		
	
td{
	vertical-align:top;
	}
	
#window{
	position: relative;
	background-image:url(../images/window-bg.jpg);
	background-repeat: no-repeat;
	padding: 60px 60px 10px 60px;
	top: 0px;
	text-align: left;
	}		
	
#bottom{
	position: relative;
	color: #666666;
	width: 762px;
	font-size: 10px;
	text-align: center;
	background-color:#000000;
	padding-bottom: 15px;
	}
	
.grey{
	background-color:#999999;
	padding: 15px;
	font-weight: bold;
	}	
	
.shade{
	background-color: #CCCCCC;
	padding: 15px 15px 0px 15px;
	}		
	
a:link{
	color: #006600;
	}	
	
a:visited{
	color: #006600;
	}	
	
a:active{
	color: #006600;
	}	
	
a:hover{
	color: #009900;
	}	
	
h1{
	padding: 0px;
	margin: 0px;
	color: #003300;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	}
h2{
	padding: 0px;
	margin: 0px;
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	}
	
h3{
	padding: 0px;
	margin: 0px;
	color: #006600;
	font-size: 16px;
	font-weight: bold;
	}
	
p{
	margin: 0px;
	padding: 0px 0px 12px 0px;
	}
	
ul{
	margin:0px;
	padding: 5px 15px 15px 40px;
	}	
	
#newsbox{
	background-color:#aeafae;
	padding: 10px 15px 15px 15px;
	font-size: 11px;
	width: 221px;
 	color: #000000;
	}	


#feedbox{
	background-color:#999999;
	padding:0px 15px 15px 15px;
	font-size: 11px;
 	color: #000000;
	background-image:url(../images/feedbox.jpg);
	background-repeat:no-repeat;
	background-position: top;

	}				
	
.box{
	width: 251px;
	padding: 0px;
	}
	
.up{
	margin-top: -75px;
}		
.up2{
	margin-top:-40px;
	padding:10px;
}				
