body {
	margin-top: 5px;
	padding: 0;
	text-align: center;
    background-color: #FFF;
	font-family: arial;
	font-size:12px;
	Color:#333;
	}

#wrap {
	position: relative;
	text-align:left;
	margin:	0 auto;
	width:778px;
	}
	
h2 {
	font-size:13px;
	margin-bottom:5px;
}
	
a:link {
	color:#FE0000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

a:hover {
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

a:active {
	color:#FE0000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

a:visited {
	color:#FE0000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}
	
#header {
	position:absolute;
	top:0;
	left:150px;
	background:#F1F0EC;
	width:600px;
	height:65px;
	z-index:5;
}

#footer {
	position:absolute;
	top:430px;
	left:150px;
	background:#F1F0EC;
	width:600px;
	height:65px;
	z-index:5;
}

#footer2 {
	position:absolute;
	top:522px;
	left:150px;
	background:#F1F0EC;
	width:600px;
	height:65px;
	z-index:5;
}