@CHARSET "ISO-8859-1";

body {
	background-color: #ffccff;
	text-align: center;
	font-family: tahoma;
	font-size: 14px;
}


div#main {
	text-align: left;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

div#aboveHead {
	height: 60px;
}

div#head {
	height: 180px;
	background: url("images/banner.png") center no-repeat;
}

div#content {
	height: 610px;
	margin-top: 15px;
	background: url("images/mainshape.png") center no-repeat;
}

div#content_text {
	padding: 20px 80px 50px 80px;
}

div#logo {
	position:absolute;
	width: 179px;
	height: 171px;
	margin-top: 0px;
	margin-left: 20px;
	background: url("images/logo.png") center no-repeat;
}

div#menu {
	width: 510px;
	height: 35px;
	float: right;
	margin-top: 148px;
	text-align: center;
}



ul.menu {
	margin: 0;
}

ul.menu li {
	list-style: none;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #330066;
}

div.menuitem {
	height:25px;
	width:115px;
	background: url("images/menubutton.png") no-repeat;
	float:left;
}
	
ul.menu li a {
	color: #000000;
	text-decoration: none;
}

ul.menu li a:hover {
	color: #000000;
	text-decoration: underline;
}

