html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background: #000000 url(logo.jpg) center center no-repeat;
	}
	#container {
		min-height:100%;
		position:relative;
		width: 1000px;
		margin: 0 auto;
	}

	#content {
		font-family: Tahoma; color: #FDFEAA;
		font-size: 18px;font-weight: normal;
		padding:10px;
		text-align: center;
		padding-bottom:30px;	/* Height of the footer */
	}
	h1 {font-size: 26px; font-weight: normal;}

	#footer {
		position:absolute;
		font-family: Tahoma; color: #FDFEAA;
		font-size: 11px;font-weight: normal;
		text-align: center;
		padding-top: 10px;
		bottom:0;
		width:100%;
		line-height: 30px;
		height:30px;			/* Height of the footer */
	}
	#footer a {color: #ffffff;}


/* Header */

#header {
	height: 220px;
	background: #000000;
	font-family: Verdana; color: #c00000;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#menu {
	width: 1000px;
	line-height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 0px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	display: block;
	float: left;
	line-height: 40px;width: 142px;
	margin: 0px;
	padding: 3px 0px 0 0px;
	background:url(menubg.gif) top left no-repeat;
	text-align: center;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	background: url(menubg2.gif) top left no-repeat;
	color: #000000;
}

#menu .active a {
	background: url(menubg2.gif) top left no-repeat;
	color: #F5F500;
}


