body {
   background-color:#000;
   margin:0;
   padding:0;
   text-align:center;
   font-family:verdana;
   font-size:80%
}

h3 {
   font-size:125%;
   font-weight:bold;
   padding:10px 0px;
   margin:0px;
}

img {
   border:0;
}

a {
   color:#eee;
   text-decoration:none;
}

a:hover {
   color:#888;
   text-decoration:underline;
}

#wrapper {
   width:910px;
   margin:0px auto;
}

#border {
   width:900px;
   background:url('../images/vert-bg.jpg');
   background-repeat:repeat-x;
   padding:0px 5px;
   height:500px;
}

#header {
   width:900px;
   height:300px;
   background:url('../images/banner.jpg');
}

#content {
   width:900px;
   margin-top:5px;
   background-color:#000;
   color:#eee;
   height:500px;
   text-align:left;
}

#lnav {
   width:160px;
   height:200px;
   float:left;
   background-image:url('../images/vert-div.jpg');
   background-repeat:no-repeat;
   background-position:top right;
}

#lnav div {
   padding:10px;
}

#lnav p {
   padding:5px;
   margin:0;
}

#main {
   float:left;
   width:470px;
}

.main-content {
   margin:0px 10px;
}

.twoCol {
   width:215px;
   float:left;
   padding-right:10px;
}

#twitter {
   margin:5px;
   float:right;
}

#twitterBtn {
   margin:5px 45px;
}
