ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color: #1B4D98;
}

a:hover
{
  text-decoration: underline;
}

html {
  height: 100%;
}

body
{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
  font-size: 13px;
  color: #3A3427;
  background: #534B38 center;
}

#wrapper {
 width: 950px;
 margin: 0px auto;
 position: relative;
 min-height: 100%;
 height: 100%;
}

#header {
 background: #E6F7CE;
 border-left: 1px solid #7C8A6E;
 border-bottom: 1px solid #7C8A6E;
 border-right: 1px solid #7C8A6E;
 margin: 10px #B0B087;
 padding: 15px;
}

#header h1 {
font-family:Georgia,Arial,Helvetica,sans-serif;
}

#headerlinks  li{
list-style: none;
display: inline;
}

#nav  li{
list-style: none;
display: inline;
}

#intllinks  li{
list-style: none;
display: inline;
}

#intllinks {
float: right;
}

ul li{
 list-style: none;
}

#body {
 background: #FFFFFF;
 padding: 15px;
 border: 1px solid #7C8A6E;
 margin: 10px #B0B087;
}

#content {
 float: left;
 width: 660px;
}

.visited_block
{
    float:left;
      padding:4px 10px 10px 0;
        width:60px;
}

.visited_mark
{
 font-size: 2em; 
 font-weight: bold; 
 width: 30px; 
 height: 30px; 
 background-color: #FFE56F; 
 border: 1px solid #ddd; 
 text-align: center;
 margin-left:10px;
}

.place_photo
{
 float:right;
 margin-left:15px;
 margin-bottom:10px;
}

hr
{
 background-color:white;
 border:none;
 border-top:solid 1px #B59D7A;
 clear:both;
 margin-bottom:10px;
}

#margin {
 width: 240px;
 float: right;
 border-left: 1px solid #7C8A6E;
 padding: 0 0 0 10px;
}

.margincontent {
 padding: 5px;
 background-color: #ddd;
}

#footer {
 margin-top: -46px;
 bottom: 0;
 background: #E3E3D1;
 padding: 15px;
 margin: 10px #B0B087;
 border-left: 1px solid #7C8A6E;
 border-top: 1px solid #7C8A6E;
 border-right: 1px solid #7C8A6E;
 text-align: center;
}

.clear {
 clear: both;
}

.floatleft {
 float: left;
 width: 50%;
}

.floatright {
 float: right;
 width: 50%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footcontent
{
padding-bottom: 5em;
}
/* check out http://www.themaninblue.com/experiment/footerStickAlt/ for footer hack */
