body {
	margin: 25px 0 25px 25px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

img {
	padding-top: 2px;
}

/* the frame is the BLACK border */
#frame {
	margin: 0 auto;
	padding: 25px;
	border: 1px solid black;
	width: 650px;
	text-align: center;
}

/* this is the tagline position */
.tagline {
	margin: 0;
	text-align: left;
	padding-top: 110px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 0px;
}

/* this is the default 3 image banner */
.photo {
	margin: 0;
	padding: 25px 25px 0 0;
	float: right;
}

/* sets up the navigation area */
#navigation {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

/*sets up the nav buttons */
#navigation a:link, #navigation a:visited {
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #707171;
	text-decoration: none;
	color: #8B8C8C;
}

#navigation a:hover {
	color: #000066;
}

/* is used to stop the LAST button having a right border */
#navigation a.endBtn, #navigation span.endBtn{
	border: none;
}

/* is used in a SPAN tag to show WHERE we are in the navigation */
#navigation .current {
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #707171;
	text-decoration: none;
	color: #000066;
}

/* sets up the area for the content */
#content {
	margin: 35px 0 0 0;
	padding: 0;
	text-align: left;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	color: #000066;
	font-weight: normal;
}

.smaller {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}

#content h3 {
	font-size: 14px;
	color: #000066;
	font-weight: normal;
	padding: 25px 0 0 0;
}

/* quote area */
.quote {
	margin: 10px 0 0 0;
	color: #000066;
	font-style: italic;
}

.homequote {
	margin: 0 0 0  0;
	color: #000066;
	font-style: italic;
	width: 300px;
}

/* this is the quote AUTHOR */
.quoteFrom {
	margin: 0 0 30px 0;
	color: #000066;
	text-align: right;
}

/* address are the stuff at the bottom of the page, phone, email etc */
.address {
	margin: 20px 0 5px 0;
	color: #666666;
}

.address a:link, .address a:visited {
	text-decoration: none;
	color: #666666;
} 

.address a:hover {
	text-decoration: none;
	color: #000066;
} 
