@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial; 
	font-size: 14px;
	background: #ffffff;
	width:100%;
}

#wrapper {
	width: 901px;
	position:absolute;
	left:50%;
	margin-left: -450px;
	
}

#header {
	width: 901px;
	height: 254px;
	background-image:url(header.jpg);
}

#menu {	
	margin-left:27px;
	width:286px;
	height:133px;
}

#menu a {
	filter:Alpha(opacity=50);
    opacity:0.5;
    moz-opacity:0.5;
	width: 286px;
	height:33px;
   	background-color:#FFF;
	text-align:center;
	display:block;
	color:#0c3349;
	text-decoration:none;
	font-size:15px;
	line-height:33px;
	font-weight:bold;
  }



#menu a:hover {
	filter: Alpha(opacity=70);
    opacity: 0.7;
    moz-opacity:0.7;
	background-color:#FFF;
	text-decoration:none;
	color:#0c3349;
}

#menu a.active {
	filter: Alpha(opacity=100);
    opacity: 1;
    moz-opacity:1;
    background-color:#FFF;
	text-decoration:none;
	color:#0c3349;
}

#content {
	width:899px;
	height:600px;
	background-color:#f5f5f5;
	border:solid 1px #999;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #000000;
}

.footer a{
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}


