BODY
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: Black;
	color: #C0C0C0;
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */
html>body, html>body #contents {
	height: auto;
}
/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

#contents {
	position: absolute;
	top : 53;
}

#main {
	margin-bottom: 3em;
	height: auto;
	padding: .5em;

	position: absolute;
	bottom: 0;
}




a:link, a:visited {
	color: #5487e3;
	text-decoration: none;
}
a:hover, a:active {
	color: white;
	text-decoration: underline;
}


.page_title, a.page_title, a.page_title:link, a.page_title:visited, a.page_title:hover, a.page_title:active {
	padding-left: 5px;
	color: White;
	font-family: "Papyrus", "Century Gothic", Verdana, sans-serif;
	font-size: 27px;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.title_divider {
	color: #909090;
	background-color: #303030;
	font-size: x-small;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


.nav, a.nav, a.nav:visited, a.nav:link  {
	color : #D0D0D0;
	text-decoration: none;
	font-size: 9pt;
	font-family: Tahoma, Arial, Sans-Serif;
	font-variant: normal;
	letter-spacing: 1.5px;
	margin-top: 0px;
	margin-bottom : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left : 6px;
	padding-right : 6px;
	text-align : center;
	padding-top : 1px;
	padding-bottom : 1px;
}
a.nav:hover {
	color : Black;
	background-color : White;
	text-decoration: none;
}

.viewcart {
	position: absolute;
	top: 5px;
	right: 10px;
}


.error {
	font-size : 10pt;
	font-weight : bold;
	font-family : sans-serif;
	line-height : 16px;
	margin : 10px 10px 15px 10px;
	text-align : justify;
	top: 10px;
	color: White;
	border: 6px ridge Silver;
	background-color: #D20000;
	padding: 5px;
}

.response {
	font-size : 10pt;
	font-weight : bold;
	font-family : sans-serif;
	line-height : 16px;
	margin : 10px 10px 15px 10px;
	text-align : justify;
	top: 10px;
	color: Black;
	border: 6px ridge #9F9FFF;
	background-color: #F0F0FF;
	padding: 5px 5px 5px 5px;
}

.success {
	font-size : 10pt;
	font-weight : bold;
	font-family : sans-serif;
	line-height : 16px;
	margin : 10px 10px 15px 10px;
	text-align : justify;
	top: 10px;
	color: Black;
	border: 6px ridge #9FFF9F;
	background-color: #F0FFF0;
	padding: 5px 5px 5px 5px;
}


.copy {
	border: 5px groove #990099;
	background-color: #440044;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #D0D0D0;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.copy_bio {
	border: 4px groove #D00000;
	background-color: #400000;
	font-family: arial, verdana, sans-serif;
	font-size: 10pt;
	color: #D0D0D0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
.bio_border {
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}


p { 
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

p.title {
	font-size: 12pt;
	margin-bottom: 5px;
	padding-bottom: 0px;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 5px;
}


.gallery {
	margin-top: 20px;
	margin-bottom: 50px;
}

.image {
	margin-top: 20px;
	margin-bottom: 20px;
}


#footer {
	color: #909090;
	background-color: #303030;
	font-size: 8pt;
	border-top: 1px solid #c0c0c0;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
}
