body, p {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFF;
	background-repeat: repeat;
}
#header {
	background-color: #000;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 175px;
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
}
#content {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #F81313;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
td {
	padding-bottom: 35px;
}
img {
	border: 1px solid #FFF;
}
.roundedImage {
	-moz-border-radius: 8px;
	border-radius: 8px;
}
