body {
	background-color:#FFFF99;
	font-size: 10px;
	margin: 0px;
	padding: 0px; //* this is a concession to opera 7 which has margin 0, but some padding by default *//
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-stretch:wider;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-stretch:wider;
	font-weight:bold;
}

.gallery_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-stretch:wider;
	font-style:italic;
	font-weight:bold;
	color:#333333;
}

a:link {
	color:#9900CC;
	text-decoration:none;
}

a:hover {
	color:#9966FF;
}

a:visited {
	color:#9900CC;
	text-decoration:none;
}

/*image effects */
.gallery_labels {
	margin-left:40px;
	margin-right:5px;
}

/* body divs */
/* Sets canvas width to 800 */

div#overlord {
	width:800px;
}

/* Keeps header fabric with body */
div#logo {
	width: 800px;
	height: 52px;
}

div#main_body {
	width:800px;
	text-align:left;
	background-color:#FFFF99;
}

div#bodyText {	
	text-align:left;
	margin-right: 10px;
	margin-left: 6px;
}

div#gallery_navigation {
	text-align:right;
	width: 240px;
	float:right;
	padding: '0px' '0px' '4px' '5px';
}

div#right_menu {
	text-align:center;
	width:110px;
	float:right;
	padding: '2px' '2px' '6px' '4px';
}

/*unused concept */
div#upper_footer {
	background-image: url(images/footer_top.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height:100%;
	text-align:justify;
}

/* Set's Style for the small footer image */

div#footer_top {
	background-color:#FFFFCC;
	width:760px;
	text-align:right; 
	margin-right: 20px;
	margin-left: 20px;
}

div#footer {
	width:760px;
	text-align:right; 
	margin-right: 20px;
	margin-left: 20px;
}