/* CSS Document */



html,body
	{
		
		margin:0px;
		padding:0px;
		text-align: center;
		min-width: 950px;
		
		background-color:#FFFFFF;
		background-image:url(images/background.gif);
		background-repeat: repeat;
		
		height: 100%;
	}





	
	
	
p	
	{
	color: #666666;
	background-color: transparent;
	letter-spacing:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 3px;
	}
	
	
a {
	color:#999966;
	text-decoration:underline;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
a:link {color:#999966;}
a:visited {color:#FF6600;}
a:hover {color:#48342B;}


h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #48342B;
	
}


h1 {
	text-align: left;
	letter-spacing: 0px;
	font-size: 24px;
	padding: 3px;
}

h2 {
	text-align: left;
	font-size: 14px;
	line-height: 2px;
	padding: 3px;
	
}

h3 {
	text-align: left;
	font-size: 15px;
	padding: 3px;
}

h4 {
	text-align: right;
	font-size: 13px;
	padding: 3px;
}

ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	list-style-type: disc;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	color: #999966;
	}
	
ol {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666633;
	}
	


.lighttext {
	color: #999966;
	font-weight: bold;
}



/* TEXT STYLES CSS */

.tiny { font:10px/13px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #CC0000;}
.tiny A:link { font:10px/13px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #CC0000;}
.tiny A:active { font:10px/13px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #CC0000;}
.tiny A:visited { font:10px/13px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #CC0000;}
.tiny A:hover { font:10px/13px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #CC0000;}

.tiny2 { font:11px/15px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #666666;}
.tiny2 A:link { font:11px/15px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #666666;}
.tiny2 A:active { font:11px/15px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #666666;}
.tiny2 A:visited { font:11px/15px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #666666;}
.tiny2 A:hover { font:11px/15px  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0px; color: #666666;}





/* This is for everything above*/


#logocontent	/* This is KEY FOR THE BACKGROUND TO WORK BELOW THE PICTURE IN IE AND MAC, DON'T EDIT*/
{
position: relative;
width: 861px;
height: 67px;
margin:0 auto;

}


#uppercontent	/* This is KEY FOR THE BACKGROUND TO WORK BELOW THE PICTURE IN IE AND MAC, DON'T EDIT*/
{
position: relative;
width: 861px;
height: 500px;
padding: 5px 5px 5px 5px;
margin:0 auto;
border: 1px dotted;

}


#uppercontentsecondaries	/* This is KEY FOR THE BACKGROUND TO WORK BELOW THE PICTURE IN IE AND MAC, DON'T EDIT*/
{
position: relative;
width: 861px;
height: 900px;
padding: 5px 5px 5px 5px;
margin:0 auto;
border: 1px dotted;

}





#pageinner
{
width: 861px;
height: 345px;
float: left;
background-image: url("../images/main_page_bg.jpg");
background-repeat: no-repeat; 
}


#pageinnersecondaries
{
width: 861px;
float: left;

}



#leftcontent
{
width: 245px;
height: 344px;
float: left;

}


#middlecontent
{
width: 250px;
height: 344px;
float: left;

}


#middlecontentsecondaries
{
width: 480px;
height: 344px;
float: left;

}

#rightcontent
{
width: 325px;
height: 344px;
float: left;

}



#leftfooter
{
width: 565px;
height: 130px;
padding: 5px;
float: left;

}

#rightfooter
{
width: 250px;
height: 130px;
padding: 10px;
float: left;

}




#footer
{
margin: 4px 0px 0px 0px;
width: 861px;
height: 150px;
float: left;
background-image: url("../images/footer_bg.jpg");
background-repeat: no-repeat; 

}






