body {
	background: white;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

body, html, #header, #menu, #left, #right, #center, #content-nav {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* ---------- MENU ---------- */

#header {
	width: 100%;
	background: white;
	color: black;
	height: 144px;
	margin-top: 5px;
	text-align: center;
}

#menu {
	background: white;
	color: #000099;
	width: 760px;
	margin: 10px auto 0;
	font-size: 85%;
}

#menu ul {
	width: 100%;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	background: #B1D4F9 url("../images/blue-tab.gif") no-repeat left top;
	width: 105px;
	height: 18px;
	padding: 6px 0 0 0;
	text-align: center;
}

#menu a {
  text-decoration: none;
  color: #000099;
  display: block;
  width: 105px;
}


#menu a:hover {
	color: #660033;
}

#menu #current a {
	color: #660033;
}


/* ---------- CENTER ---------- */

#center {
	margin: 0 auto;
	width: 720px;
	padding: 10px;
	clear: both;
}

#content-nav {
	border-top: 1px solid black;
	padding-top: 10px;
	font-size: 85%;
}

#content-nav li {
	list-style-type: none;
	display: inline;
	color: black;
}

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

#content-nav a:hover {
	text-decoration: none;
}


/* ---------- LEFT ---------- */

#left {
	position: absolute;
	left: 20px;
	top: 220px;
	width: 180px;
	padding: 10px;
}

/* ---------- RIGHT ---------- */

#right {
	position: absolute;
	right: 20px;
	top: 220px;
	width: 180px;
	padding: 10px;
	border: 1px solid #000;
}


/* ---------- EXTRAS ---------- */

.clear-menu {
	width: 100%;
	clear: both;
	height: 13px;
	overflow: hidden;
	background: white url(../images/menu-bottom.gif) top left repeat-x;
}
