body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1
{
	text-align: center;
	color: #193558;
	font-size: 150%;
	margin: 10px;
	padding: 0px;
}

a:hover {
	color: #FF0000;
}
#nav {
	background-color: #4882c2;
	color: #FFF;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}
#nav li {
	display: inline;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 20px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #FF0000;
}
#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}#maintxt
{
	margin-top: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#logo
{
	text-align: center;
	margin-bottom: 40px;
}

#avg
{
	text-align: center;
	font-size: 85%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3874bd;
}
#sites
{
	text-align: center;
	font-size: 90%;
}
#gallery
{
	margin: 30px;
	text-align: center;
}
.errsts
{
	color: #F00;
}

.wrapl
{
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.wrapr
{
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
