/* Cascading Style Sheet
Created for The Old Mill
Copyright Julie Tomlin
www.julietomlin.com */

body {margin: 0;
padding: 0;
text-align: center;
background-color: #53541F;
margin-top: 0px;
font-family: tahoma, verdana, arial;
font-size: 14px;
color: #54531F;

}

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }
div#container {
margin: 0em auto;
width: 760px;
border: 1px solid #000;
padding: 1em;
background-color: #ffffff;
text-align: left;

 }

 #header {
 width: 760px;
 float: left;
 height: 50px;
 padding-left: 20px;
 }

 #navigation {
 width: 760px;
 text-align: center;
 }

 #mainwrapper {
 margin: 0px auto;
 width:710px;
 padding:10px;
 background-color:#ffffff;
 border: 1px solid #737245;
}

#pagetitle {
padding: 5px;
text-align: left;
}
#pagetitle2 {

padding-left: 5px;
text-align: left;
}


#content {
text-align: left;
padding: 2px;
}

#footer {
text-align: right;
padding-right: 13px;
font-size: 10px;
color: #80612E;

}
a:link, a:visited, a:active {
font-size: 14px;
color: #80612E;
text-decoration: none;
font-weight: bold;

}
a:hover {
font-size: 14px;
color: #80612E;
 text-decoration: underline;
 font-weight: bold;
}

a.footer:link, a.footer:visited, a.footer:active {
font-size: 10px;
color: #80612E;
text-decoration: none;
font-weight: normal;

}
a.footer:hover {
font-size: 10px;
color: #80612E;
 text-decoration: underline;
 font-weight: normal;
}

#ballroom {

text-align: justify;
}

img.br {

border: thin solid #80612E; padding: 5px;

}