*
{
	margin:0;
	padding:0;
	border:none;
	/* list-style:none; */
	text-decoration:none;
}
html, body
{
	height:100%;
	margin:0;
}
body
{
	background:#566667 url(../images/gradient.png) repeat-x;
}
#container
{
	min-height:100%;
	cursor:default;
	font:100% arial;
	position:relative;
}
#subcontainer
{
	padding-bottom:90px;
	width:1000px;
	margin:0 auto;
}
#top
{
	height:250px;
	background:url(../images/header.png) 0 20px no-repeat;
}
#menu, #top h1
{
	width:550px;
	float:right;
	clear:both;
	padding:20px;
	border:solid 3px #fff;
	border-radius:15px;
	text-align:center;
}
#top h1
{
	margin:35px 0 10px 0;
	font-size:3.0em;
	color:#fff;
	font-weight:normal;
}
#top h1  span
{
	font-weight:bold;
}
#menu li
{
	display:inline-block;
	width:100px;
}
#menu li a
{
	font-size:1.3em;
	color:#fff;
}
#content
{
	padding:20px;
	border:solid 3px #fff;
	background:#231f20;
	border-radius:15px;
	text-align:justify;
	box-shadow:3px 3px 2px #888;
}
#content h1,h2,h3,h4
{
	margin:20px 0;
	font-size:1.4em;
	color: #fff;
}
#content p
{
	margin-bottom:10px;
	font-size:0.9em;
	color:#FFF;
}
#content a {
	color:#fff;
	border-bottom: 1px dotted #fff;
}
#content a:hover {
	color:#fff;
	border-bottom: 1px solid #fff;
}
#content ul {
	color: #fff;
	list-style: circle;
	padding: 1rem;
}
#content li {
		color:#fff;
}
.underline {
	text-decoration: underline;
}
#footer
{
	text-align:center;
	position: absolute;
	border-top:dotted 1px #E6941B;
	background:#131517;
	color:#BBBDBF;
	width:100%;
	height:80px;
	bottom:0;
	line-height:60px;
	font-size:1.4em;
}