@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat: x-repeat;
	background-position:center bottom;
	background-color:#616161;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 989px;
	position:absolute;
	left: 50%;
	top: 50%;
	height:570px;
	margin-top: -330px; /* half of the height */
	margin-left: -500px; /* half of the width */
}

#clear {
	height:1px;
	clear:both;
}

#logo {
	float:left;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:270px;
	height:96px;
}

#menu {
	float:right;
	width:710px;
	color:#ffffff;
	text-align:left;
	height:35px;
	margin-top:64px;
	margin-right:-8px;
	font-size:11px;
	z-index:9;
}

.menu a {
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover {
	color:#333333;
}

#content {
	border:solid 1px #FFFFFF;
	background-color:#cccccc;
	height:497px;
	clear:both;
	color:#000000;
}

#content a {
	color:#000000;
	text-decoration:underline;
}

#content a:hover {
	color:#666666;

}

#flash {
	margin-top:0px;
}

#search {
	position:absolute;
	margin-top:-41px;
	margin-left:1px;
	height:20px;
	width:967px;
	padding:10px;
	z-index:2;
	background-image:url(images/bar.png);
	background-repeat:repeat-x;
}

#form {
	margin-left:0px;
}

#icons {	
	background-image:url(images/icons.png);
	background-repeat:no-repeat;
	width:350px;
	height:48px;
	margin:0 auto;
	margin-top:20px;
}

#footer {
	text-align:center;
	margin-top:20px;
	font-size:10px;
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}

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