body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #411E3F;
}

img {
	border: 0px;
}

.Splash {
	background-color: #D0BFC0;
	background-image: url(/images/fade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.Width {
	width: 960px;
	margin-top: 100px;
}

.Header {
	background-image: url(/images/top_cnrs.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 29px; 
}

.Bottom {
	background-image: url(/images/bottom_cnrs.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 29px; 
}

.MainArea {
	background-color: #FFFFFF;
	text-align: left;
	padding: 50px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 20px;
	position: relative;
	min-height: 550px;
	line-height: 23px;
	background-image: url(/images/signature.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.MainArea .Logo {
	position: absolute;
	right: 20px; 
	bottom: -10px;
}

.MainArea .Logo img {
	width: 250px;
}

.MainArea .ButtonsHome {
	position: absolute;
	left: 50px;
	top: -90px;
}

.MainArea .ButtonsHomeOff {
	position: absolute;
	left: 50px;
	top: -75px;
}

.MainArea .ButtonsContact {
	position: absolute;
	left: 149px;
	top: -90px;
}

.MainArea .ButtonsContactOff {
	position: absolute;
	left: 194px;
	top: -75px;
}

.BottomNav {
	margin-top: 30px;
	font-size: 11px;
	clear: both;
}

.SubNav {
	padding: 20px;
}

.Success {
	float: right; 
	width: 200px;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 100px;
	border: 1px solid Silver;
	padding: 20px;
}
