body { 
	background-color: #FFC;
	color: #000;
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

/*Dotted lines*/	
.rightBorder {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #900;
}
			
.bottomBorder {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #900;
}
/*-------------------------------*/

/*The Barn's name*/	
.name {
	margin: 0em;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 1.5em;
	text-align: left;
}	
	
/*Less than impressive tag line*/		
div.dumbTag {
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	text-align: right;
}

/*Logo image*/		
img.logo { 
	display: block;
	padding: 10px 20px 20px 20px;
}

/*Photo of building*/
div.photo {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	padding: 0px;
}

/*Building address*/			
div.address {
	margin-top: 40px;
	padding: 0px 10px 0px 20px;
	font-size: 0.7em;
	text-align: left;
}

/*Related sites buttons*/
#related_links {
	color: #06c;
	background-color: #ffc;
	margin: 0px;
	padding: 2px;
	padding-bottom: 5px;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #900;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

#rel_link_title {
	padding-bottom: 5px;
}

div#related_links .rel_site {
	display: block;
	margin: 0;
	padding: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #69f #039 #039 #69f;	
}

div#related_links a.rel_site:link, div#related_links a.rel_site:visited {
	color: #fc3;
	background-color: #06c;
}

div#related_links a.rel_site:hover, div#related_links a.rel_site:active {
	color: #fff;
	background-color: #09f;
}

/*Menu navigation menu*/		
div.navigation {
	padding: 20px 10px 0px 40px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	line-height: 1.8em;
}
			
div.navigation a:link, div.navigation a:visited {
	color: #06C;
	background-color: #FFC;
	text-decoration: none;
}
			
div.navigation a:hover {
	color: #900;
	background-color: #FFC;
	text-decoration: underline;
}
			
div.navigation a:active {
	color: #F60;
	background-color: #FFC;
	text-decoration: underline;
}

/*	
div.navigation a:visited {
	color: #00C;
	background-color: #FFC;
	text-decoration: underline;
}
*/
/*-------------------------------*/

/*Pop-up tags for menu*/			
.invisible {
	color: #FFC;
	background-color: #FFC;
	font-weight: normal;
}
			
.visible {
	color: #06C;
	background-color: #FFC;
	font-weight: normal;
}
/*-----------------------*/

.copyright {
	color: #C99;
	background-color: #FFC;
	margin-top: 40px;
	font-size: 0.7em;
	text-align: center;
}
