body {
	margin: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
	background-image: url(images/bboulton-bg.jpg);
	background-color:#000000;
	background-repeat: repeat-y;
	background-position: top;
	
	} 
	

	
/* main body */

#main{
	position:relative;
	width:850px;
	margin: 0px auto;
	background-color:#FFFFFF;
	border-left:#000 solid 8px;
	border-right:#000 solid 8px;

}

#navbar {
	position: absolute;
	left: 38px;
	top: 224px;
	
	
}


#navbar ul{
	list-style-type: none;
	text-align:center;
	font-size: 15px;
	
}


#navbar li{
	display: inline; 
	color: #000;
	font: 15px;
	font-weight:bold;
	
}

#navbar ul li a
{
	text-decoration: none;
	padding:1em .75em;
	color: #000;
}

#navbar ul li a:hover
{
	color: #000;
	margin: 0px;
	text-decoration: underline;
}
	

#header {
	margin: 0px;
	padding: 0px;
	height: 275px;
}
 

/* full page*/
	
#full-content
{
	margin: 0px auto;
	padding: 0px 25px 0px 25px;
	width: 750px;

}	

/* content on the left */
	
#left-content
{
	margin:  10px 0px 0px 0px;
	padding: 0px 15px 0px 25px;
	width: 500px;

}


/* content on the right  */

#right-content{
	float: right;
	width: 240px;
	margin: 20px 25px 0px 5px;
	padding: 0px 10px 0px 5px;


}

.boxes {
	
	border: 2px dashed #DFADAF;
	padding: 5px 5px 5px 5px;
	text-align:center;

}

/*footer*/

#footer {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	background-color: #0389B5;
	text-align: center;
	}
	
#footer a{
	font-size: 11px;
	
	}
		
	
	
/* text styles */	
	

ul
{
list-style-type:square;
}	
	
.smalltxt{ 
text-decoration: none;
color: #6D3700;
font-size:11px;
}	

/* link styles */

a { 
text-decoration: underline;
color:#000000;
font-size:14px;
}

a:active{
text-decoration: underline;
color: #000000;

}

a:visited {

text-decoration: underline;
color: #000000;

}


a:hover {
text-decoration: none;
color: #000000;
	
}
	
/* heading formats */


h1 {
	font-size: 20px;
	color:#0080AA;
	margin: 10 0 5 0;
	padding: 10 0 10 0;
	border-bottom:#000 solid 2px;


}


h2 {
	font-size: 16px;
	font-weight: bold;
	color:#0080AA;
	border-bottom:#000 solid 2px;
}


h3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing:.1ex;
	color:#000000;

}

h4 {
	font-size: 14px;
	color:#0080AA;

}
	

