/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #2e0909;
}

p {
	font-size: 11.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #987e52;
	line-height: 18px;
}

.bodytextsans {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #987e52;
	line-height: 18px;
}

.bodytextsans a{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:#DECAA8;
	line-height: 18px;
}

.bodytextsans a:hover, a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color:#DECAA8;
	line-height: 18px;
}

h1 a:hover, a:visited, a{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 9px;
	color: #987e52;
}

p a:visited{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #987e52;
	line-height: 18px;
}


/***********************************************/
/* QUOTE styles                              */
/***********************************************/

#mainquote {
	width: 500px;
	height: 349px;
	text-align: center;
	padding: 60px 0px 0px 0px;
}

#next {
	width: 500px;
	text-align: right;
	height: 10px;
}

h2 {
	font-size: 13.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #987e52;
	line-height: 24px;
	font-weight: lighter;
}

/***********************************************/
/* navigation                                  */
/***********************************************/

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	color: #987e52;
	padding: 9px 12.99px 9px 12.99px;
	text-decoration: none;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #5B1810;
}

.solidblockmenu li a:visited{
color: #987e52;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #987e52;
background: transparent url(../media/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 20 0 0 0px;
padding: 10px 0px 0px 0px;
font-size: 10.5px;
font-family: Arial, Helvetica, Geneva, sans-serif;
font: 10.5px Arial;
letter-spacing:1.2px;
border-top: 1px solid #987e52;
border-width: 1px 0;
background: #2e0909;
list-style: none;
}

[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]
