body {
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin:0 auto;
	color: #000000;
}

/* =========  STYLES  ========== */

.contentheading, .componentheading{
	font-size: 30px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #797b68;
	font-style: italic;
	border-bottom: 1px solid #797b68;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* =========  LINK STUFF  ========== */

a:link, a:active, a:visited{
	color: #7a7a7a;
	text-decoration: underline;
}
a:hover { color: #afb389; }

a:link.mainlink, a:active.mainlink, a:visited.mainlink {
	font-family: Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.active_link, a:hover.mainlink {
	font-family: Verdana, Arial, sans-serif;
	color: #797b68;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:link.footer, a:active.footer, a:visited.footer, a:hover.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #797b68;
}

/* =========  IMAGES  ========== */
img {
	border-right:0px;
	border-left:0px;
	border-top:0px;
	border-bottom:0px;
}

/* =========  MAIN LAYOUT DIVS  ========== */
#shell {
	width: 780px;
	margin:0 auto;
	position: relative;
	top:125px;
}

#wrapper {
	background-image: url('../images/bkgd.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 442px;
}

#home {
	width: 373px;
	height: 62px;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#content {
	width: 353px;
	height: 370px;
	position: absolute;
	top:62px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	overflow-x:hidden;
}

#pictures {
	width: 373px;
	height: 373px;
	position: absolute;
	left:400px;
	top:62px;
}


#footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #797b68;
	margin:0 auto;
	text-align: center;
	position: relative;
	top: 10px;
	width: 740px;
	
	color: #797b68;
}

#links {
	margin:0 auto;
	text-align: center;
	position: relative;
	top: 10px;
	width: 740px;
	
	color: #797b68;
}