/* css reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* css reset end */

body {
    padding: 20px 0;
    background-color: #87819F;
    color: #ffffff;
    line-height: 150%;
    font-family: georgia;
}

strong {
    font-weight: bold;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
}

#sidebar {
    width: 200px;
    float: left;
    text-align: right;
    line-height: 200%;
    padding-top: 100px;
}

#sidebar a:link, #sidebar a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
    color: #FFE900;
    font-style: italic;
}

#content {
    width: 700px;
    padding-left: 50px;
    float: left;
    padding-bottom: 20px;
}

#main {
    width: 680px;
    padding: 20px;
    background-color: #B0A8CF;
    color: #0D0C0F;
}

#main h1 {
    color: #6F3743;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px;
}

#main h2 {
    color: #6F3743;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 10px;
}

#main p {
    line-height: 150%;
    padding-bottom: 10px;
}

#main blockquote {
    margin-left: 50px;
    font-style: italic;
    line-height: 150%;
    padding-bottom: 1em;
}

#main ul {
    margin-left: 20px;
    padding-bottom: 10px;
    list-style-type: disc;
}

#main img {
    border: 0;
    padding: 5px;
}

#main a:link, #main a:visited {
    color: #36333F;
    text-decoration: none;
}

#main a:hover, #main a:active {
    font-style: italic;
}

#main #home_album {
    width: 210px;
    float: left;
    padding-right: 13px;
}

