body 
	{
	background-color:#FFFFFF;
	background-attachment:fixed;
	background-image:url(images/backgroundrepeat.png);
	background-position:20% 10%;
	background-repeat:repeat-x;
	}


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:none;
	} 
	
a:visited
	{
	color:#000000;
	text-decoration:none;
	} 



#layout 
	{
	position:relative; 
	top:0px;
	left:140px;
	padding-bottom:25px;
	width:870px; 
	height:345px;
	}

#content 
	{	
	position:relative;
	font: Courier New, "Courier", monospace;
	font-family: Courier New, "Courier", monospace; 
	font-size:12px; 
	color:#587F87;
	background-color:#CDDCDF;
	top:0px;
	left:230px;
	height:auto;
	width:700px;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:50px;
	border:3px double #587F87;
	}
	
			
.caps 
	{	
	letter-spacing:5px;
	color:#273A3D;
	}

.center 
	{
	text-align:center;
	}
	
.spacing 
	{	
	letter-spacing:5px;
	text-decoration:underline;
	font-size:14px;
	color:#273A3D;
	}

			

