/* ----- body ----- */
html, body {
margin: 0;
padding: 0;
}

body {
background: #000; /* url(/images/backgrounds/main.jpg) repeat-y top right; */
color: #fff;
font: normal small/1.5em Tahoma, Verdana, lucida, helvetica, arial, sans-serif;
}

/* ----- links ----- */
a {
text-decoration: none;
}
a:link { color: #c32c25; }
a:active { color: #066; }
a:hover { color: #fff;}
a:visited { color: #c32c25; }

/* ----- headings ----- */
h1, h2, h3  {
font-family: "Century Gothic", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

/* ----- wrapper ----- */
#wrap {
background: #000 url(/images/backgrounds/sidebar.gif) right top repeat-y;
margin: 1px auto;
margin-bottom: 15px;
width: 992px;
border: 4px solid #fff;
clear: both;
}

/* ----- header ----- */
#header { 
width: 1000px;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 1px;
background: #000; 
}

#logo {
float: left;
}

#logo, #logo a:link img, #logo a:hover img {
margin: 0 0 5px 0;
padding: 0;
width: 316px;
height: 32px;
text-decoration: none;
}

/* ---- navigation ---- */
#nav ul {
float: right;
width: 500px;
text-align: center;
padding-bottom: 1px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
/* background: #1a120d url(/images/backgrounds/navbar.jpg) no-repeat top left; */
color: #fff;
line-height: 1em;
/* fixes Firefox 0.9.3 */
}

#nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 1px;
/* matches link padding except for left and right */
padding-top: 5px;
vertical-align: bottom;
}

#nav ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 1px;
padding-top: 5px;
color: #fff;
text-decoration: none;
}

#nav ul li a:hover
{
color: #b9cfd0;
}

#nav #active { border-left: 1px solid #fff; }


/* ----- content ----- */
#content {
float: left;
width: 600px;
padding-top: 50px;
margin: 0;
}
#content div { 
margin-left: 20px;
} 

#content h1 {
margin: 10px 0 0 0;
font-size: 190%;
font-weight: normal;
}

#content h3 {
margin: 30px 0 0 0;
font-size: 150%;
font-weight: normal;
}

blockquote.pullquote {
float: right;
width: 200px;
padding: 10px;
background: #812821 url(/images/quotes.gif) no-repeat;
}

blockquote.pullquote p {
padding: 35px 5px 10px 10px;
font-size: 110%;
line-height: 1.4em;
}

blockquote.pullquote .quote {
font-style: italic;
margin-bottom: 0;
padding-bottom: 0;
}

blockquote.pullquote .author {
font-size: 100%;
margin-top: 0;
padding-top: 15px;
font-weight: bold;
}

#sidebar {
float: right;
padding-top: 50px;
width: 175px;
margin: 0;
}
#sidebar div { 
padding: 20px;
} 

#sidebar h4{
list-style: none;
font-size: 100%;
font-weight: normal;
line-height: 190%;
padding: 0 10px 0 20px;
border-left: 1px solid silver;
border-bottom: 1px solid grey;
}

#sidebar ul li{
list-style: none;
font-size: 90%;
line-height: 190%;
padding: 0 20px 10px 0;
}

/* ----- footer ----- */
#footer {
color: #ccc;
clear: both;
width: 992px;
margin: 3px auto;
} 

#footer p {
font-size: 70%;
line-height: 100%;
}

/* ----- misc ----- */
.clear {
clear: both;
}

.align_left {
float: left;
margin:10px 12px 7px 0;
}

.align_right {
float: right;
margin: 10px 0 7px 12px;
}

.border {
border: 1px solid;
}

.border_no {
border: none;
text-decoration: none;
}