@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #fff;
}
div#container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
div#banner {
	width: 930px;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:hover {
	text-decoration: none;
	color: #960;
}
a:active {
	text-decoration: none;
}
.large {
	font-size: 1.25em;
}
p {
	font-size: 1.5em;
}
.clearBoth {
	clear: both;
}
.imgleft {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 10px;
	right: 10px;
	bottom: 10px;
	vertical-align: middle;
}
.box {
	margin: 30px;
	padding: 10px;
	border: medium ridge #F00;
	vertical-align: middle;
}
.imgright {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	position: relative;
	width: 940px;
}
ul {
	font-size: 1.25em;
	padding-left: 50px;
	padding-top: 10px;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #FFF;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
h3 {
	font-size: 1.75em;
	font-weight: bold;
	color: #FFF;
}