/* Start every css with a body tag, defining all major values for the web site. Everything will follow these rules unless coded otherwise */ 
body {
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.8em;
	background-color: #FAF4DE;
}
/* styling for a paragraph */
p {
	font-size: 1.0em;
	font-color: #003399;
	text-align:justify;
	padding-right: 25px;
}
/* Top header image */
#header  {
	height: 113px;	
	background: url(images/grad_left_header_1.jpg) no-repeat; 
	background-position: top center;
	text-align: center;
	padding: 10px;
}
a:link {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
a:visited {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	color:#6B1A03;
	text-decoration:none;
	font-weight:normal;
}
a:active {
	color:#5A3D1C;
	text-decoration:none;
	font-weight:normal;
}
.imgborder {
	border: 1px solid #FAF4DE;
}
#biophoto  {
  	float: left;	
	width: 250px;
 	height: 602px;
	padding-right: 25px;
	background: url(images/image_1.jpg) no-repeat;
  } 
#content {
	width: 675px;
	margin-left: 300px;
	padding-right: 8px;
	height: auto;
	background: url(images/bg_r2_c1.jpg) no-repeat;
	background-position: right;
}
#content_1 {
	width: 675px;
	margin-left: 300px;
	padding-right: 8px;
	height: auto;
}
#container {
	width: 975px;
	height: auto;
	margin: auto auto;
	background: url(images/bg_r2_c1.jpg) no-repeat;
	background-position: right;
}
#footer {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.7em;
}
#mjphoto  {
  	float: left;	
	width: 250px;
 	height: 620px;
	padding-right: 25px;
	background: url(images/corvette.jpg) no-repeat;
  } 
#mediaphoto  {
  	float: left;	
	width: 250px;
 	height: 1025px;
	padding-right: 25px;
	background: url(images/yvette_1.jpg) no-repeat;
  } 
.style3 {
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.8em;
	text-align: right
}
#resourcephoto  {
  	float: left;	
	width: 250px;
 	height: 602px;
	padding-right: 25px;
	background: url(images/yvette_group_image_resources.jpg) no-repeat;
 } 
#contactphoto  {
  	float: left;	
	width: 250px;
 	height: 602px;
	padding-right: 25px;
	background: url(images/yvette_contact_image.jpg) no-repeat;
 } 
#givingphoto  {
  	float: left;	
	width: 250px;
 	height: 1400px;
	padding-right: 25px;
	background: url(images/yvette_charity.jpg) no-repeat;
 } 
.imgpadleft {
	padding-left 30px;
}
#jamesphoto  {
  	float: left;	
	width: 250px;
 	height: 602px;
	padding-right: 25px;
	background: url(images/yvette_rick.jpg) no-repeat;
 } 
#mediaplayer  {
  	float: right;	
	width: 250px;
 	height: auto;
	margin-right: 75px;
	padding-left: 10px;
 } 
#player {
  	float: right;	
	width: 300px;
 	height: 420px;
	margin-right: 15px;
	padding-left: 20px;
	text-align: center;
}
.underplayer {
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.75em;
	font-style: italic;
}
.clip {
	font-family: Arial,Helvetica,sans-serif;
	font-color: #003399;
	font-size:0.85em;
	font-style: italic;
}


