body {
	background-color: #ffffff;	
	background-image: url(../img/back_ground.jpg);	
	background-repeat: repeat-x;
	margin-top: 50px;
}


div.shadow {
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;		
	margin: 0px auto;
	padding-top: 42px; 
	width: 983px;	
	height: 629px;
}

div.splash {
	background-image: url(../img/bg.jpg);	
	margin: 0px auto; 
	background-color: rgb(172, 203, 74);		//#ADCB4C;
	width: 883px;
	height: 531px;
	border: 1px solid #FFFFFF;
}

div.left {		
	float: left;
	width: 286px;
	height: 489px;
	margin-top: 42px;
	margin-left: 40px;
}

div.right {
	background-color: #91ad37;
	width: 447px;

	float: right;
	margin-top: 90px;
	padding: 30px;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: calibri, arial, tahoma, verdana;
	font-size: 0.9em;
	line-height: 135%;
}

div.right a {	
	color: #e1f896;
	text-decoration: none;
}
div.right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.nav {
	font-size: 0.9em;	
	float: right;
	width: 447px;
	padding-left: 30px;
	padding-top: 30px;
}