@charset "UTF-8";
/* CSS Document */
body {
 	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #dbc7e9 url(images/gradbg5.jpg) fixed center top;
	background-repeat: repeat-x;
	
}
#maincontent{
	margin: 0 auto;
	width:960px;
	position: relative;
	}

.center {
	text-align:center;}

.contact a{
 font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration:none;	
}

.contact a:hover{
	color:#fff;
}

.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}
	
#footer {
	position:relative;
	width: auto;
	padding: 10px 125px 50px 40px;

	}
	