@charset "utf-8";
body {
	font: 100% Candara, Helvetica, sans-serif;
	background:url(../img/bg_tile.jpg);
	background-repeat: repeat-x;
	background-color: #9a7690;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.layout #container {
	width: 815px;
	margin: 0 auto;
	text-align: left;
	background-color: #fbe9f2;
}
.layout #header {
	padding: 0 0px 0 0px;
}
.layout #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.layout #mainContent {
	padding: 0 20px;
}
.layout #footer {
	padding: 0 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
}
.layout #footer p {
	margin: 0;
	padding: 10px 0; 
}
.layout #nav {
	margin: 0 auto;
	height: 52px;
}
.footertxt {color: #FFFFFF}
.layout #rightcolumn {
	float: right;
	height: 400px;
	width: 220px;
	margin-right: 2px;
	background-image: url(../img/bg_float.jpg);
	background-repeat: no-repeat;
	line-height: 25px;
	margin-left: 20px;
	margin-top: 100px;
}
.style1 {color: #8e6081}
a:link {
	color: #8e6081;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8e6081;
}
a:hover {
	text-decoration: underline;
	color: #8e6081;
}
a:active {
	text-decoration: none;
	color: #8e6081;
}

#negative {padding-left: -20px;}
