body { margin: 0; padding: 0; }
a img {border: none;}

body {
	background: #444 url(../img/bgtex.jpg);
	background-position: top center;
	
	font: 13px/175% Verdana, "Lucida Grande", Arial, sans-serif;
	color: #ddd;
}

h1, h2, h3, h4, h5 {
	line-height: normal;
	color: #fff;
}

a { 
	text-decoration: none;
	color: #d00;
	font-weight: bold;
}

a:hover, a:visited { text-decoration: underline;}

#upper {
	background-color: #4f0d08;
	background-image: url(../img/upperfade.jpg);
	background-position: center bottom;
}

#upper_in {
	background-image: url(../img/burst.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	min-height: 400px;
	max-height: 580px;

	padding: 15px 0;
}

#header {
	margin-bottom: 40px;
}

#mid {
	background-image: url(../img/foldfade.jpg);
	background-position: center center;
	height: 50px;
}

#lower { margin: 15px auto; }

#posline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 160%;
	font-weight: bold;
	font-style: italic;
	
	margin: 15px 0;
}

#bodycopy p {
	margin: 0;
	padding: 10px 0 10px 150px;
}

#bodycopy h2 { 
	margin-bottom: 5px;
	padding-bottom: 5px; 
	border-bottom: 1px solid #fff; 
}

#bodycopy .rbn { background: transparent url(../img/rbnlogo.png) no-repeat left top; }
#bodycopy .auth { background: transparent url(../img/auth.png) no-repeat left top; }

.bottomline {
	border-bottom: 4px double #555;
}

#process {
	border: 3px solid #555;
	background-image: url(../img/shader.png);
	font-size: .9em;
	line-height: normal;
	height: 100%;
}

#process h2 { margin: 15px 10px 5px; border-bottom: 1px solid #fff; padding-bottom: 5px; margin-bottom: 5px;}
#process ul { padding-left: 25px; padding-right: 10px; }
#process li { margin-bottom: 1em; }


#contact {
	border: 4px solid #555;
	background-image: url(../img/shader.png);
	margin: 40px 0;
}


#quotes {
/* 	background-image: url(../img/shader.png); */
	padding-top: 1px;
	font-size: 0.8em;
}

#quotes h2 { margin: 1em 10px; border-bottom: 4px double #555; }

#quotes .quote {
	line-height: 160%;
	margin: 5px 0;
	padding: 10px;
	float: left;
	
	background-image: url(../img/shader.png);
	
	border: 2px solid #555;
}

#quotes .quote .text:before,
#quotes .quote .attrib:before {
	display: block;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 6em;
	color: #e00;
}

#quotes .quote .text:before { float: left; content: '\201C'; padding-right: 0.1em; padding-top: 0.3em; height: 0.2em;}
#quotes .quote .attrib:before { float: right; content: '\201D'; padding:0 0.1em; margin-top: -.15em; height: 0.5em; }


#quotes .quote .attrib {
	color: #aaa;
	font-style: italic;
	text-align: right;
	font-size: .9em;
	line-height: normal;
	margin-top: 10px;
}

#footer {
	clear: both;
	margin: 15px auto 0;
	padding: 15px;
	border-top: 4px double #555;
	text-align: center;
	font-style: italic;
	font-size: .8em;
	line-height: normal;
	background-image: url(../img/shader.png);

}


.semiround {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;	
	
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
