* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #403F41;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: #488bb5;
}

#main {
	background: #AFDBE8 url(../images/background.jpg) repeat-x;
}

#main-gfx {
	margin-top: 0px;
	margin-left: 46px;
	background: url(../images/logo.png) no-repeat center top;
	width:307px;
	height:77px;
}

#main-text {
	margin-left: 46px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 17px;
}

#main-menu {
	margin-left: 46px;
	color: #5A95AE;
	font: 14px Arial, Helvetica, sans-serif; 
	margin-top: 20px;
	letter-transform: uppercase;
}


#main-footer {
	margin-left: 46px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #8BAEB7;
	padding-top: 10px;
}

span.hlight {
	color: #C8D9DD;
	background: #3285B0 center top;
	padding: 2px 4px;
	font: 13px Arial, Helvetica, sans-serif; 
}

#main-forma {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}

#footer {
	height:474px;
	background: #488bb5 url(../images/background-footer.jpg) repeat-x;
}

a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #007999;
}

a:hover {
	color: #00a4d0;
}

p {
	line-height: 30px;
}