body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #F2EEE8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../graphics/background.gif);  */
/*	background-repeat: repeat-y;                        */
	}


/* MAIN CONTENT AREA STYLES  */

#MainContent {
	width: 586px;
	margin: 0px 0px 15px 160px;
	padding: 0px;
	background-color: white;
	color: black;
	border: 2px solid black;
	}

	#MainContent p, #MainContent h1, #MainContent h2, #MainContent h3, #MainContent ul li, #MainContent ol li {
		margin-left: 25px;
		margin-right: 25px;
		padding-left: 0px;
		padding-right: 0px;
		}

	#MainContent h1 {
		margin-top: 25px;
		}

	#MainContent img.cover {
		margin: -1px;
		padding: 0px;
		border: 0px;
		}


/* NAVIGATION, LINK STYLES  */

#Left {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 60px;
	width: 160px;
	}

#Navigation {
	width: 160px;
	background-color: #DCC;
	color: #900;
	border: 0.1px solid #900;
	border-left: none;
	}

	#Navigation img {
		margin-bottom: 5px;
		margin-top: 10px;
		margin-left: 12px;
		margin-right: 12px;
	}

	#Navigation ul {
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 10px 0px;
		}

	#Navigation ul li a:link { display: block; text-decoration: none; color: #900; padding: 5px 10px; background: transparent; }
	#Navigation ul li a:visited { display: block; text-decoration: none; color: #900; padding: 5px 10px; background: transparent; }
	#Navigation ul li a:hover { display: block; text-decoration: none; color: #900; padding: 5px 10px; background-color: #BAA; }

	#Navigation ul li span.current { display: block; text-decoration: none; color: #988; padding: 5px 10px; font-weight: bold; }

	#Left p { margin-top: 25px; margin-left: 10px; margin-right: 10px; }



/* FOOTER */

#Footer {
	text-align: center;
	background-color: #DCC;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 25px;
	margin-bottom: 15px;
	border: 0.1px solid #900;
	}
	
	#Footer p {
		font-size: 10px;
		margin: 5px 0px;
		}



/* FEEDBACK FORM STYLES */

TABLE.FeedbackForm { 
	background-color: #DCC; 
	border: 1px solid #900;
	font-size: .9em; 
	width: 526px;
	margin-left: 25px;
	margin-right: 25px;
	}

TABLE.FeedbackForm tr td { 
	background-color: #DCC; 
	padding: 6px; 
	}



/* MISC STYLES */

input.buyitnow_button {
	background-color: #DCC;
	}

input.buyitnow_button:hover {
	background-color: #CBB;
	}

.title {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.red { color: red; }


/* TEXT STYLES */

p, table tr td, li, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

a:link { text-decoration: underline; color: #900; font-weight: bold; }
a:visited { text-decoration: underline; color: #900; font-weight: bold; }
a:hover { text-decoration: none; color: #900; font-weight: bold; background-color: #BAA; }

h1 { font-size: 1.8em; font-weight: bold; letter-spacing: -1px; }
h2 { font-size: 1.3em; font-weight: bold; }
h3 { font-size: 1.1em; font-weight: bold; }
h4 { font-size: 1em; font-weight: bold; }

.right { float: right; margin-left: 10px; margin-bottom: 10px; margin-top: 10px; }
.left { float: left; margin-right: 10px; margin-bottom: 10px; margin-top: 10px; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }

img.right, img.left { border: 1px solid black; }

.Rule { border-top: 1px solid #666666; margin: 0px auto 10px auto; clear: both; }
.DoubleRule { border-top: 3px double #000000; margin: 0px auto 10px auto; clear: both; }


