body {
	background-color: #666600;
	text-align: center;
	margin: 0px;
}

/***********************************
	CONTAINERS
***********************************/
#main {
	position: relative;
	top: 0px;
	width: 800px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}


#graphic {
	float: left;
	width: 280px;
}

#gallerygraphic {
	float: left;
	width: 280px;
	height: 40px;
}


#content {
	margin-left: 291px;
	width: 500px;
	height: 640px;
}

#gallerycontent {
	margin-left: 291px;
	width: 500px;
	height: 40px;
}


#header {
	width: 800px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	text-align: left;
} 


#foot {
	position: absolute;

	top: 620px;
	right:10px;
	
	color: #999999;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: right;
}

#sig {
	position: absolute;
	top: 645px;
	right:10px;
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: right;
}

#galleryfoot {
	position: absolute;

	top: 645px;
	right:10px;
	
	color: #000000;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	text-align: right;
}



/***********************************
	LINKS
***********************************/

a {
	color: #000000;

}

a:hover {
	color:#999999;
	text-decoration: none;
}

a.sig {
	color:#690;
	text-decoration: none;
}


/***********************************
	MISCELLANEOUS
***********************************/


hr {
	width: 100%;
	height: 0px;
	text-align: center;
	color: #dcdcdc;
	border: 0;
	background-color: #dcdcdc;
    height: 1px;
}

h1 {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

h2 {
	color: #888888;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
}

.nav {
	color: #000000;
	font-size: 12px;
	padding: 0px 0px 6px 0px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	text-align: right;
}

.indexnav {
	color: #ffffff;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	line-height: 20px;
	margin-left: 70px;
	margin-top: 220px;
}

