* {
	margin: 0px auto;
	font-family: Tahoma,Verdana;
	text-align: center;
}

body {
	background: #F2D8AE;
}

#container {
	width: 860px;
	background: url(../images/container_background.png) top center repeat-y;
}

#container #bottom {	
	background: url(../images/container_bottom.png) bottom center no-repeat;
	border: 0px solid red;
	margin: 0px;
}

#main {
	width: 800px;
	height: 900px
}

#logo {
	width: 802px;
    background: url(../images/logo_background.png) repeat-x top left;	
	border: 0px solid red;
    height: 150px;
}

#logo h1 {
	text-align:center;
}

#home_icon 
{
    background:url(../images/home.gif) no-repeat 10px 0px; 
    padding-left: 20px;
    padding-top: 3px;
}

#music_icon 
{
    background:url(../images/music.gif) no-repeat 30px 0px; 
    padding-left: 35px;
    padding-top: 3px;
}

#pix_icon 
{
    background:url(../images/pix.gif) no-repeat 15px 0px; 
    padding-left: 25px;
    padding-top: 3px;
}

#link_icon 
{
    background:url(../images/link.gif) no-repeat 20px 0px; 
    padding-left: 30px;
    padding-top: 3px;
}

.header 
{
	margin: 25px 0px 0px 0px;
	width: 780px;
	padding: 0px;
	border: 0px solid black;
}

.header .header_left 
{
	background:url(../images/header_left.png) no-repeat top left; 
	height:50px;
}

.header .header_middle 
{
	background:url(../images/header_middle.png) repeat-x center; 
	height:50px; 
	margin:0px 0px 0px 11px; 
}

.header .header_right 
{
	background:url(../images/header_right.png) no-repeat top right; 
	height:50px;	
}

.header_text 
{
    font-size: 22px;
    text-align: left;
    padding: 10px 0px 0px 10px;
}

.intro 
{
    width: 760px;
    font-size: 18px;
    text-align: left;
    padding: 10px 10px 0px 0px;
    border: 0px solid black;
}

.reading_excerpt
{
    text-align: left;
    font-weight: bold;      
}

.weekly_songs 
{
    margin: 10px 0px 0px 0px;
    text-align: left;
    border: solid 0px black;
    border-collapse: collapse;
}

.weekly_songs td 
{
    text-align: left;
    padding: 5px 20px 5px 20px;
    vertical-align: top;
}

.song_even
{
    background-color: #F2D8AE;
}

.song_odd
{
    background-color: #F7F2E9;
}

.pics {  
    height: 330px;  
    width: 600px;  
    padding: 0px;  
    margin: 10px 0px 0px 150px;   
    border: 0px solid black;   
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #A60000;  
    background-color: #F2D8AE;  
    width:  480px; 
    height: 310px;  
}

p.bulleted
{
    text-align: left; 
    background: url(../images/Ledpurple.gif) no-repeat left 10px; 
    padding-left: 25px;
    padding-top: 5px;    
}

p.bulleted a:active, p.bulleted a:visited, p.bulleted a:link
{
    text-decoration: none;
    color: #A60000;  
}

p.bulleted a:hover 
{
    text-decoration: none;
    color: #832485;
}