﻿/*Created for West Side church of Christ in Dec. 2007--by Church of Christ Web Hosting & Design, LLC*/
body {
	margin :10px auto;
	padding : 0;
	color : #000;
	background-color:#62353f;
	font: 75% "lucida sans", "Trebuchet MS", arial, verdana, sans-serif;
	text-align : center;
	line-height : 1.7em;
}
#container {
	width : 951px;
	background-image:url('images/container.jpg');
	background-repeat:repeat-y;
	margin : 0 auto;
	padding : 0;
	text-align : left;
	
}
#banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	width : 923px;
	height: 172px;
	margin-left: 17px;
	margin-right: auto;
	padding : 0;
	height : 169px;
	color : #000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}
.container {
	margin : 0;
	padding : 5px 0 0 0;
	width : 100%;
	color : #000;
	
}
#side {
	width : 310px;
	float : left;
	margin-left: 15px;
	padding : 0;
	border-right : 1px solid #bbb;}
#side p {
	margin : 1em 0 1em 1em;
	color: #513140;
	background : inherit;
}
#navcontainer ul {
	margin-top : 30px;
	list-style-type : none;
	color : #000;
	text-align : left;
	margin-left: 10px;
}
#navcontainer ul li a {
	color: #342538;
	text-align : left;
	font : 100% "lucida sans", arial, sans-serif;
	text-decoration : none;
}
#navcontainer ul li a:hover {
	color: #9B4E60;
}
#navcontainer ul li a#current {
	color : #666;
}
#content {
	width : 641px;
	margin-left : 330px;
	padding-left : 10px;
	line-height : 1.8em;
	
}
#contact{
	padding-left:15px;
}
#footer {
	width: 920px;
	margin-left: 17px;
	clear : both;
	font-size : 0.9em;
	color : #333;
	border-top: thin #000000 solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
a:visited {
	text-decoration : underline;
	color: #9B4E60;
	background : inherit;
}
a:link {
	text-decoration : underline;
	color: #9B4E60;
	background : inherit;
}
a:hover {
	text-decoration : none;
	color : #cc6600;
	background : inherit;
}
h2 {
	margin : 1em 0 1em 0.5em;
	color: #62353F;
	font : 160% "lucida sans", "Trebuchet MS", arial, verdana, sans-serif;
	background : inherit;
}

#content ul li{
	color:#9B4E60;
	list-style-image: url('images/bullet.jpg');
}