body {
	background-color: #4A59B6;
	font-family: century gothic, sans-serif;
	font-size: 13px;
}

a {color: #F00; text-decoration: none;}
a:visited {color: #D00}
a:hover {color: #009}

p {
	margin-left: 5px;
	margin-right: 10px;
}

H1 {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-family: chiller;
	font-weight: normal;
	font-size: 45px;
	text-transform: lowercase;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 5px;
}

H2 {
	background-image: url(images/star_s.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: chiller;
	font-weight: normal;
	color: red;
	font-size: 26px;
	margin: 5px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

H3 {
	margin: 0px;
	color: red;
	font-size: 12px;
	text-align: right;
}

#container {
	background-image: url(images/back.png);
	background-repeat: repeat-y;
	background-position: top center;
	margin: 0px;
	margin: auto;
	width: 850px;
	text-align: left;
	position: relative;
}

#content {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: -1px;
	width: 852px;
}

#header {
	margin: 0;
	height: 90px;
	width: 840px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #333;
}
#header p {
	float: right;
}

#copy {
	margin: 0px 0px 10px 240px;
	padding: 10px;
	width: 580px;
	border: solid 1px white;
	border-right: none;
}

#menu {
	font-size: 14px;
	color: #333;
	float: left;
}

#footer {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: -1px;
	padding-top: 5px;
	width: 852px;
	font-family: century gothic, sans-serif;
	font-size: 12px;
	color: white;
	text-align: left;
}
#footer a {color: white;}
#footer a:hover {color: #F00}

#right {
	float: right;
	padding: 10px;
}

#toplink {
	position: absolute;
	right: 10px;
	bottom: -10px;
}
#toplink a {color: white}