/*----------------------------- Document --------------------*/
body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #000;
	background-color: #5EBAD3;
	line-height: 1.6em;
	text-align: center;
}

#wrapper {
	width: 768px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	display:none;
}

#content {
	width:768px;
	padding: 0;
	margin:0;
	text-align: left;
}

/*----------------------------- Links --------------------*/


a:link {
	color: #146f89;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #146f89;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	color: #146f89;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #146f89;
	font-weight: bold;
	text-decoration: underline;
	
}


p.copyright {
	padding: 30px 0 0 0;
}