/* * * GLOBAL SETTINGS * * */
/* .script will hide everything that is javascript code
but the onload javascript will remove the display: none at load */
.script { display: none; }

img { border: 0px; }
a { outline: none; }
div#wrapper {
	width: 758px;
	margin: 0px;
}

div#header {
	height: 208px;
}

div.top1 { background: transparent url(../img/top_1.jpg) no-repeat top center; }
div.top2 { background: transparent url(../img/top_2.jpg) no-repeat top center; }
div.top3 { background: transparent url(../img/top_3.jpg) no-repeat top center; }
div.top4 { background: transparent url(../img/top_4.jpg) no-repeat top center; }
div.top5 { background: transparent url(../img/top_5.jpg) no-repeat top center; }

div#content { padding: 10px; }

/* * * NAVIGATION * * */
#nav {
	padding: 7px 0 0 0;
	margin: 0;
	list-style: none;
	font: 11px tahoma,sans-serif;
}
#nav li { float: left; position: relative; margin: 0; padding: 0; }
#nav ul {
	margin: 0; padding: 3px;
	width: 160px;
	position: absolute;
	top: 34px; left: 5px;
	list-style: none;
	background-color: #FFD187;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #333 #333 #ccc;
}
#nav ul li { float: none; }
#nav ul a {
	padding: 4px 5px;
	display: block;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #999;
	cursor: pointer;
}
#nav ul a:hover {
	background-color: #FFFBC9;
	color: #000;
}
