body {
	font-family : verdana, tahoma, sans-serif;
	font-size : 12px;
	border-collapse: collapse;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	height: 100px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#logotext {
	position: relative;
	top: 5px;
	right: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	display:none;
}
#menu {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -380px;
	width: 160px;
	height: 371px;
	border-left: 1px solid black;
	border-right: 1px dashed black;
	border-top: 1px dashed black;
	border-bottom: 1px solid black;
	background: #cdd1d4;
	color: #000000;
	z-index: 1;
	visibility: visible;

}
#menulist {
	list-style-type: none;
	text-align: center;
	padding: 3px;
	margin: 0;
}
.menuitem {
	border: 1px solid #da251c;
	background: #fff500;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px;
}
.menuitem a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: 14px;
	background: #fff500;
	color: #000000;
}
.menuitemalt {
	border: 1px solid #fff500;
	background: #da251c;
	color: #000000;
	margin-bottom: 5px;
	padding: 3px;
}
.menuitemalt a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background: #da251c;
	color: #000000;
}
#content {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -220px;
	width: 599px;
	height: 70%;
	border-right: 1px solid black;
	border-top: 1px dashed black;
	border-bottom: 1px solid black;
	background: #cdd1d4;
	color: #000000;
	z-index: 1;
}
#contentframe {
	width: 100%;
	height: 100%;
	border: 0px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 16px;
	width: 100%;
	text-align: center;
	font-style: italic;
	background: #ffffff;
	color:#666666;
	z-index: 0;
}
