@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(red-bg.jpg);
	text-align: justify;
}

/* Starts CSS for Links */
A:link {
	text-decoration: none;
	color: #FFFFCC;
}

A:visited {
	text-decoration: none;
	color: #FFFFCC;
}

A:active {
	text-decoration: none;
	color: #CC3333;
}

A:hover {
	text-decoration: none; 
	color: #CC3333;
}

#currentlink {
	color:#CC3333;
}

.navtitles {
	margin-right: 18px
}
/* End CSS for Links */


#quote {
	padding-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
	text-align: justify;	
}

.quotee {
	padding-left: 50px;
	padding-right: 50px;
	text-align: right;
}

#symphony {
	padding-top: 10px;
	text-align: justify;	
}

.ethel {
	text-align: right;
}

.inlinephoto {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background-image: url(yellow.jpg);
}

.leftphoto {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	background-image: url(yellow.jpg);
}

#gallerytable {
	text-align: center;	
}

#contentsquare {
	width: 200px;	
}

#spacersquare {
	width: 45px;	
}

a.inlinelink:link,
a.inlinelink:visited,
a.inlinelink:hover,
a.inlinelink:active {
	color: #CC3333;
}

/* End of CSS for Slideshow */

h1 {
	color: #CC3333;
	font-size: 24px;
	padding-top: 25px;
}

#content {
	width: 710px;
	border: 0px; 
    padding: 45px;  
    margin: 0 auto;
	background-image: url(beige-bg.jpg) ;
	line-height: 25px	
}

#navigation {
	background-image: url(banner.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 200px;
	margin-left: auto;   
	margin-right: auto;
	z-index: 2; 
}

#footer {
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	width: 800px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
}

#links {
	padding-top: 170px;	
	padding-left: 25px;
	text-align: left;
}

td {
	vertical-align:text-top;	
}

.statement {
	text-align: center;	
}
