/* CSS Document */

/*Third rendition of homepage*/

body {
	background-color: #ffffe5;
	background-image: url(images/parch1.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0;
	
}
#wrapper {
	width: 760px;
	text-align:center;
	margin: 0 auto;
	border-right: 3px solid #4a5c8c;
	border-left: 3px solid #4a5c8c;
	border-bottom: 3px solid #4a5c8c;
	border-top: 1px solid #4a5c8c;
	background-image: url(images/parch1.jpg);
}
#banner {
	background-color: #87bcc1;
	background-image: url(images/banner_green.gif);
	background-position: center top;
	height: 123px;
	background-repeat: no-repeat;
	
}
/*This is the container for the navigation; the rest of the nav styling is in the p7pm folder*/	
#nav_bar {
	background-color: green;
	width: 100%;
	height: 11px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;

}	
#content {
	text-align: left;
	background-image: url(images/spine-side-view1.gif); 
	background-repeat: no-repeat;
	background-position: 50px 10px;
	min-height: 880px;
	margin: 0 auto;
}
#content_page {
	text-align: left;
	margin: 0 25px;
	color: black;
}
.content_top {	
	margin: 0 30px;
	font-weight: bold;
	padding: 10px 30px;
	text-align: center;	
}	
.left_column {
	margin-left: 20px;
	width: 200px;
	float:left;

}
p.left_column {
	color: black;
	padding-top: 10px;
}	
.right_column {
	margin-left: 270px;
	margin-top: 0;
	margin-right: 25px;
}
.content_bottom {
	margin: 10px 30px;
	font-weight: bold;
	padding: 0 30px;
	text-align: center;
}
#footer {	
	padding: 4px 0;
	border-top: #40939a 1px solid;
	font-size: 80%;
	color: #666;
	width: 100%;
	margin: 5px auto 0 auto;
	text-align: center;
	clear: both;
}
#footer a:link {
	color: #4a5c8c;
}
/*special text styling*/	
.very_big_text {
	font-size: 160%;
	color: #369;
	
}
.not_quite_as_big_text {
	font-size: 135%;
	color: #369;
}
p {
	color: #000;
}
h1 {
	font-size: 130%;
	color: #369;
	padding-top: 8px;
}
h2 {
	font-size: 120%;
	color: #369;
}		
a:link {
	color: #2f9378;
}
a:visited {
	color: #2f9378;
}
a:hover, a:focus {
	color: #4a5c8c;
}
a:active {
	color: #2f9378;
}
.spinetuner {
	margin-left: 110px;	
	text-align: right;
	margin-top: 0;
}
.music {
	margin-left: 80px;
	text-align: right;
}
.focus {
	margin-left: 40px;
	text-align: right;
}
.attitude {
	text-align: right;
}	
 			
.left_text {
float: left;
margin: 5px 10px 5px 0;
padding: 10px;
width: 150px;
border: 3px solid #2f9378;
background-color: #fffeef;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
font-weight: bold;
}
.left {
float: left;
margin: 3px 10px;
}
.right {
float: right;
margin-right: 10px;
}
.right60 {
float: right;
margin: 0 60px;
}
.faquestion {
	background-color: #fffeef;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0;
	border-top: 1px #2f9378 dotted;
	border-bottom: 1px #2f9378 dotted;
}	
#st {
	display: none;
}
.order_text {
	font-size: 80%;
}		
.center {
	margin: 0 auto;
	text-align: center;
}	
