/* -- layout -- */

body {
padding: 0;
margin: 0;
background-image:url(images/bg.jpg);
background-color: #000000;
font: small Verdana, Arial, sans-serif;
}
#wrapper {
width: 900px;
border-left: 1px solid #797979;
border-right: 1px solid #797979;
border-bottom: 1px solid #797979;
margin: 0 auto;
background-color:#666666;
background-image:url(images/mainbg.jpg);
font-family: Verdana, Arial, sans-serif; color: #ffffff;
font-weight: bold;
}
#masthead {
height: 150px;
background: url(images/masthead-index.jpg) no-repeat;
border-bottom: 4px solid #c89a65;
}
#navigation {
padding-top: 120px;
}
.underNav {
clear: both;
height: 0;
}
#sidebar {
background: #333333;
background-image: url(images/sidebar-index.jpg);
width: 165px;
padding: 20px 10px;
float: left;
margin-right: 10px;
border-right: 1px solid #888888;
border-bottom: 1px solid #888888;
}
#mainContent {
float: left;
width: 690px;
padding: 30px 0;
}
.boxout {
float: right;
width: 150px;
border-left: 1px solid #888888;
border-bottom: 1px solid #888888;
border-top: 1px solid #888888;
border-right: 1px solid #888888;
padding: 10px 10px 10px 10px;
background-color:#333333;
margin-left: 10px;
margin-bottom: 5px;
}
.separator {
clear: both;
height: 0;
}
#footer {
background-color:#333333;
border-top: 1px solid #666666;
text-align: center;
padding: 10px 10px;
color: #ffffff;
}

/* -- nav bar -- */

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
}
#navigation li {
float: left;
margin: 0;
padding: 0;
display: inline;
background: url(images/nav_button.gif) no-repeat;
}
#navigation a {
display: block;
padding: 0 0 0 30px;
height: 30px;
width: 155px;
font: bold 14px/30px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
}
#navigation a:hover {
background: url(images/nav_button.gif) 0 -60px;
}
#navigation a:active {
background: url(images/nav_button.gif) 0 -120px;
}


/* -- fonts -- */

h1 {
font-family: small Verdana, Arial, sans-serif; color: #ffcc66;
font-size: 85%;
text-transform: uppercase;
font-weight: bold;
margin: 0 0 5px;
}
#mainContent h1 {
font-family: Verdana, Arial, sans-serif; color: #ffcc66; font-size:14px
border-bottom: 1px solid #888888;
padding-bottom: 3px;
margin-bottom: 10px;
}
#sidebar h1 {
font-family: small Verdana, Arial, sans-serif; color: #ffcc66;
font-size: 85%;
}
h2 {
font-family: small Verdana, Arial, sans-serif; color: #ffcc66;
font-size: 105%;
font-weight: normal;
margin: 0 0 5px;
}
.style3 {
font-family: small Verdana, Arial, sans-serif; color: #ffffff;
font-size: 70%;
font-weight: bold;
margin: 0 0 5px;
}
.style1 {
color:#ffffff;
font-size: 85%;
font-weight: bold;
margin: 0 0 5px;
}
.style2 {
color:#ffcc66;
font-size: 85%;
font-weight: normal;
margin: 0 0 5px;
}
h5 {
color:#ffffff;
font-size: 75%;
font-weight: normal;
margin: 0 0 2px;
}
p {
font-size: 80%;
line-height: 1.3em;
margin: 0 0 1em;
}
#footer p {
margin: 0;
}

/* -- links -- */
a {
color: #ffffff; text-decoration:none
}
a:hover {
color: #ffcc66; text-decoration:none
}
