/* 
	
*/


#centre
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	position: relative;
	left: 0px;
	top: 0px;
}


/* Background -----------------------------------------------------*/

html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}

#pagecontainer
{
	margin-left: 30px;
	width: 920px;
}



/* header ---------------------------------------------------------*/		


#header
{
	height: 410px;
	width: 980px;
	background-image:url(../images/header.jpg);
}	
	
	
/* page ---------------------------------------------------------*/


#page
{
	width: 980px;
	height: 100%;
	text-align: left;
	margin-top: 0px;
	float:left;
	background-color: #FFFFFF;
}

#video
{
	width: 425px;
	height: 344px;
	text-align: left;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
	background-image: url(../images/video.jpg);
}	

#leftofvid
{
	width: 495px;
	height: 344px;
	text-align: left;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
}	

#insiderframe
{
	width: 902px;
	height: 583px;
	text-align: left;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom:20px;
	float: left;
	background-image: url(../images/insiderframe.jpg);
}	

#insiderframepadding
{
	width: 852px;
	height: 480px;
	text-align: left;
	margin-left: 30px;
	margin-top: 85px;
	float: left;
	font-size: 14px;
	overflow: scroll;
}	



#insiderframe2
{
	width: 902px;
	height: 226px;
	text-align: left;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom:20px;
	float: left;
	background-image: url(../images/insiderframe2.jpg);
}	

#insiderframepadding2
{
	width: 852px;
	height: 150px;
	text-align: left;
	margin-left: 30px;
	margin-top: 30px;
	float: left;
	font-size: 16px;
	line-height: 25px;
}	



/* Menu ---------------------------------------------------------*/



#one
{
}

#two
{
}

#three
{
}


#four
{
}


/* maintext ---------------------------------------------------------*/



/* mainphoto ---------------------------------------------------------*/




/* MAIN -----------------------------------------------------------*/



/* FOOTER ---------------------------------------------------------*/



#footer
{
	width: 980px;
	height: 215px;
	text-align: left;
	margin-top: 30px;
	background-image: url(../images/footer.jpg);	
	float:left;
}


/* STYLES -----------------------------------------------------------*/

.style1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.style2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.stlye2line
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.stlye2large
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.stlye3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.stlye8
{
	text-decoration: line-through;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}


/* UTILITY CLASSES ------------------------------------------------*/

.hidden
{
	position: absolute;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
	font-size: 1px;
	line-height: 1px;
}
