/*______________________ SPLASH PAGE ______________________*/

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	background-color: #FFFFFF;
	text-align: center;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #D0BEA6;
}

div#container
{
	width: 770px;	
	border: none;
}

a
{
	font-weight: bold;
	color: #51260B;
	text-decoration: none;
}

a:hover
{
	color: #7C5A53;
	text-decoration: underline;
}

/*______________________ HEADER ______________________*/

div#spalshtoplogo
{	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 94px;
	text-align: center;
	background-color: #D0BEA6;
}

div#spalshtoplogo .clsToplogo
{	
	margin-top: 19px;
	margin-left: 22px;
}

/*______________________ CONTENT ______________________*/


div#content
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
}

div#content p
{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
}

div#content img
{
	margin: 30px 0px 30px 0px;
	border: solid 2px #51260B;
}

/*______________________ FOOTER ______________________*/

div#spalshfooter
{	
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	text-align: center;
}

div#spalshfooter p
{	
	margin: 15px 0px 0px 0px; 
}

div#spalshfooter p a
{	
	width: 150px;
	display: block;
	background-color: #603B30;
	color: #FFFFFF;
	font-size: larger;
	padding: 2px 0px 2px 0px;
	margin: 0px;
}

div#spalshfooter p a:hover
{	
	color: #D0BEA6;
	text-decoration: none;
}