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

body { 
	background: #ECEEFF; 
	margin: 0; 
	padding: 0;
	font-size: 13px;
}

#container {
	width: 750px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

#topbar {
	width: 750px;
	height: 20px;
	background: #FFFFFF url(../images/top.jpg);
}

#header {
	width: 750px;
	height: 114px;
	background: #FFFFFF url(../images/header.jpg);
}

#main {
	background: #FFFFFF; 
	width: 744px;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	background: #FFF url("../images/bottom.gif") top left repeat-x;
	width: 744px;
	height: 24px;
	border-left: solid 3px #000000;
	border-right: solid 3px #000000;
	border-bottom: solid 3px #000000;
	padding-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#menu { 
	width: 100%; 
	height: 43px; 
	background: #FFF url("../images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	text-align: center;
}

ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}

ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
}

ul#menu li a:hover { 
	color: #333; 
}

ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("../images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}