

*{
		font-family: sans-serif;
		padding:0;
		margin:0;
}

#wrapper{
	width:900px;
	height:389px;
	margin:90px auto;
	padding:0;
}

#splash_top{
	height:263px;
	width:900px;
	background:url('/template/churchwood/images/splash_top.jpg');
	margin:0;
	padding:0;
	}
	
#splash_bottom{
	height:123px;
	width:900px;
	background:url('/template/churchwood/images/splash_bottom.jpg');
	margin:0;
	padding:0;
}
		
#parent_menu{
height:24px;
margin:0 auto;
width:628px;
}

#parent_menu a{
display: block;
line-height:26px;
text-decoration: none;
color:#FFFFFF;
text-transform: uppercase;
font-size:11px;
}

#parent_menu a:hover{
color: #9a9a9a;
}

#parent_menu a.sel_class{
	color:#9a9a9a;
}

#parent_menu ul{
list-style:none;
float:left;

}


#parent_menu li{
position:relative;
padding:0 7px 0 0;
float:left;
}


