/* G E N E R A L */

* {
	padding:0;
	margin:0;
	}

body{
	background-image:url(../images/bg.gif);
	}
	
img {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4{
	font-size:14px;
	}

ul {
	margin-left:20px;
	}

a img{
	border:none;
	}

a {
	color:#9eb05d;
	text-decoration:none;
}	

a:hover {
	color:#fff;
	text-decoration:none;
}
	
	/* M A I N  */

#container {
	width: 830px;
	
	margin: 0 auto;
	padding:0;
	
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:1.5em;

	}


.spacer {
    clear:both;
	width:1;
	height:1;
	overflow:hidden;

}
/* H E A D E R */


#header{
	width:830px;
	height:337px;
	background-image:url(../images/header_bg.png);

 

	}

#welcome_bg {
	width:800px;
	height:53px;
	background-image:url(../images/welcome_bg.jpg); 
}	

#header img {
	display:block;
	
	}

/* N A V B A R */
#navbar {
    width:417px;
	height:30px;
	float:right;
	position:relative;
	top:40px;
	right:20px;

}


#navbar img{
float:left;

}



/* C O N T E N T */


#content {
	width:830px;
	background-image:url(../images/content_bg.png);

	/*border-top:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
*/
	}
	
#content_central {
	background-color:#1f2a36;
	width:749px;
	position:relative;
	left:40px;

}

#content_central p {
	margin-left:15px;
	margin-right:15px;

}

#content_central ul {
	margin-left:40px;
	margin-right:15px;

}

#left_content {
	width:582px;
	float:left;
	position:relative;
	left:110px;

}



#left_content p {
	margin-left:10px;
	margin-right:10px;
}

#left_content h1 {
	background-image:url(../images/left_content_bg.gif);
	width:151px;
	height:34px;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
}


#right_content {
	width:571px;	




	float:left;
	margin-left:2px;
	border:#e2dfd2 solid 1px;
	}


#right_content h1 {
	font-size:15px;
	letter-spacing:-0em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#9d6644;
}

#right_content h2 {
	font-size:20px;
	letter-spacing:-0em;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}
	
#right_content p {
	margin-left:15px;
}
#right_content ul {
	margin-left:25px;
	margin-right:5px;
}

#right_content strong {
	color:#777;
}

#bullets {
	width:200px;
	float:right;
	margin-left:20px;
	margin-top:15px;
	color:#7c6849;
}
table.the_table {

	margin-left:20px;
		margin-top:0px;
		float:right;

}
 b.forename {

font-family: Arial;
color:#666666;
text-decoration: none;
word-spacing: Normal;

letter-spacing: -0px;


font-size: 14px;
	

}
 b.surname {
font-family: Arial;
color:#990000;
text-decoration: none;
word-spacing: Normal;

letter-spacing: -0px;


font-size: 14px;

}

table.the_table td{
padding:10px 0px 10px 0px;
vertical-align:top;



}


td.address {
	background-image:url(../images/logoheader.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
	
#address {
float:left;
margin-right:15px;
	font-size:14px;
	color:#fff;
	letter-spacing: 0em;
	
	text-align:left;

}

#address h1 {
	color:#fff;
}

#address a {
	color:#9ec198;
}
#address a:hover {
	color:#666;
}


#address p{
	margin-left:5px;
	
}


#footer {

	width:830px;
	height:108px;
	margin:auto;
	background-image:url(../images/footer_bg.png);

	

	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;

}

	
#footer a {
	color:#999;
	text-decoration:none;
	}	
#footer a:hover {
	color:#666;
	text-decoration:underline;
	}		

		
#w3c {	
	float:right;
	padding: 10px;
	}
	

/* P O P B O X */

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;

   cursor: url("../images/magminus.cur"), pointer;
}