@charset "UTF-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 975px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 50px;
}

#header {
	margin-bottom: 0px;
	height: 81px;
}

#side-a {
	float: left;
	width: 150px;
	margin-top: 0px;
	color: #666666;
}

#side-b {
	width: 600px;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	float: left;
	width: 210px;
	margin-top: 0px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin: 0;
}
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
	font-weight: normal;
}

h1 {
	font-size: 100%;
	text-align: left;
	color: #990000;
}
h2 {
}
h3 {
	font-size: 130%;
}
numbers {
	font-size: 100%;
}
navbar {
	font-size: 100%;
	color: #666666;
}
copyright {
	font-size: 90%;
	color: #666666;
}
	
ul {
	list-style-type: square;
}


a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: underline;
	color: #445533;
}


