/* CSS Document Created by Grace of Graceful-Lament.com */

* {
font-size: 11px;
color: #816A85
}

body {
background:#CDC4C9;
margin: 0;
padding: 0;
font-family: "verdana", sans-serif;
}

a {
color: #5D4150;
text-decoration: none;
border-bottom: dashed #816A85 1px;
}

/* Outer Layers */
#container {
position: absolute;
top: 0;
right: 0;
width: 765px;
background: url(images/container.jpg) repeat-y left
}

#header {
height: 314px;
background: url(images/header.jpg)
}

#side1 {
float: left;
left: 0;
width: 251px;
height: 127px;
background:url(images/side1.jpg) no-repeat
}

#navigation {
float: left;
right: 0;
width: 514px;
height: 127px;
background: url(images/links.jpg) no-repeat
}

#side2 {
float: left;
left: 0;
width: 251px;
height: 1px;
background:url(images/side2.jpg) no-repeat
}

#content {
float: left;
right: 0;
width: 514px;
background: #A399A2
}

#footer {
float: left;
width: 765px;
height: 107px;
background: url("images/footer.jpg") no-repeat;
}


/* Inner Layers */
#description {
float: left;
padding-top: 10px;
padding-bottom: 10px;
color: #5D4150
}

#links {
clear: both;
padding: 10px
}

.main {
background: #BDB7BC url("images/main.jpg") no-repeat;
}
.text {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
color: #5B5962
}

#copyright {
float: left;
width: 390px;
padding-left: 350px;
padding-top: 20px;
color: #5D4150
}

/* Headings */

h1 {
padding-left: 15px;
background: #816A85 url("images/h1.jpg");
font-size: 16px;
text-transform: uppercase;
border-bottom: 1px solid #816A85;
}

b,strong {
color: #816A85
}

ol,li {
color: #5B5962
}

/* Links */
.link:link,.link:visited,.link:active {
padding: 2px;
padding-left: 5px;
padding-right: 5px;
background: #C2B5BC;
color: #816A85;
border: 1px solid #816A85;
}

.link:hover {
color: #5D4150
}