﻿BODY {
	PADDING: 0px;
	MARGIN: 0px;
	FONT-FAMILY: Arial;
	FONT-SIZE: 12pt;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
#container {
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;

}
#header {
	height: 50px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	font-size:30px;
	padding-top:10px;
}
#content {
	text-align: center;
	width: 880px;
}
#footer {
	width: 880px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	background-image: URL('../images/footer.png');
	background-repeat: no-repeat;
}
#copyright {
	height: 40px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: xx-small;
}
#copyright a:link {
	color: #FFCC00;
}
#copyright a:visited {
	color: #DDDDDD;
}
#nav {
	height: auto;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
.optionbutton {
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	FONT-WEIGHT: bold;
	COLOR: #FFCC00;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #161616;
}
h3 {
	color: #FFCC00;
}
hr {
	color: #dddddd;
}
.title
{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.subtile
{
	font-size: 12px;
	font-weight: bold;
	color:#666666;
}