/* CSS Document */

#wrapper {
	  width: 800px;
	  border: 2px solid #000000;
	  margin-left: auto;
  	  margin-right: auto;
}

body {
	background-image: url("images2/bkgrd.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin: 0; padding: 0;
	}

h1 {
	font-size: 18px;
}
p {
	color: #cccccc;

}
	
a.nav {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	font-family: Trebuchet, Georgia, Times New Roman, Times, serif;
	
	
}
.right {
	border-top: 2px solid #336699;
	color: #cccccc;
}
.left {
	color: #FFFFFF;
}
.small {
	font-size: 12px;
	color: #cccccc;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #ccff99;
}
a:hover {
	text-decoration: none;
	color: #ccff99;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
a.underline {
	text-decoration: underline;
}



