body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 8pt;
font-style: normal;
color: #363765;
letter-spacing: 1px;
line-height: 14pt;
background-color: #ffffff;
background-image: url('img/albumbg.jpg');
background-repeat: repeat-y;
}

/* general */
p {
margin: 0 0 .5em 0;
}

a:link, a:active, a:visited {
color: #a9676b;
text-decoration: none;
}

a:hover, a:focus {
color: #a9676b;
text-decoration: underline;
}

i, em {
font-family: Georgia;
}

b, strong {
font-weight: bold;
color: #363765;
}

ul {
list-style-type: none;
}

/* headers */
h1 {
margin: 1em 0 1em 0;
padding: 0;
font-family: Arial;
font-size: 9pt;
font-weight: bold;
color: #a9676b;
line-height: 12px;
text-align: right;
text-transform: uppercase;
}

h2 {
margin: 0 0 1em 0;
font-family: Arial;
font-size: 9pt;
font-style: italic;
letter-spacing: 1px;
line-height: 16px;
text-align: center;
border-top: 1px solid #d9d8a8;
border-bottom: 1px solid #d9d8a8;
}

h3 {
margin: 1em 0 0 0;
padding: 0;
font-family: Arial;
font-size: 9pt;
font-weight: bold;
color: #ffffff;
line-height: 12px;
text-align: right;
text-transform: uppercase;
}

h4 {
margin: 1em 0 0 0;
padding: 0;
font-family: Arial;
font-size: 9pt;
font-weight: bold;
color: #a9676b;
line-height: 12px;
text-align: left;
text-transform: uppercase;
}

h5 {
margin: 0;
padding: 0;
color: #C97979;
font-family: Georgia;
font-size: 20px;
font-style: italic;
font-weight: normal;
letter-spacing: 2px;
line-height: 18px;
text-align: left;
text-transform: lowercase;
}

/* imgs */
img {
background-color: transparent;
text-decoration: none;
border: 0px solid #ffffff;
}

a:hover img {
background-color: transparent;
text-decoration: none;
border: 0px solid #ffffff;
}

img.border {
margin: 2px;
padding: 4px;
background-color: transparent;
text-decoration: none;
border: 1px solid #909048;
}

img:hover.border {
background-color: #ffffff;
text-decoration: none;
border: 1px solid #C97979;
}

/* divs */
#sidebar {
float: left;
margin: 0;
padding: 50px 20px 0 0;
width: 190px;
text-align: right;
}

#sidebar div {
color: #ffffff;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited {
padding: 0 2px;
color: #363765;
text-decoration: none;
background-color: #ffffff;
}

#sidebar a:hover, #sidebar a:focus {
padding: 0 2px;
color: #ffffff;
text-decoration: none;
background-color: #363765;
}

#content {
float: left;
margin-top: 50px;
margin-left: 20px;
width: 600px;
text-align: left;
}

/* other */
.back {
margin: .5em 0 .5em 0;
text-align: right;
}

.center {
text-align: center;
}

.copyright {
margin: 2em 0 0 0;
font-family: Georgia;
font-style: italic;
font-size: 8pt;
color: #ffffff;
line-height: 10pt;
}