body, li, p, td {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 784px;	/* 500w widest photo + 232w sidebar + margins + extra */
	margin: auto;
	padding: 0;
	background-color: #CEC09E;
}

a {
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: white;
}

/* hover must follow link and visited in order not to be overridden */
a:hover {
	color: black;
}

#header {
	height: 60px;
}

#content_right_wide {
	position: relative;
	height: 424px;
	background-image: url("../images/bg_r_wide.png");	/* 231w, 423 h */
	background-repeat: no-repeat;
	background-position: right top;	/* right, then top */
}

#left_of_right_wide {
	float: right;
	width: 500px;	/* 615px */
	height: 423px;
	background-color: #604E40;
}

#right_wide {
	float: right;
	width: 232px;
	height: 423px;
}

#content_right_narrow {
	position: relative;
	height: 424px;
	background-image: url("../images/bg_r_narrow.png");	/* 171w, 423 h */
	background-repeat: no-repeat;
	background-position: right top;	/* right, then top */
}

#left_of_right_narrow {
	float: right;
	width: 645px;
	height: 423px;
	background-color: #CEC09E;
	overflow: hidden;
}

#left_of_right_narrow h3,p {
	text-align: left;
}

#right_narrow {
	float: right;
	width: 171px;
	height: 423px;
}

#content_left_border {
	float: right;
	width: 10px;
	height: 423px;
	margin: 0;
	padding: 0;
	border: 0;
}

#pagelinks {
	overflow: hidden;
	margin: 0;
	padding: 35px 3px 3px 64px;
	line-height: 2;
	height: 211px;
	font-size: 8pt;
	font-weight: bold;
}

#pagelinks a {
}

#epigram {
	overflow: hidden;
	margin: 0;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 8pt;
	padding: 10px 10px 5px 20px;
	height: 183px;
}

#slideshow {
	border-top-width: 7px;
	border-bottom-width: 6px;
	border-right-width: 10px;
	border-left-width: 0;
	border-color: #604E40;
	border-style: solid;
	background-color: #CEC09E;
	padding-right: 10px;
}

#scrollable p {
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1.5;
}

#scrollcontainer {
	overflow: hidden;
	height: 10000px;
}

#footer {
	position: relative;
	width: 100%;
	clear: right;
	overflow: hidden;
	padding: 5px;
}

#tagline {
	color: white;
	font-size: 8pt;
	margin: 3px 0px;
}

#copyright {
	text-align: center;
	color: white;
	font-size: 8pt;
	margin-top: 20px;
}

.referral {
	line-height: 1.5;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.oblique {
	font-style: oblique;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.left_justify {
	text-align: left;
}

.right_justify {
	text-align: right;
}

.justify {
        text-align: justify;
}

.top_align {
	vertical-align: top;
}
