body {
background: #e7e7e7 url(images/bg.jpg);
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 0.75em;
margin: 0;
padding: 0;
color: #3f3f3f;
}

#bg_top {
background: url(images/bg_top.jpg) repeat-x top;
}

#bg_bottom {
background: url(images/bg_bottom.jpg) repeat-x bottom;
}

#header {
background: url(images/header.jpg) no-repeat right;
width: 80%;
height: 168px;
margin: 0 auto;
}

#site_title {
height: 118px;
padding-top: 40px;
}

#content_center {
margin: 0 auto;
width: 80%;
}

#content_bg {
background: #FFFFFF url(images/content_bg.jpg) no-repeat top right;
float: left;
width: 100%;
}

#content {
padding: 0 20px;
margin: 20px 200px 20px 0;
background: url(images/content_brd.jpg) repeat-y top right;
}

#right {
float: right;
width: 170px;
padding: 20px 15px;
}

/*#left {
float: left;
width: 75%;
}*/

#footer {
clear: both;
width: 80%;
height: 63px;
margin: 0 auto;
background: url(images/footer.jpg) no-repeat left bottom;
color: #262626;
padding-top: 15px;
text-align: right;
font-size: 0.9em;
}



/* HEADINGS */

#site_title h1 {
color: #FFFFFF;
margin: 0;
font-size: 2.5em;
}

#site_title h2 {
color: #e94866;
margin: 0;
font-size: 1.3em;
font-style: italic;
padding-left: 40px;
}

#content h1 {
color: #8c8c8c;
font-size: 1.7em;
margin: 0;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 3px
}

#content h2 {
font-size: 1.3em;
margin: 0;
padding: 15px 0 3px;
}

h3 {
font-size: 1.2em;
color: #8c8c8c;
border-bottom: 1px solid #e0e0e0;
margin: 0;
padding-bottom: 3px
}

h4 {
margin: 0;
font-size: 1.2em;
}

#right ul {
margin: 0;
padding: 5px 0 20px 15px;
list-style: none;
}

#right li {
background: url(images/list.jpg) no-repeat 0 8px;
padding-left: 10px;
}

p {
margin: 0;
padding: 6px 0;
}

blockquote {
background: #ebebeb;
padding: 12px 10px 10px 15px;
}

code {
font-size: 1.1em;
}


/* LINKS */

#header_links {
text-align: right;
float: right;
padding: 26px 200px 0 0;
}

.header_link {
background: #939393;
float: left;
margin-left: 10px;
font-weight: bold;
}

#header_links a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 5px 12px;
}

#header_links a:hover {
color: #000000;
background: #FFFFFF;
}

#content_bg a {
color: #e94866;
text-decoration: none;
}

#content_bg a:hover {
color: #000000;
text-decoration: underline;
}

#footer a {
color: #5f1420;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #272727;
text-decoration: underline;
}

.float {
float: left;
margin-right: 10px;
border: 0;
}
