@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

body{
	background-color:#34520a;
}

p{
	padding:8px;
	font-family:Garamond;
	font-size:16px;
	color:#000000
}

p strong{
padding:8px;
font-family:Arial, Verdana;
font-size:12px;
color:#000000;
font-weight:bold;}

a{
color:#34520a;
text-decoration:none;
font-family:Arial, Verdana;
font-size:12px;}

a:hover{
color:#34520a;
text-decoration:underline;}

#dvContainer{
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}

#dvTopNavi{
float:left;
width:100%;height:26px;
background-color:#34520a;

padding-top:2px;
border-bottom:1px solid #4c6119;
}

#dvTopNavi img{
float:left;
padding-right:4px;}

#dvBanner{
	width:100%;
	border-top:1px solid #264b4b;
	border-bottom:1px solid #1a2b05;
	height:200px;
	margin:0px;
	font-size:0px;
}

#dvBanner img{
	width:100%;
	height:100%;
	font-size:0px;
	margin:0px;
}

#dvBodyNavi{
	width:100%;
	background-color:#34520a;
	border-top:1px solid #4c6119;
	height:30px;
}

#dvBody{
	float:left;
	width:100%;
	background: #ffffff url(../images/horsehaed_small.gif) no-repeat;
}

#dvFooter{
float:left;
width:100%;
text-align:center;}
.table {
	vertical-align: top;
}
#map {
	float: left;
}
.map {
	float: left;
}
.border {
	border-top-color: #34520A;
	border-right-color: #34520A;
	border-bottom-color: #34520A;
	border-left-color: #34520A;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

