/* 

	Author:				Matt Evans (TheWebCo.co.nz)

*/

html, body
{
	width : 100%;
	height : 100%;
	margin : 0%;
	padding: 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#006a60;
}

a img
{
	border: 0;
}

/* 

	Link Rollover Settings

*/

A:link
{
color: #FFFFFF;
}
A:visited 
{
color: #FFFFFF;
}
A:active
{
color: #FFFFFF;
}
A:hover
{
color: #BC2819;
}

/* 

	DIV Settings & More.

*/

#container
{
	position: relative;
	width: 1003px;
	height: 628px;
	/*background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;	*/
	top: 0%;	
	left: 0%;
	margin: 0 auto;
}

#container img {
	z-index: -1;
}

#left a
{
	position:absolute;
	left: 478px;
	top: 560px;
	width:230px;
	height:34px;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
}

#left a:hover
{
	background-image:url(../images/button-roll.jpg);
	background-repeat:no-repeat;
}

#left2
{
	position:absolute;
	left: 490px;
	top: 419px;
	height: 90px;
	width:247px;
	padding-top:5px;
	/*border-right: 8px #e1e1e1 solid;*/
	text-align: left;
	padding-right:5px;
	padding-top:15px
}

#right a
{
	position:absolute;
	left: 715px;
	top: 190px;
	width:230px;
	height:34px;
	background-image:url(../images/button.jpg);
	background-repeat:no-repeat;
}

#right a:hover
{
	background-image:url(../images/button-roll.jpg);
	background-repeat:no-repeat;
}

#right2
{
	position:absolute;
	left: 672px;
	top: 47px;
	height: 110px;
	width:237px;
	/*border-left: 8px #e1e1e1 solid;*/
	text-align: right;
	margin-left: 12px;
	padding-left:7px;
	padding-top: 0px;
}
/*

	Global Text Size & Face Settings

*/

.text
{
	font-size: 80%;
}

.text1
{
	font-size: 100%;
}

.smallText
{
	font-size: 70%;
}

/*

	

*/

