/* mini.css - by jeremy mccullough */ 

/* layout */

body {
  background-color: black;
  background:       url('images/background.png');
  font-style: normal;
  text-rendering: optimizeLegibility;
}

#container {
  width:            580px;
  
  margin-left:      auto;
  margin-right:     auto;
  margin-top:       100px;
  margin-bottom:    auto;
  
  vertical-align: middle;
  
  padding:          0px;
  
  border: 1px solid beige;

  background-color: beige;
  color:            #333333;
}

#main {
  
  margin:           10px;
  
  padding:          0px;
  
  border:           3px double #666666;
}

#left {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0px;
  
  float: left;
}

#right {
  width: 100%;
  max-width: 340px;
  padding-left: 20px;
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left:     1px dashed #aaaaaa;
  float: left;
}

#right h3 {
  text-align: center;
  margin-top: -10px;
  color: #666666;
  font-weight: normal;
}

#right h1 {
  text-align: center;
  margin-top: 0px;
}

#right h2, #right h3 {
  font-style: italic;
}

#right ul {
  margin-left: 10px;
  padding-left: 0px;
}

#right li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#logo {
  margin-left:      auto;
  margin-right:     auto;
}

#bottom {
  clear: both;
}

/* typography */

body {
  font-family: Georgia;
  font-size:   16px;
  line-height: 20px;
}

p {
  text-align: justify;
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
  border-bottom: 2px solid #aaaaaa;
}

#logo a {
  border: none;
}

a:hover {
  border-bottom: 2px solid #333333;
}

a.mail {
  border: none;
}

a.mail:hover {
  color: #666666;
}

img {
  border: none;
}

