/* CSS Document */



body {

	background-position: top center;

	font-family: arial, verdana, sans serif;

	font-size: 13px;

	color:#2B1906;

	margin: 0px;

	padding: 0px;

	/* code to center container in IE */

	text-align: center; 

	}

	p {padding: 0px;}

	strong, b {font-weight: bold; color:#461C01;}

	img {border: 0px; padding: 0px; margin: 0px;}

	li {list-style-image:url(layout/bullet.jpg)}



h1, h2, h3, h4 {

	color: #461C01;

	font-weight: bold;

	text-align: left;

	margin-top: 0;

	}

	h1 {font-size: 200%;}

	h2 {font-size: 175%;}

	h3 {font-size: 130%;}

	h4 {font-size: 120%;}





/* *********************** D I V S ************************ */





#container1 {

	background-image:url('layout/bg.jpg');

	background-repeat:repeat-y;

	width: 844px;

	padding: 0px;

	/* code to center container in Mozilla */

	margin: 0 auto;

	}

	

#container2 {



	width: 500px;

	padding: 0px;

	/* code to center container in Mozilla */

	margin: 0 auto;



	}

	

#header{

	background-image:url(layout/header1.jpg);

	background-repeat:no-repeat;

	margin: 0px;

	padding: 0px;

	height: 147px;

	width: 844px;

	}



#header2{

	background-image:url(layout/header2.jpg);

	background-repeat:no-repeat;

	margin: 0px;

	padding: 0px;

	height: 65px;

	width: 844px;

	}



#right{



float:right;

position:absolute;

z-index:1;

top:290px;

margin:0px 0px 0px 4px;

}



#left{



float:left;

position:absolute;

z-index:2;

top:290px;

margin:0px 0px 0px 782px;



}



	

#menu {

background-image:url(layout/empty_menu.jpg);

background-repeat:no-repeat;

	margin-top:0px;

	margin-bottom: 0px;

	margin-left: 0px; 

	margin-right: 0px;

	width:844px;

	height:81px;

	}



		#menu .here{

		font-weight: bold;

		text-decoration: none;

		color: #EE973C;

		}







#maincontent {



	text-align:justify;

	top:320px;

	width:700px;

	margin:0px 52px 0px 65px;



	}



	

	#maincontent a, a:visited {

	font-family: verdana, arial, sans serif;

	font-weight: bold;

	color: #461C01;

	text-decoration:none;

	font-size:13px;

	}

	

	

	#maincontent a:hover {

	font-weight: bold;

	text-decoration: none;

	color: #6C9630;

	}

	

.right{

float:right;

}





#toplink{

float:right;

}



#toplink a{

font-size:10px;

text-align:left;	

font-weight: bold;

text-decoration: none;

color: #461C01;

text-transform:uppercase;

}



	

.photoleft {

	float: left;

	padding: 5px;

	font-size: 10px;

	margin: 5px 5px 5px 5px;

	text-transform: uppercase;

	}

	

.photoright {

	float: right;

	padding: 3px;

	font-size: 10px;

	margin: 5px 15px 5px 10px;

	text-align: center;

	text-transform: uppercase;

	}

	#photoright img {

	border: 2px solid #ccc;

	}

	

.photocentre{

float:left;

margin-left:50%;



}



#footer {
	background-image:url(layout/footer.jpg);
	background-repeat:no-repeat;
	width:844px;
	height:79px;
	}



.footerlinks{

	float: right;

	padding: 3px;

	font-size: 10px;

	margin: 25px 25px 5px 10px;

	text-align: right;

	text-transform: uppercase;

	}

	

#footer a, a:visited{

color:#461C01;

	font-size: 10px;

	font-weight:normal;

	text-align: right;

	text-transform: uppercase;

text-decoration:none;

}



#footer a:hover{

border-bottom:1px dotted #461C01;

}

	













	

	
