* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #ffffff;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1{
	color: #cccccc;
}

h2 {
color: #000000;
}

h3 {
color: #cccccc;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px solid #C4C2C2;
}


/* Header */
#header {
	height: 61px;
	background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */
#logo {
	width: 990px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

#logo h1 {
	float: left;
}

#logo h3 {
	float: right;
}

#logo a {
}

/* Header > Menu */
#menu {
	width: 990px;
	height: 27px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img05.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img04.gif);
}

#banner {
	width:100%;
	height:145px;
	background: #FFFFFF url(images/masthead.gif) no-repeat center top;
}

#leaderboard {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#ffffff;
	color: #000000;
}

/* Wrapper */
#wrapper {
	padding: 0px 0px;
	margin-bottom: 0px;
}

/* Content */
#content {
	width: 990px;
	margin: 0 auto;
	}

/* Content > Main */
#main {
	float: right;
	width: 300px;
	padding: 0px 0px 20px 0px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 650px;
	padding: 0px 0px 20px 0px;
}

/* Footer */

#footer {
	clear: both;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 50px;
	background: #000000;
}

.foot {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#000000;
	color: #cccccc;
}


#bottom {
	clear: both;
	height: 61px;
	background: url(images/img02.gif) repeat-x center bottom;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}