@charset "utf-8";
/* CSS Document */

body {
	background-color:#999999;
	font-size:small;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#center {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:430px;
	max-height:430px;
	margin-bottom:-430px;
	z-index:-1;
}

#header{
	background-color:#3333CC;
	height:400px;
	z-index:1;
}

#content{
	background-color:#FFFFFF;
	position:relative;
	min-height:300px;
	top:-280px;
	width:730px;
	z-index:2;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:1px;
}

#content p {
	margin:10px;
}
#footer{
	position:relative;
	heigth:50px;
	padding-top:25px;
	padding-bottom:10px;
	background-color:#3333CC;
	z-index:4;
	top:-290px;
	color:#FFFFFF;
	text-align:center;
	font-size:smaller;
}


.logo{
	position:relative;
	left:525px;
	top:10px;
	z-index:2;
}

.perf{
	position:relative;
	left:0px;
	top:-69px;
	margin-bottom:-69px;
	z-index:1;
}

.menu{
	position:relative;
	z-index:2;
	top:-300px;
	left:500px;
	width:250px;
	height:281px;
	background-color:#000099;
	text-align:center;
}

.menu a{
	padding:5px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	width:250px;
	height:50px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu a:hover{
	text-decoration:underline;
	color:#FFFF33;
}

#currentmenu {
	color:#FFFF33;
}

a{
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
