body {
           background-image: url(images/Gridbackground.gif);
		   background-repeat: repeat;
		   }

#wrapper {
	MARGIN: 0px auto;
	WIDTH: 800px; 
	TEXT-ALIGN: left;
	position: relative;
	z-index: 1;
			 }
		   
#content {
	padding: 3px;
	border-top: solid 2px #0052A3;
	border-right: solid 2px #0052A3;
	border-bottom: NONE;
	border-left: solid 2px #0052A3;
	background-color: #000000;
	position: relative;
		   }

#footer {
	Background-color: #000000;
	padding: 0px;
	border-right: solid 2px #0052A3;
	border-left: solid 2px #0052A3;
		}

#links {
	text-align: center;
	
		}
			
#nav {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	border: solid 2px #0052A3;
	border-bottom: none;
	background: #000000;
	font-family: Trebuchet MS;
	position: relative;
	float: inherit;
		   }

a:link {
	color: #00CCFF;
}
a:visited {
	color: #00CCCC;
}
a:hover {
	color: #00FFFF;
}
a:active {
	color: #0099FF;
}

img {
	border-style: none;
}

h2 { margin-top: 10px; }
     
.style1 {
	color: #FFFFFF;
	font-size: 12px;}

