/* Styles */

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
font-size: .9em;
font-family: helvetica, arial, trebuchet ms;
background: #f1f1f1;
}

h1 {
font-size: 130%;
}

h2 {
font-size: 115%;
}

h3 {
font-size: 100%;
padding: 0;
margin: 10px 0 0 0;
}

img {
border: none;
}

p {
width: 100%;
margin-top: 0;
}

/* Classes */

.border {
border: 1px solid #484848;
}

.header {
border-top: 1px solid #7f7f7f;
border-right: 0;
border-bottom: 1px solid #7f7f7f;
border-left: 0;
}

.footer {
padding: 10px 0 0 0;
font-size: 85%;
color: #7f7f7f;
}

.footer a {
color: #7f7f7f;
text-decoration: none;
}

.footer a:hover {
color: #7f7f7f;
text-decoration: underline;
}

.pimage {
margin: 0 25px 15px 0;
}

.sideboxtext {
font-size: 80%;
}

/* Pseudo classes */

p.box {
font-size: 90%;
}

p.blog {
padding: 0 0 20px 0; 
border-style: dashed;
border-color: #ccc;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
}

td.noline {
border: none;
}

ul#navlist {
list-style-type: none;
margin: 0;
float: left;
color: #000;
background-color: #cbd4e0;
text-align: center;
font-size: 95%;
font-family: georgia;
border-top: 1px solid #7f7f7f;
border-bottom: 1px solid #7f7f7f;
width: 788px;
}

ul#navlist li {
display: inline;
}

ul#navlist li a {
float: right;
width: 5em;
color: #000;
background-color: #cbd4e0;
padding: .1em .5em .1em .5em;
text-decoration: none;
border-left: 1px solid #000;
}

ul#navlist li a:hover {
color: #000;
background-color: #ededed;
}

ul#navlist li.here a {
color: #000;
background-color: #ededed;
}

/* Divs */

#boxleft {
float: left;
width: 360px;
padding: 15px;
border: 1px solid #ccc;
}

#boxright {
float: right;
width: 360px;
padding: 15px;
border: 1px solid #ccc;
}

#bg {
background: url(/images/bg-edge.gif) repeat-y;
margin: 0 auto;
width: 1002px;
}

#container {
background: url(/images/bg.gif);
min-width: 988px;
max-width: 988px;
margin: 0 auto;
padding: 0;
color: #333;
border: 1px solid #7f7f7f;
line-height: 125%;
}

#content {
float: left;
width: 790px;
margin: 0;
padding: 1em;
}

#date {
float: right;
width: 150px;
margin: 0;
padding: 0 0 2px 0;
}

#footer {
clear: both;
margin: 0;
padding: .1em;
color: #333;
background-color: #cbd4e0;
border-top: 1px solid #7f7f7f;
text-align: center;
}

#promo1 {
position: relative;
top: 45px;
}

#promo2 {
position: relative;
top: 74px;
}

#promo3 {
position: relative;
top: 103px;
}

#nav {
width: 828px;
}

#rightcontent {
float: right;
width: 130px;
padding: 1em;
}

#sidebox {
position: relative;
top: 43px;
width: 120px;
margin: 0;
padding: 5px;
background: #f1f1f1;
border: 1px solid #000;
}

#top {
background: url(/images/bg.gif);
padding: 25px 0 0 20px;
margin: 0;
}
