body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #3B3B3B;
}	

p {
	line-height: 18px;
}	

.pquote-left {
	float: left;
	width: 8.5em;
	background: #E0D7BC;
	font-weight: normal;
	font-style: italic; 
	font-size: 0.9em;
	padding: 1em;
	margin: 0 0.7em 0 0;
	border-radius: 4px;
}

.pquote-right {
	float: right;
	width: 8.5em;
	background: #E0D7BC;
	font-weight: normal;
	font-style: italic; 
	font-size: 0.9em;
	padding: 1em;
	margin: 0 0 0 0.7em;
	border-radius: 4px;
}

h1, h2, h3, h4 {
	margin: 2px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Century Gothic, sans-serif;
	color: #400000;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #8B0000;
}

a:hover {
	text-decoration: underline;
}

img
{
	border-radius: 4px;
}

img.floatLeft { 
    float: left; 
    margin: 4px 10px 4px 0px
 
}
img.floatRight { 
    float: right; 
    margin: 4px 0px 4px 10px; 
}    

hr {
	color: #400000;
	background-color: #400000;
	border: 0;
	Width: 80%;
	height: 1px;
	
}	

/* Logo/banner */

#banner {
	height: 287px;
	Background: #000000;
    width: 100%;
    text-align: center;
}	

#logo {
	clear: both;
	margin-left: auto;
    margin-right: auto;
    
} 

/* Menu */


    
#menu-background {
	overflow: hidden;
	height: 48px;
	width: 100%;
	background: #E0D7BC;
	margin-left:auto;
    margin-right:auto;

}

#menu {
	width: 1000px;
	height: 54px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 6px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	letter-spacing: 2px;
	margin: 0px 10px;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: century gothic, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #400000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #400000;
}	
/* main content */



#page {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	padding: 30px 20px;
}

/* content */

#content {
	float: left;
	width: 550px;
	height: 100%;
	background: #FFFFFF;
	padding: 40px 30px 20px 30px;
	border: 1px solid #400000;
	
}	


/* end content */

/* sidebar */	

#sidebar {
	float: right;
	width: 300px;
	height: 100%;
	background: #FFFFFF;
	padding: 40px 30px 20px 30px;
	border: 1px solid #400000;

}
/* end sidebar */	

/* sidebar */


/* footer */

#footer {
	margin: 0 auto;
    width:100%;
	height: 50px;
	padding: 0px 0px 15px 0px;
	border-top: 3px solid #400000;
	font-family: century gothic, verdana, sans-serif;
}

#footer p {
	clear: both; 
	margin: 0;
	padding-top: 20px;
	padding-bottom: 3px;
	line-height: normal;
	font-size: 8pt;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
}


