/* Body */

body {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-image: url('../images/background/afternoonbg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #99ddff;
}


/* Container */

#container {
	text-align: center;
}

#container2 {
	padding-bottom: 35px;
}

/* content */

#content {
	padding-bottom: 30px;
}

/* Header */

#header h1, #header h2 {
	display: none;
}

/* Flash */

#flashcontent {
	padding-bottom: 35px;
}


/* Footer */

#footer {
	height: 25px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #ffffff;
	padding-top: 5px;
	width: 100%;
	height: 25px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	background-color: #222222;
}

#footer a:hover{
	color: #cccccc;
	width: 100%;
	display: block;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	background-image: url('../images/background/footerbg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #222222;
}