body {
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-color: #ee145b;
	background-repeat: repeat-x;
	margin: 0px;
}
.header {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
.contentArea {
	background-color: #FFFFFF;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a0026;
}
.text-highlight-01 {
	color: #FF6600;
}
.text-big {
	font-size: 14px;
}


.banner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	background-color: #730a2a;
	color: #FFFFFF;
	font-size: 12px;
	padding: 20px;
	background-image: url(../images/footer-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 18px;
}
.copyright {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
a:link, a:active, a:visited {
	color: #FF3366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF3366;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	text-decoration: none;
}

