/*(c)2008 - 2010 Ramona Maxwell - all rights reserved
Design by Ramona Maxwell
Please visit www.MaxwellArts.com for web development and media services.
*/

/*body*/
body {
	margin: 0 auto;
	background-color: #ffffff;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #B0171F;
}

h1, h2, h3 {
	color: #B0171F;
}

h1 {
	font: italic 197% "Times New Roman", Times, serif;
	}

h2 {
	font-size: 107%;
	}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 167%;
	font-size: 107%;
	color: #B0171F;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% Arial, Helvetica, sans-serif;

}

ul {
	list-style: none;
	}

ul li {
	padding-left: 15px;
	background: #d7ce32 url(images/img09.gif) no-repeat left center;
}

ul .topline
	{
	background: #d7ce32 url(images/img09.gif) no-repeat left top;
	font-style:italic;
	font-weight:bold;
	color: #B0171F;
	}

a {
	text-decoration: none;
	color: #B0171F;;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Marquee */

#marquee {
	width: 800px;
	height: 40px;
	background: #d7ce32 center center;
	vertical-align: middle;
	border-bottom-style: double;
	border-bottom-width: 12px;
	border-bottom-color: ##B0171F;
}


/* Logo Background */
#logobg
{	background:#B0171F;
	width:100%;
	height:224px;
	}

/* Logo */

.logo {
	width: 790px;
	height: 200px;
	padding: 0px 10px 10px 10px;
	background: #cd2626;
	border-top-style: double;
	border-top-width: 12px;
	border-top-color: #B0171F;
	border-right-style: double;
	border-right-width: 12px;
	border-right-color: #B0171F;
	border-left-style: double;
	border-left-width: 12px;
	border-left-color: #B0171F;
	margin: 0 auto;

}


.logo h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 36px "Times New Roman", serif;
	font-style: italic;
	line-height: 110%;
	color: #FFFFFF;
}

.logo h2 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	color: #FFFFFF;
}

.logo a {
	text-decoration: none;
	color: #FFFFFF;
}

.logo p#logoleft {
	
	width: 320px;
	padding-top: -100px;
	padding-right: 450px;
		}
	
.logo p#logoright {
	float: right;
	width: 460px;
	color: #FFFFFF;
	}

/* Page */

#page {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
        border-top-style: double;
	border-top-width: 12px;
	border-top-color: #B0171F;
	border-right-style: double;
	border-right-width: 12px;
	border-right-color: #B0171F;
        border-bottom-style: double;
	border-bottom-width: 12px;
	border-bottom-color: #B0171F;
        border-left-style: double;
	border-left-width: 12px;
	border-left-color: #B0171F;

}

/* Content */

.content {
	float: left;
	width: 500px;
	height:850px;
	background: #d7ce32;
	}

/* Sidebar */
.sidebar {
	background: #d7ce32;
	float: right;
	width: 250px;
	height:850px;
	padding: 0 20px 0 15px;
	border-left-style: double;
	border-left-width: 12px;
	border-left-color: #A0522D;

}

.sidebar a {
	text-decoration: none;
	}

.sidebar h2 {
	margin-bottom: 1px;
	color= #B0171F;
}

/* Footer */

.footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background:  url(images/img06.gif) no-repeat;
	border-style: double;
	border-width: 12px;
	border-color: #A0522D;
}

.footer p {
	margin: 0;
	font-size: 77%;
}

.footer a {
	color: #A0522D;
}

#footlinks {
	float: left;
	padding: 15px 0 0 97px;
	color: #A0522D;
}

#footlegal {
	float: right;
	padding: 15px 62px 0 0;
	color: #A0522D;
}
