/********************** Main Document Body **********************/

html, body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;

	width: 100%;
	color: 					    #003366;
	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;
} 
#bgpic{
	background-repeat: no-repeat;
	background-position: center top;
	background-image:url(../img/html/bg.jpg));
} 
#divOuter
{
	background-color: 	transparent;
	position: 		absolute;	
	top: 			50%;
	left: 			0px;
	width: 			100%;
	margin-top: 		-160px;
	margin-left: 		0px;
	min-width: 		950px; 			
	text-align: 		center;
	z-index: 		5;
}

#divInner
{
	background: 		transparent url(granville.jpg) top left no-repeat;
	margin-left: 		auto;
	margin-right: 		auto;
	height: 			375px;
	width: 				950px;
}
