* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #323028;
}
p, li, dt, dd {
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #13110e;
}
small {
	font-size: 10px;
	color: #645f50;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin-bottom: 10px;
}
dt {
	margin-bottom: 5px;
}
ul, ol, dd {
	margin-left: 20px;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:link {
	color: #930;
}
a:active {
	color: #930;
}
a:visited {
	color: #930;
}
a:hover {
	color: #aa501b;
}
img {
	vertical-align: bottom; /* This removes the white-space below the image. Using display:block also does the trick. */
	border: none;
}
hr {
	display: block;
	height: 1px;
	margin-bottom: 10px;
	border: none;
	border-top: solid 1px #9c937b;
}

/*
-------------------------------------------------------------------------------
Body / Page
*/

body {
	background-color: #13110e;
	background-image: url(/images/internal/body_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto 0 auto;
}
#body {
	text-align: left;
	position: relative;
	width: 750px;
	margin: 0 auto 0 auto;
	background-image: url(/images/internal/content_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: 240px 100px;
}
#page {
	position: relative;
	width: 100%;
}

/*
-------------------------------------------------------------------------------
Header
*/

#header {
	background-image: url(/images/internal/header_bkgd.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	padding: 10px 0 10px 40px;
	margin-bottom: 0;
}
#header h1 a {
	display: block;
	background-image: url(/images/internal/logo.gif);
	background-repeat: no-repeat;
	width: 122px;
	padding-top: 80px; height: 0 !important;
	height /**/: 80px; overflow: hidden;
}

/*
-------------------------------------------------------------------------------
Navigation
*/

#navigation {
	background-image: url(/images/internal/nav_bkgd.jpg);
	background-repeat: no-repeat;
	width: 240px;
	height: 345px;
	float: left;
}
#navigation ul {
	margin-top: 68px;
	margin-left: 10px;
}
#navigation li {
	list-style-type: none;
	line-height: 31px;
	margin-bottom: 0;
}
#navigation li, 
#navigation li a {
	display: block;
	width: 160px;
	background-repeat: no-repeat;
}
#navigation li a {
	padding-top: 31px; height: 0 !important;
	height /**/: 31px; overflow: hidden;
}
#navigation li a:hover {
	background-position: -160px 0;
}
#navigation li.classmates,
#navigation li.classmates a {
	background-image: url(/images/internal/nav_classmates.gif);
}
#navigation li.inmemory,
#navigation li.inmemory a {
	background-image: url(/images/internal/nav_inmemory.gif);
}
#navigation li.aboutbook,
#navigation li.aboutbook a {
	background-image: url(/images/internal/nav_aboutbook.gif);
}
#navigation li.reunioninfo,
#navigation li.reunioninfo a {
	background-image: url(/images/internal/nav_reunioninfo.gif);
}
#navigation li.committee,
#navigation li.committee a {
	background-image: url(/images/internal/nav_committee.gif);
}
#navigation li.home {
	display: none;
}
body.classmates #navigation li.classmates a, 
body.inmemory #navigation li.inmemory a,
body.aboutbook #navigation li.aboutbook a,
body.reunioninfo #navigation li.reunioninfo a,
body.committee #navigation li.committee a {
	background-position: -320px 0;
}

/*
-------------------------------------------------------------------------------
Content
*/

#content {
	float: left;
	width: 430px;
	margin-bottom: 30px;
	padding-top: 60px;
	min-height: 300px;
	/* IE5.x/Win Min-Height Hack */
	/* hide rule from IE/Mac \*/
	_height: 345px;
	/* end hide */
}
#content h2 {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding-top: 20px; height: 0 !important;
	height /**/: 20px; overflow: hidden;
}
body.classmates #content h2 {
	background-image: url(/images/internal/title_classmates.gif);
}
body.classmates.profile #content h2 {
	background-image: url(/images/internal/title_profile.gif);
}
body.inmemory #content h2 {
	background-image: url(/images/internal/title_inmemory.gif);
}
body.aboutbook #content h2 {
	background-image: url(/images/internal/title_aboutbook.gif);
}
body.reunioninfo #content h2 {
	background-image: url(/images/internal/title_reunioninfo.gif);
}
body.committee #content h2 {
	background-image: url(/images/internal/title_committee.gif);
}

/*
-------------------------------------------------------------------------------
Footer
*/

#footer {
	clear: left;
	border-top: solid 1px #9c937b;
}

/*
-------------------------------------------------------------------------------
Custom Classes
*/

span.clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
.pager {
	padding-top: 20px;
	padding-bottom: 10px;
	margin: 0;
}
.pager a, .pager a:visited {
	padding: 2px 6px;
	border: solid 1px #d2c8af;
	background-color: #c6bea3;
	text-decoration: none;
}
.pager a:hover {
	background-color: #cdc8aa;
}
.pager span.active {
	padding: 2px 6px;
	font-weight: bold;
}
.pager span.break {
	padding: 2px 6px;
}
.pager span.count {
	padding: 2px 6px;
	color: #807864;
}

/*
-------------------------------------------------------------------------------
Custom Page Alternations
*/

/* classmates */
body.classmates #content ul {
	float: left;
	margin-left: 0;
}
body.classmates #content ul.col1 {
	width: 220px;
}
body.classmates #content li {
	list-style-type: none;
	line-height: 16px;
}
body.classmates p.help {
	margin-bottom: 20px;
}
body.classmates p.pager {
	clear: left;
}

/* inmemory */
body.inmemory #content p {
	float: left;
	width: 250px;
	font-style: italic;
}
body.inmemory #content ul {
	float: left;
	width: 150px;
}
body.inmemory #content li {
	list-style-type: none;
	line-height: 16px;
}

/* profile */
body.profile p.highschool,
body.profile p.current {
	background-image: url(/images/internal/photo_bkgd.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 190px;
}
body.profile p.highschool img,
body.profile p.current img {
	display: block;
	margin: 10px;
}
body.profile p.highschool {
	margin-right: 30px;
}

/* movie */

body.movie #content h2 {
	display: none;
}
body.movie #video {
	width: 340px;
	text-align: center;
}


/*
-------------------------------------------------------------------------------
*/

