

/***************************  MAIN PAGE STYLES ***************************/

body
{
	background-color: #FFFFFF;
	color: #666666;
	margin-top: 20px;
	margin-left: 0px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 11px;
}

a
{
	color: #A3A3A3;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #08B6F0;
}


/***************************  MAIN CONTENT STYLES ***************************/


#ContentArea
{	
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 770px;
	text-align: left;
}


/***************************  HEADER CONTENT STYLES ***************************/

#HeaderContent
{
	position: relative;
	margin-bottom: 5px;
}

#MainLogo
{
	position: relative;
	top: 0px;
	left: 0px;
}

#MainNavBarTable
{
	position: absolute;
	top: 10px;
	right: 0px;
}

#MainNavBarTable td
{
	padding-left: 8px;
}



/***************************  MAIN CONTENT STYLES ***************************/

#MainContent
{
	position: relative;
	
	width: 100%;
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	
	padding-top: 2px;
	padding-bottom: 2px;
}


/***************************  FOOTER CONTENT STYLES ***************************/

#FooterContent
{
	position: relative;
	margin-top: 3px;
	
	width: 100%;
	text-align: left;
	
	font-size: 10px;
}

#FooterContent a
{
	color: #5C5C5C;
}

#ViewShowreelImg
{
	position: absolute;
	top: 4px;
	right: 0px;
}
