#container {
  width:750px;
  margin:auto;
  background-color:#FFFFFF;
  padding-bottom:50px;
}

#main {
  width: 75%;
  text-align:left;
  padding-top:35px;
  margin-left: 27%;
}
#leftcol {
  width: 25%;
  float:left;
  margin-top: 20px;
  padding-right:5px;
  padding-top:5px;
  border-right:1px #CCCCCC groove; 
  text-align:right;
}
#header {
  display:block;
  width: 750px;
  height: 45px;
  clear:both;
  background: url(/images/head2.jpg);
}
#footer {
  clear:both;
  display:block;
  padding-bottom:10px;
}

#namename span { display: none; }
#namename { 
  display: block;
  background: url(/images/john.png);
  float: right;
  width: 71px; height: 198px;
}
#navigation {
  display:block;
  font-size: 115%;
  font-family: georgia, serif;
}

#sidelinks {
    margin-top: 10px;
    border-top: 1px dashed #ccc;
    clear: left;
    display:block;
    width: 100%;
    float: left;
}
#sidelinks li {
    list-style-image: url(/images/bullet_blank.png);
    font-size: 125%;
    font-family: georgia, serif;
}
#sidelinks h3 { border-bottom: 1px dotted }
a:link { color: #006699; }
a:visited { color: #996633; }
a:hover { color: #990B00; text-decoration:none; border-bottom: 1px solid #996000; }

.fresh { color: #209009; }
.destinations { color: #990000; }
.favorites { color: #996600; }
.otherlinks { color: #150990; }

ul, ol, li {
  font: 95% "Bitstream Vera Sans", "Verdana", sans-serif;
}
p, blockquote {
  font: 90% "Bitstream Vera Sans", "Verdana", sans-serif;    
}

ul {
    list-style-image: url(/images/bullet.png);
}

blockquote, pre.code {
  color: #555;
  border-left: 1px #ccc solid;
  padding-left: 10px;
  margin-left: 0px;
  font-size: .9em;
}

pre.code, .code {
    font-family: "Courier new","Andale mono" monospace; 
    color: #003399;
}

h1,h2,h3,h4,h5,h6 {
  padding-bottom: 0px; margin-bottom: 0px;
  font-family: Georgia, serif;
}
.subtitle, .date {
  margin: 0px; padding:0px;
  margin-left: 1em;
  font-size: 75%;
  color: #a37d00;
}

.li_title {
    list-style-image: url(/images/bullet_blank.png);
    margin-left: -16px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 125%;
    text-decoration: none;
}