html { 
	background-color: #000;
}

body {
	font-family: arial, sans-serif;
	padding-bottom: 25px;
	background-color: #000;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

p, li, label {
	font-size: 1.2em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

strong {
	font-weight: bold;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#header_top {
	background: #fff url(../images/bg_header.jpg) repeat-x top left;
	width: 932px;
	height: 76px;
	border: 4px solid #fff;
}

#header_bottom {
	background: #f9d900 url(../images/bg_header_bottom.jpg) repeat-x top left;
	width: 940px;
	height: 14px;
}

#logo {
	margin: 13px 0 0 20px;
}

#main {
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 10px;
}

#footer {
	margin-bottom: 10px;
	padding: 0 15px 0 20px;
}

#footer p, #footer a {
	color: #bcbec0;
}

#footer p {
	font-weight: bold;
	margin-top: 25px;
}

#footer ul {
	margin-top: 15px;
}

#footer li {
	float: left;
	padding: 12px 8px 0;
	font-size: 1.0em;
	font-weight: bold;
}

#footer li.logo {
	padding-top: 0;
}

.pagination {
	margin-bottom: 10px;
}

.pagination li {
	display: inline;
	padding: 3px 6px;
	border: 1px solid #fff;
	margin-right: 2px;
	background: #000;
}

.pagination li.sel {
	background: #fddf0b;
	color: #000;
}

#flashcontent {
	margin-left: 50px;
}