IMG {
    border: none;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

HTML {
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	height: 100%;
	min-height: 100%;
	
}

BODY {
	background: white;
	margin-top: 0px;
	
	background-image: url(../images/background.jpg);
	height: 100%;
	min-height: 100%;
}

#wrapper {
	/*width: 776px;*/
	width: 850px;
	
	min-height: 100%;
	height: auto;
    margin: auto;
	
    padding-bottom: 15px;
	
	background: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

#header {
	
	
}

#breadcrumb {
	margin-top: -20px;
	margin-left: 150px;
	color: gray;
	font-size: 18px;
}	

#content {
	padding: 0px 25px 0px 15px;
	height: auto;
	
	
}

#rightpanel {
	margin-left: 135px;
	height: 100%;
	min-height: 100%;
    border-left: 1px solid lightgray;
	padding-left: 15px;
	
}

#leftpanel {
	float: left;
    height: auto;
    min-height: 100%;
    
    
}

#barnstableinfo {
	margin-top: 50px;
	width: 110px;
	padding: 5px;
	text-align: center;
	border: 1px solid black;
	background: lightgray;
	text-align: left;
}

.itemtable {
    text-align: left;
    
}

.itemtable td{
    
       
}

.registerinputs {
    width: 200px;
}

.cleanbutton {
    border: none;
    background: none;
}
