@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(layout/backgroundpattern.png);
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
httml, body, #wrapper {
    height:100%;
    min-height:100%;
    width:100%;
}
html > body, html > body #wrapper {
    height:auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.mainText {
	font-size: 12px;
}
.headline {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.credits {
	font-size: 10px;
}
#wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	height: 100px;
	margin-top: 40px;
}
#content {
	margin-top: 50px;
	width: 725px;
	height: auto;
}
#text_box {
	background-image: url(layout/greenTransparency.png);
	background-repeat: repeat;
	width: 325px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 10px;
	float: left;
}
#img_box {
	height: 300px;
	width: 300px;
	margin-left: 25px;
	float: right;
}
#footer {
	height: 18px;
	width: 90%;
	padding-left: 50px;
	background-image: url(layout/footer.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	position: absolute;
	bottom: 25px;
	margin-top: 50px;
	left: 0px;
}