@charset "utf-8";
/* CSS Document */
body {
	background: #333 url(bg2.jpg) center repeat-y;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
}

#header {
	text-align: center;
	background: #333 url(bg1.png) repeat-x;
	
}
#main {
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	background: #333;
}
#left{
	width: 200px;
	float: left;
	background:#333;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	border-right: 1px #000 solid;
	padding-right: 4px;
}
a:link {
	color:#fff;
   text-decoration: none;
}    
a:visited {color:#fff;
text-decoration: none;}  
a:hover {color:#fff;
text-decoration: none;}  
a:active {color:#fff;
text-decoration: none;}

.greyout {
	color:#999;
}

#center {
	width: 590px;
	float: left;
	padding-left: 5px;
}
.center-p {
	margin-left: 50px;
	line-height: 5px;
	text-indent: 1cm;
}
.images {
	border: #202020 solid 2px;
	margin: 3px;
	width: 130px;
	float: left;
}


#foot {
	width: 800px;
	clear: both;
	text-align:center;
	font-size: 12px;
	background: #202020;
	border-top: solid 3px #ff4e00;
}

.text {
	line-height: 25px;
	text-indent: 25px;
	padding: 10px;
}
.text a:link {color:#ff4e00;
text-decoration: none;}   
.text a:visited {color:#ff4e00;
text-decoration: none;}  
.text a:hover {color:#fff;
text-decoration: none;}  
.text a:active {color:#fff;
text-decoration: none;}

