body { 
	background-color: #445496;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
	<!--width: 100%;-->
	border: medium solid blue;
/*        background-image: url(images/bg2.jpg);*/
}

#wrap {
    background-color: #fffaf0; 
    color: #303030;
    margin: 0 auto;
    padding: 1px 0px;
    width: 775px;
}

#header {
	height: 150px;
	margin: 8px;
    padding: 0px;
	background-color: #445496;
    background-image: url(images/title5.jpg);  
    background-repeat: no-repeat;
    color: #cfdbc5;
    text-align: center;
}

#links {
	float: left;
	width: 115px;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	background: #fffaf0;
	font-size: 105%;
    border-right: thin solid #CCCCCC;
}

#sidebar {
	float: right;
	width: 115px;
	margin: 0px 10px 10px 10px;
	padding: 15px;
	background: #fffaf0;
	font-size: 105%;
    text-align: center;
}

#main {
	margin-right: 165px;
	margin-left: 165px;
	padding: 15px;
	background: #fffaf0;
	font-size: 105%;
/*        border-left: thin solid #CCCCCC;   */
}

#wide {
    margin-right: 10px;
    margin-left: 165px;
    padding: 15px;
    background: #fffaf0;
    font-size: 105%;
/*        border-left: thin solid #CCCCCC;  */
}        

#footer {
	clear: both;
    height: 30px;
	padding: 15px;
	margin: 8px;
	background-color: #445496;
	color: #efe5d0;
	text-align: center;
	font-size: 80%;
}

h2 {
	font-size: 120%;
	color: #120A8F;
}

h3 {
	font-size: 110%;
	color: #120A8F;
}

img.pad5 {
    padding: 5px 5px 5px 0;
}

p.bottomborder {
    border-bottom: 1px solid #CCCCCC;
}

a:link {
	color: #283A90;
	text-decoration: none;
	border-bottom: none;
}

a:visited {
	color: #7171c6;
	text-decoration: none;
	border-bottom: none;
}

acronym {
    border-bottom:none;
}

ul {
    margin: 10px 0px 10px 0px;
}

li {
    margin: 2px;

/*
        list-style: url(images/bullet.gif);    
        list-style: none;
*/
}

.date {
    font-weight: bold;
}

.sermon_name {
    font-style: italic;
}
