body {
	background: #99cff3 url(images/background.gif) 50% top repeat-x fixed;
	font-family: Arial;
	font-size: 16px;
	color: #b8d5ed;
	margin: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #620fce;
	text-decoration: none;
}
a:hover, a:active {
	color: #6bbcfc;
}
h1 {
	font: bold 16px Arial;
	font-style: italic;
	color: #2c39c2;
	padding: 0 0 0 5px;
}
h2 {
	font: 13px "Georgia";
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #8b9699;
	border-bottom: 1px solid #000000;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	padding: 3px 0 3px 0;
	width: 174px;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000000;
	margin-bottom: 0px;
	padding: 0 0 2px 4px;
	margin-top: 10px;
	font-weight: normal;
	text-transform: lowercase;
}
h4 {
	font: 13px "Georgia";
	color: #d60b3f;
	font-style: italic;
	margin-top: 0px;
}
h5 {
	text-align: right;
	color: #000000;
	margin-top: 0;
	font-size: 11px;
	padding: 3px 5px 0 0;
	font-weight: normal;
	text-transform: uppercase;
}
.content {
	width: 850px;
	background: #c1c1c1 url(images/contentbg.jpg);
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
}
.open {
	width: 600px;
	padding: 50px 0;
}
.footer {
	padding: 100px 0 20px 0;
	font-size: 12px;
}