body {
    margin: 20px;
    padding: 0px;
    background-color: #5d4632;
	font: 12px Verdana,Trebuchet MS,sans-serif;
	color: #e5ddc8;
	width: 600px;
}

/* SCROLL BARS */
html, iframe {
	scrollbar-3dlight-color: #f2ecd7;
	scrollbar-arrow-color: #5d4631;
	scrollbar-base-color: #e6d8ae;
	scrollbar-darkshadow-color: #5d4631;
	scrollbar-face-color: #e6d8ae;
	scrollbar-highlight-color: #f2ecd7;
	scrollbar-shadow-color: #c6a646;
}


img { border: 0px; }

#photos img {
	margin: 0px 4px 4px 0px;
	border: 1px solid #07a2dc;
}

/* TEXT LINKS */
a.txt, div#calendar a { color: #07a2dc; text-decoration:underline; }
a.txt:visited, div#calendar a:visited { color: #0685b4; }
a.txt:hover, a.txt:active, div#calendar a:hover, div#calendar a:active { color:#08bcff; }

h1.title {
	margin: 0px;
	font-family: Georgia,serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
h2.subtitle {
	margin: 0px;
	font-family: Georgia,serif;
	font-size: 18px;
	font-weight: normal;
}
h3.subheader {
	font-size: 12px;
	font-weight: bold;
	/*font-style: italic;*/
}
.light {
	font-weight: normal;
}

p.first, p.event {
	margin-top: 0px;
}
p.details {
	font-size: 10px;
}
p.date {
	font-size: 10px;
	margin-bottom: 0px;
}


ol li {
	margin: 10px 0px 0px 0px;
}



div.primary {
	margin-left: 130px;
	width: 470px;
}

div.indented1 {
	margin: 0px 20px 0px 0px;
	width: 160px;
	float: left;
}

div.indented2 {
	width: 290px;
	float: left;
}

div.vspace {
	display: block;
	height: 10px;
}