html, body {
	height: 100%;
}
html {
	color:#777;
	background:#000 url('/img/header_bg.png') repeat-x 0 0;
}
body {
	font-family: Calibri, Arial, sans-serif;
	color:#777;
	background:#000 url('/img/header_bg.png') repeat-x 0 0;
	margin:0 auto;
	text-align:center;
}
.content h1 {
	color:#AAA;
	background-color:inherit;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size:2em;
	font-weight: bold;
	position:relative;
}
h2, h3, h4, h5, h6 {
	font-family:Arial;
	font-weight:normal;
	color:#CCC;
	position:relative;
}
h1 span {
	background: url('/img/text_gradient.png') repeat-x;
	position: absolute;
	bottom:-15px;
	display: block;
	width: 100%;
	height: 28px;
}
h2 span {
	background: url('/img/text_gradient.png') repeat-x;
	position: absolute;
	bottom:-14px;
	width:100%;
	height:28px;
}
h3 span {
	background: url('/img/text_gradient.png') repeat-x;
	position: absolute;
	bottom:-15px;
	width:100%;
	height:28px;
}
table tr td, table tr th {
	padding:.1em .4em;
}
#wrapper {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -121px;
}
#header {
	text-align:center;
	margin:0 auto;
	padding-top:11px;
}
#content {
	clear:both;
	text-align:left;
	padding:1em 9em;
}
.footer, .push {
	height:121px;
}
#copyright {
	position:relative;
	bottom:.2em;
	min-width:100%;
}
#copyright p {
	text-align:center;
	color:#333;
	background-color:transparent;
	margin:0;
	font-size:1.1em;
}
.footer {
	background:transparent url('/img/footer_bg.png') repeat-x 0 0;
}
#logo {
	padding: 58px 0 0 0;
	overflow: hidden;
	background: url('/img/logo.png') 0 0 transparent no-repeat;
	height: 0px !important;
	height /**/:58px;
	width:287px;
	margin:0 auto;
	display:block;
}
#menu {
	display:table;
	padding:0 0; 
	margin:0 auto; 
	list-style-type:none;
	white-space:nowrap;
}
#menu li {
	display:table-cell;
	font-family:Verdana, sans-serif;
	text-transform:uppercase;
	font-size:90%;
}
* html #menu li {
	float:left;
}
#menu a {
	width:auto;
	display:block;
	padding:3px 10px;
	margin:4px .7em 0;
	color:#999;
	background:#333;
	text-decoration:none;
}
* html #menu a {
	float:left;
}
#menu a:hover {
	color:#FFF;
	background:#666;
}
.menu_container {clear:both; text-decoration:none;}
* html .menu_container {display:inline-block;}
#navigation {
	position:relative;
	top:.4em;
	padding-bottom:.4em;
	background:transparent url('/img/nav_bg.png') repeat-x bottom;
	border-bottom:1px solid #404040;
}
.cake-sql-log {
	position:fixed;
	top:99%;
	z-index:10;
	width:100%;
	background-color:#000;
	color:#FFF;
	border-collapse:collapse;
}

.cake-sql-log caption {
	background-color:#900;
	color:#FFF;	
}

.cake-sql-log:hover {
	top:auto;
	bottom:0;
}

.cake-sql-log td {
	padding:3px;
	border:1px solid #999;
	background-color:#EEE;
	color:#000;
}
.paging, .paging div.disabled {	display:inline; }
#voteForm { width:100%; }
#voteForm td { vertical-align:top; }
