#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F0F0F0;
	font-family: "Times New Roman", Times, serif;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #0C0C0C;
}
#navbar {
	background-color: #CD6C3E;
	height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
#highlight {
	font-size: 18px;
	color: #CC0000;
}

#subnavtext {
	padding-top: 5px;
}
#subnavtext ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#subnavtext li {
	display: inline;
		
}
#subnavtext a:link, #subnavtext a:visited {
	color: #000000;
	text-decoration: none;
	float: left;
	margin-left: 50px;
	}
#subnavtext a:hover {
	text-decoration: underline;
	color: #660000;	
}

#container #content {
	margin: 10px;
	padding: 5px;
	color: #ED9A60;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
#image {
	float: right;
	width: 35%;
}

#content a:link {
	color: #CC3333;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:visited {
	color: #FF6633;
	text-decoration: none;
}

#content_long {
	margin: 10px;
	padding: 5px;
	color: #FEDCBA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

#content_long a:link {
	color: #FF6633;
	text-decoration: none;
}
#content_long a:hover {
	text-decoration: underline;
}
#content_long a:visited {
	color: #FF6633;
	text-decoration: none;
}


#footer {
	color: #EAAA4A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	float: left;
	width: 30%;
}
#container #footerR {
	color: #EAAA4A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	float: right;
	width: 30%;
	margin-right: 10px;
}
#container #footerR a:link {
	color: #EAAA4A;
	text-decoration: none;
}
#container #footerR a:hover {
	text-decoration: underline;
}
#container #footerR a:visited {
	color: #FF9933;
}
#container #content #blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC99;
	float: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF6600;
}
#container #content #blockquote #amazon iframe {
	float: left;
	width: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#container #content a img {
border: 0;
}

.style1 {
	color: #CC0000;
}
.style1 a {
	text-decoration: underline;
	color: #000000;
}

