body {
	background-image: url(images/white.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	width: 100%;
	color: #666666;
	font-size: 14px;
	background-color: #11175e;
}

.bigger {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

* {
	padding: 0px;
	margin: 0px;
}

.main {
	margin-top: 15px;
	position: relative;
	z-index: 10;
	padding-left: 30px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

img {
	margin-left: -30px;
	margin-bottom: 25px;
}

a:link, a:visited {
text-decoration: none;
color: #11175e;
}

a:hover, a:active {
text-decoration: underline;
color: #11175e;
}

h1 {
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

h2 {
	margin-top: 75px;
	color: #11175e;
	margin-right: 30px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.footer {
	color: #FFF;
	font-style: italic;
	font-size: 14px;
}

.peeps {
	margin-top: -10px;
	margin-left: 100px;
	float: right;
	background-repeat: repeat-x;
	z-index: 5;
}


