body, html {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #E8E3E8;
}

h1 {
	color: #985E9B;
	font-weight: normal;
	font-size: 40px;
	font-family: Sylfaen, "Times New Roman", Times, serif;
}
.header {
	height: 200px;
	text-align: center;
	background-color: White;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: top center;}
.banda {
	height: 23px;
	background-image: url(banda.gif);
	background-repeat: repeat-x;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
line-height: 175%;
color: #A2BAC1;
}
.banda a {
	color: #FFFFFF;
	text-decoration: none;
}
.banda a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content {
	padding: 20px 60px;
}
.text {
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
	color: #707075;
	font-size: 13px;
	margin-left: 250px;
	line-height: 180%;
}


.main {
	background-image: url(mainbg.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	width: 778px;
	margin: 0 auto; 
	text-align: left;
}
.footer {
margin: 0 auto;
	width: 778px;
	height: 90px;
	background-image: url(bottombg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.footertext {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 20px 30px 0 0;
}
.footertext a {
	color: white;
}