/* 
	
*/


/* CONTAINERS -----------------------------------------------------*/

html
{
	height: 100%;
}

body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	height: 100%;
	background-repeat: repeat;
	background-image: url(../images/background_body.jpg);
}

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

#page
{
	position: absolute;	
	background: url(../images/background_page.png) repeat-y;
	width: 1000px;
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#cutout
{
	width: 920px;
	float: left;
	height: 200px;
	background-image: url(../images/cutout.jpg);
}



/* HEADER ---------------------------------------------------------*/

#header
{
	width: 960px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/headerpoison.jpg);
	height: 160px;
}

#header2
{
	width: 960px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/header_v1.jpg);
	height: 160px;
}

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

#menu
{	
	background: #F5F5F5;
	width: 960px;
	height: 40px;
	float: left;
	margin-left: 20px;
	
}

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

#maintext
{
	width: 920px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	
}

#maintextoneside
{
	width: 720px;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
	
}
#download
{
	width: 920px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
	
}
#statement
{
	width: 920px;
	float: left;
	height: 400px;
}

#boxattop
{
	width: 920px;
	float: left;

}

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

#mainphoto
{
	width: 200px;
	height: 431px;
	float: left;
	margin-top: 30px;
	background-image: url(../images/awards2.jpg);
}
#mainphoto2
{
	width: 200px;
	float: left;
	margin-top: 30px;
	
}

#sidephoto
{
	width: 325px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;	
}



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

#main
{
	float: left;
	width: 920px;
	margin-left: 20px;
	padding: 20px;
	height: 100%;
	background: url(../images/background_main.jpg) repeat-y;
}


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


#spacer
{
	float: left;
	width: 960px;
	height: 70px;
	margin-left: 20px;
	text-align: center;
}

#footer
{
	width: 920px;
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
#footer2
{
	width: 960px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	
}


/* 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;
}
.stlye4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.style5 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
.stlyesuperbig
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/* 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;
}