body {
margin: 0;
padding: 0;
text-align: center;
font-family: verdana, sans-serif;
font-size: 11px;
background: #352833 url(images/bg_bottom.jpg) repeat-x bottom;
color: #9894A1;
cursor: default
}


/* CONTENT LAYERS */

#back_top {
background: url(images/bg_top.jpg) repeat-x top;
}

#container {
background: url(images/bg_content.jpg);
width: 766px;
margin: 0 auto
}

#header_1 {
background: url(images/top_1.jpg);
height: 69px
}

#content_bottom {
background: url(images/footer_1.jpg) no-repeat bottom;
float: left;
padding-bottom: 20px
}

#left {
float: left;
background: url(images/left.jpg) no-repeat top;
width: 213px;
text-align: left;
padding-top: 99px;
line-height: 15px
}

#right {
float: right;
background: url(images/right.jpg) no-repeat top;
width: 457px;
text-align: justify;
overflow: hidden;
padding: 58px 88px 0 8px;
line-height: 15px
}

#footer {
height: 47px;
clear: both;
background: url(images/footer_2.jpg);
color: #D6E5E9;
text-align: right;
padding: 6px 88px 0 0;
letter-spacing: 1px
}


/* TITLE */

#title {
background: url(images/top_2.jpg);
height: 40px;
font-size: 34px;
font-family: "times new roman", serif;
color: #33373D;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
padding: 2px 0 0 290px
}


/* NAVIGATION LAYERS */

.nav_1 {
background: url(images/nav_1.jpg);
padding-top: 10px
}

.nav {
background: url(images/nav.jpg);
}


/* HEADINGS */

h1 {
background: url(images/h1.jpg) no-repeat;
height: 21px;
font-family: "times new roman", serif;
font-size: 24px;
text-align: right;
text-transform: uppercase;
margin: 0 10px 10px 0;
padding: 6px 15px 0 0;
font-weight: normal;
color: #7E8794;
letter-spacing: 1px
}

.h1_1 {
background: url(images/h1_1.jpg) no-repeat
}

h2 {
margin: 0;
background: url(images/h2.jpg);
height: 18px;
font-family: "times new roman", serif;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 26px 0 0 25px;
color: #706A72;
font-weight: normal
}

.nav_1 h2 {
background: transparent
}


/* LISTS, PARAGRAPHS */

#left ul {
margin: 0;
padding: 0;
list-style: none;
padding: 6px 0 8px 45px;
}

#left li {
margin: 1px 0
}

p {
margin: 5px 0 10px;
padding: 0
}


/* LINKS */

a {
font-weight: bold;
text-decoration: none
}

#left a:link, #left a:visited {
color: #748B94
}

#left a:hover, #left a:active {
color: #C7D9E0
}

#right a:link, #right a:visited {
color: #C0BBCF;
border-bottom: 1px solid #736D84
}

#right a:hover, #right a:active {
color: #9A93AD;
border-bottom: 0
}

#footer a:link, #footer a:visited {
color: white
}

#footer a:hover, #footer a:active {
color: #A0B4BE
}


/* BLOCKQUOTES */

blockquote {
width: 410px;
margin: 0 0 8px 13px;
padding: 10px
}

.a {
background: #676676 url(images/block_a.jpg) no-repeat bottom;
color: #B1B1B9;
border: 1px solid #848390
}

.b {
background: #446475 url(images/block_b.jpg) no-repeat bottom;
color: #A0B4BE;
border: 1px solid #64808F
}

