/*
	Voting Center's Layout Stylesheet
	By: Realusion
*/

body {
	font-family:'Trebuchet MS',sans-serif;
	text-align:left;
	background-image:url(http://xilero.net/indexbg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin:0;
	padding:0;
}

#header {
	width:100%;
	height:250px;
	position:fixed;
	top:0;
	left:0;
	cursor:pointer;
}

#container {
	width:900px;
	margin:0 auto;
	padding-top:82px;
	margin-bottom:45px;
}

#sidebar {
	float:left;
	width:240px;
	text-align:center;
	margin-bottom:44px;
}

#sidebar h1 {
	font-size:120%;
	padding:10px 5px 0 5px;
}

#sidebar ul {
	list-style-type:none;
	border-bottom:20px solid;
	padding:0 10px 20px 10px;
	margin:0;
}

#sidebar ul li a {
	text-decoration:none;
}

#sidebar ul li a:hover {
	text-decoration:underline;
}

#content {
	margin:0 auto;
	text-align:center;
	padding:1px 15px 30px;
}

#content p.title {
	font-weight:bold;
	padding-left:10px;
	font-size:140%;
	margin-bottom:0;
}

#content form {
	font-size:100%;
	padding:0 20px 0 30px;
	margin:0;
}

#footer {
	visibility: hidden;
	clear:both;
	text-align:center;
	padding:10px 0 7px 0;
	position:fixed;
	bottom:0;
	height:47px;
	width:100%;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}