/* CSS screen media for SJCS Reunion Site */
body {
	background: url(body_bg.jpg) repeat-x  0px -1px #fff;
	padding: 0;
	margin: 0;
	font-family: Georgia, Helvetica, Segoe UI, Tahoma;
	height: 100%;
}
h1, h2, h3, h4, h5 {
	margin: 15px 0px 0px 0px;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	border-bottom: 1px dashed #6a0f0f;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.head3 {
	font-size: 1.3em;
	margin-bottom: 10px;
	border-bottom: 1px dashed #6a0f0f;
}
p {
	margin: 0;
	padding: 0;
}
th,td {
	padding: 15px 35px 5px 0px;
}
.smallBr{
	height: 20px;
}
.center {
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.right {
	text-align: right;
	padding-right: 20px;
}
#container {
	position: relative; 
	margin: 0 auto; 
	width: 750px; 
	color: #ebebeb; 
	padding-top: 20px;
}
#header {
	background: url(header_bg.gif) 0px 0px no-repeat; 
	height: 209px;
}
#welcome {
	position: absolute;
	top: 103px;
	left: 108px;
	width: 210px;
	font-size: 0.7em;
	line-height: 1.65em;
	color: #d8c6b1;
}
#navbar {
	width: 640px; 
	height: 34px; 
	float: left; 
	position: absolute; 
	left: 93px;
	top: 187px;
	font-size: 0.9em;
}
.button, .on {
	padding: 9px;
	display: block;
	float: left;
	color: #ddd;
	text-decoration: none;
	text-align: center;
	width: 90px;
	margin: 0px 1px 0px 1px;
}
.button:hover {
	background: url(nav_on.gif) center no-repeat; 
	border-bottom: 5px solid #806d58;
	border-right: 1px solid #806d58;
	border-left: 1px solid #806d58;
	color: #fff;
	font-weight: bold;
	margin: 0px;
}
.button:active {
	text-decoration:underline;
}
.on {
	background: url(nav_on.gif) center no-repeat; 
	color: #fff;
	font-weight: bold;
}
#content {
	position: relative; 
	background: url(content_bg.jpg) 0px 0px repeat-y; 
	font-size: 0.9em;
	line-height: 1.6em;
	color: #713a16;
	padding: 20px 60px 0px 60px;
}
#content a {
	color: #53311b;
	text-decoration: none;
	border-bottom: 1px dashed #53311b;
}
#content a:hover {
	color: #9b6a4a;
	border-bottom: 1px solid #53311b;
}
#content a:active {
	color: #111;
}
#footer {
	position: relative; 
	background: url(footer_bg.gif) no-repeat;
	height: 40px; 
	clear: both; 
	color: #222;
	font-size: 0.7em;
	padding: 19px 0px 0px 20px;
}
#footer a {
	text-decoration: none;
	color: #444;
	border-bottom: 1px dashed #393939;
}
#footer a:hover {
	border-bottom: 1px solid #393939;
	color: #dfdfdf;
}
.footText {
	position: relative;
	top: 6px;
	left: 5px;
	float: left;
}
.footText2 {
	position: relative;
	float: right;
	top: 6px;
	right: 63px;
}
.back2top {
	position: relative; 
	right: 44px; 
	top: 0px;
	float: right;
}

/* OLDNESS----------------------- */

#home_l {
	position: relative; 
	width: 45%; 
	float: left;
}
#home_r {
	position: relative; 
	width: 45%; 
	float: right;
}
.spacefix {
	clear: both; 
	height: 1px;
}
#topText {
	margin-bottom: 74px; 
	color: #333; 
	font-size: 0.75em; 
	position: absolute; 
	top: 5px; 
	right: 23px;
}
.ttadj {
	position: relative; 
	top: -2px; 
	left: 1px;
}
#pics {
	position: relative;
	text-align: center;
}
#pics a {
	border: 0;
}
#pics img {
	border: 4px solid #715d41;
	margin: 3px 6px 3px 6px;
}
#pics a:hover {
	border: none;
}
#pics a:hover img {
	border: 4px solid #ddd;
}
#map {
	position: relative; 
	float: right; 
	width: 220px; 
	height: 750px; 
	margin-left: 30px;
}
#map a {
	border: none;
	text-decoration: none;
}
.mapper {
	text-align: center;
}
.googlemap {
	border: 4px solid #715d41;
}
/* Headers */
#h_home, #h_event, #h_photo, #h_feedback, #h_contact {
	position: relative; 
	left: -5px; 
	width: 600px; 
	height: 40px; 
	background: url(h_welcome.gif) no-repeat center; 
	margin: auto; 
	margin-bottom: 30px;
	border-bottom: 1px dashed #6a0f0f;
}
#h_event {
	background: url(h_event.gif) no-repeat center; 
}
#h_photo {
	background: url(h_photo.gif) no-repeat center; 
}
#h_feedback {
	background: url(h_feedback.gif) no-repeat center; 
}
#h_contact {
	background: url(h_contact.gif) no-repeat center; 
}