body {
	text-align: center;
	margin:0;
	padding:0;
	background:#414141;
}
#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}
#content-back {
	position:relative;
	left:0px; top:0px;
	width:900px; height:636px;
	background: url('img/mainbackground.jpg');
	background-position:fixed;
}
#content {
	position:relative;
	left: 20px; top:21px;
	width:860px;
	height:597px;
	overflow:auto;
}
#copyright {
	position:relative;
	left:0px; top:0px;
	width:900px;
	background: url('img/copyrightbackground.jpg');
	text-align:center;
	font-family:'Georgia';
	font-size:.7em;
	line-height:2em;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
#content-video {
	width:320px; height:256px;
	border:3px solid #414141;
}
img{
	border:0;
}
h1.title {
	font-family:'Impact';
	font-size:2.5em;
	padding-left:1px;
	font-weight:normal;
}
p{
	font-family:'Georgia';
	font-size:1em;
	padding-left:.7em;
	padding-right:.7em;
}
ul{
	font-family:'Georgia';
	font-size:1em;
	margin-left:1em;
	list-style-position: inside;
	list-style-type: square;
}
a.copyright {
	color:#006edf;
	text-decoration:none;
}

a.copyright:visited {
	color:#006edf;
	text-decoration:none;
}
a.copyright:hover {
	color:#003366;
	text-decoration:none;
}
a {
	color:#003366;
	text-decoration:none;
}
a:visited {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#bedfff;
	text-decoration:none;
}

img {
	border:0;
}

img.leftborder {
	border:0;
	margin-left:2em;
	margin-bottom:3em;
}


img.rightpad {
	border:0;
	padding-right:.7em;
}
