@charset "UTF-8";
/* CSS Document */

body {
 background:#000000;
 }
 
#box {
	margin:0 auto;
	width:1000px;
	}
#container {
	background-image:url(../Images/images/Green_01.jpg);
	background-repeat:repeat-y;
	width:800px;
	border:Outset #666666 5px;
	margin-left:200px;
	margin-right:160px;
	float:right;
	clear:right;
	}
	
#linkbar {
	position:fixed;
	top:50px;
	left:50px;
	width:130px;
	bottom:100px;
	float:left;
	clear:left;
	}		
	
.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}
	
a:link {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#FF0000;
	text-decoration:none;
	}
a:visited {
	color:#003300;
	text-decoration:none;
	}
	
.Header {
	font: "Edwardian Script ITC", "Times New Roman", Times, serif;
	font-size:100px;
	text-shadow:#000000 5px 5px 10px;
	}
.fill {
	font:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
	}
	
.Newsborder {
	border:#000000 double 3px;
	padding:5px;
	}