/* CSS STYLES
   (c)2005 TechTriad */
   
/* DIVS */
HTML, body	{
	background-color: #1B1B1B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CDBC8D;
	margin-top: 40px;
}
#container {
	width: 780px;
	border: none;
	padding: 0; margin-left: auto; margin-right: auto;
	position: relative;
	text-align: left;
}
#topnav {
	font-size: 12px;
	line-height: 300%;
	color: #E2CF9A;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#topnav a:link, #topnav a:visited {
	color: #E2CF9A;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2CF9A;
}
#topnav a:hover	{
	color: #8B5D81;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8B5D81;
	border-bottom-color: #8B5D81;
	text-decoration: none;
}
#leftnav {
	width: 190px;
}
#leftnav p {
	color: #CDBC8D;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 6px;
	font-size: 12px;
}
#leftnav a:link, #leftnav a:visited	{
	color: #CDBC8D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #99854F;
}
#leftnav a:hover	{
	color: #4E7276;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E7276;
}
#content	{
}
#content p	{
	margin: 0;
}
#content a:link, #content a:visited	{
}
#content a:hover	{
}


/* FOOTER */
#footer {
	clear: both;
	color: #E2CF9A;
	width: 100%;
	padding: 10px 0 10px 0;
	font-size: 11px;
	border-top: 1px solid #E2CF9A;
	text-align: center;
}

#footer a {text-decoration: none; color: #fff; border: none;}
#footer a:hover {text-decoration: underline;}

#footer #copyright {
	float: left;
	width: 186px;
	text-align: center;
}

#footer #navigation-footer {
	float: left;
	width: 559px;
}

/* FIXES */
.clearfix:unknown {
	CLEAR: both; DISPLAY: block; VISIBILITY: hidden; HEIGHT: 0px; content: "."
}
.invisible {
	DISPLAY: none
}
 HTML .clearfix {
	HEIGHT: 1%
}
.quote	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 120%;
	color: #E2CF9A;
	font-weight: normal;
	font-style: italic;
	padding-top: 40px;
}
.quote2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 120%;
	color: #4E7276;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
}
