/********************** Main Document Body **********************/

html, body {
	background-color: #442510;
	background-repeat: no-repeat;
	background-position: center top;

	width: 100%;
	color: 					    #FFFFFF;
	margin-left: 				0px;
	margin-right: 				0px;
	margin-top: 				0px;
	margin-bottom: 				0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:30px;
	font-size: 12px;
}
a img {
border: 0px none;
}
A:link     {
	text-decoration: none;
	color: #FF9900
}
A:active   {
	text-decoration: none;
	color: #FF9900
}
A:visited  {
	text-decoration: none;
	color: #FF9900
}
A:hover    {
	text-decoration: none;
	color: #ffffff;
	background-color: #FF9900
}

#flashcontent{
	margin-top: 		0px;
	margin-left: 		0px;
} 
#divOuter
{
	background-color: 	transparent;
	margin-top: 		0px;
	margin-left: 		0px;
	width: 			600px;
	height: 		100px;
	z-index: 		5;}

#divInner
{
	background: 	transparent url(granville.jpg) top left no-repeat;
	height: 		100px;
	width: 			600px;
}
