@charset "UTF-8";
body {
	background-color: #101010;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bckgrnd_shade.gif);
	background-repeat: repeat;
	background-position: center;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, helvetica;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
}
#footer {
	text-align: right;
	line-height: 25px;
	font-weight: normal;
	font-size: 13px;
	font-family: "Century Gothic", Arial, helvetica;
	color: #FFFFFF;
	width: 700px;
}
#header {
	font-weight: normal;
	line-height: 25px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	font-family: "Century Gothic", Arial, helvetica;
	color: #FFFFFF;	
}
.thin_divider {
	font-family: "Century Gothic", Arial, helvetica;
	font-weight: lighter;
	color: #333333;
	font-size: 13px;
}
#body {
	height: 100%;
	padding: 10px;
	width: 680px;
	font-size: 12px;
	font-family: "Century Gothic", Arial, helvetica;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.title {
	font-family: "Century Gothic", Arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
.strong2 {
	font-weight: bold;
	color: #FFFFFF;
}
.ul {
	list-style-position: inside;
	list-style-type: square;
}
