/* CSS Document */

body{
	text-align:		center;
	background:		#fff;
	margin:			0;
	padding:		0;
}
img{
	border:			none;
}

h1, h2, h3{
	margin:			0;
	padding:		0;
}

h2{
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:		11px;
	color:			#847970;
	font-weight:	bold;
}

a:link, a:visited{
	font-size:		11px;
	color:			#847970;
	font-weight:	bold;
	text-decoration:	none;
}	

a:active, a:hover{
	color:			#E93C3A;
}
p{
	font-family:	verdana, arial, helvetica, sans-serif;
	font-size:		11px;
	color:			#847970;
	margin:			8px 0;
}
#page{
	width:			760px;
	margin:			10px auto 10px auto;
	text-align:		left;
	background:		url(images/splash-bg.gif) repeat-y;
}
#holdingImage{
	width:			760px;
	height:			378px;
	float:			left;
	display:		block;
}
#holdingPage{
	width:			760px;
	float:			left;
}
#holdingFooter{
	width:			760px;
	float:			left;
	border-top:		2px solid #fff;
	background:		#847970;
	text-align:		right;
}

#holdingFooter p{
	width:			155px;
	float:			left;
	font-family:	times new roman, times, serif;
	font-size:		12px;
	color:			#fff;
	text-align:		left;
	margin:			3px 8px;
	padding:		5px 0;
}

#holdingFooter p strong, #holdingFooter p b{
	color:			#C2BCB3;
	font-weight:	normal;
}