body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #CCCC99;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat;
}

#base {
	width:700px;
	margin:auto;
	background:#FFFFFF;
	border: 1px solid #663300;
	padding: 4px;
}

#header { width: 698px; height: 90px; clear:both; }

#headerImage { width: 274px; height: 86px; float: left; }

#headerQuote { font-size: 15px; font-style: italic; text-align: right; vertical-align: middle;
	float: left; width: 424px; height: 30px; padding-top: 8px; }

#headerMenu {
	width: 424px;
	height: 24px;
	float: left;
	text-align: right;
	margin-top: 14px;
	padding: 0px;
}

p { line-height:16px;}
/* images */
img.logo {
	width: 253px;
	height: 83px;
}

img.menu {
	width: 104px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}
img.menuEnd {
	width: 104px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC99;
	border-right-color: #CCCC99;
	border-bottom-color: #CCCC99;
	border-left-color: #CCCC99;
}

a {
	font-size: 12px;
	color: #666600;
}
a:link {
	font-size: 12px;
	color: #666600;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #600000;
	text-decoration: underline;
}

p.address {
	text-align: center;
}

.txtBold {
	font-size: 13px;
	font-weight: bold;
}

#copywriteBox{
width:500px;
margin:auto;
text-align:center;
padding:4px;
font-size:11px;
clear:both;
}

