/*-----------------------START HEADER-----------------------*/

body {
	background: #382922;
	margin: 0;
	padding-top: 0;
	font-family: verdana;
	font-size: 12px;
	color: #382922;	
}

a {
	color: #72c7b1;
	font-weight: bold;
	text-decoration: none;	
}

#centerMe {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #dbdac6;
        height: 100%;
}

#header {
	width: 750px;
	height: 150px;
	background-image: url('images/webimmaculate/header.jpg');	
}

#menu {
	width: 750px;
	height: 46px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	height: 46px;
	overflow: hidden;	
}

#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#menu ul li a {
	text-decoration: none;
	float: left;
	padding: 46px 0 0 0;
	overflow: hidden;
	height: 0px;
}

#menu ul li a:hover {
	background-position: 0 -46px;	
}

	#home a {
		width: 168px;
		background: url('images/webimmaculate/home.jpg') top left no-repeat;
	}
	
	#services a {
		width: 168px;
		background: url('images/webimmaculate/services.jpg') top left no-repeat;	
	}
	
	#portfolio a {
		width: 168px;
		background: url('images/webimmaculate/portfolio.jpg') top left no-repeat;
	}
	
	#contact a {
		width: 168px;
		background: url('images/webimmaculate/contact.jpg') top left no-repeat;
	}
	
	#blog a {
		width: 78px;
		background: url('images/webimmaculate/blog.jpg') top left no-repeat;
	}

/*-----------------------END HEADER-----------------------*/


/*-----------------------START PAGES-----------------------*/

#page {
	width: 750px;
	background: #dbdac6;
	margin-top: -12px;
	padding: 0;
}	

#welcome {
	float: left;
	width: 360px;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	text-align: justify;
	font-size: 13px;	
}

.dropCap {
	font-weight: bold;
	color: #9c1d25;	
}

#featuredSiteOuter {
	width: 300px;
	height: 230px;
	background-color: #382922;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	padding: 10px 5px;
}

#featuredSiteInner {
	width: 288px;
	height: 220px;
	background-color: #9c1d25;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('images/webimmaculate/featured-site.jpg');
}

#featuredSiteThumb {
	width: 190px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;	
}

#featuredSiteThumb img {
	border: 1px solid #000;	
}

#featuredSiteTitle {
	text-align: center;
	margin-top: 10px;	
}

#featuredSiteTitle a {
	font-size: 16px;
	color: #dbdac6;
	text-decoration: none;
}

#overview {
	clear: both;
	font-size: 13px;
	padding-top: 3px;
	margin-bottom: 10px;	
}

#overview ul {
	list-style: square;
	color: #9c1d25;
}

#overview ul li {
	list-style: square;
	color: #9c1d25;
	padding: 5px 0 5px 0;	
}

#overview ul li a {
	text-decoration: none;	
}

#backInBlack {
	color: #000;	
}

#footerBar {
	width: 750px;
	background-color: #382922;
	height: 20px;
}

#footer {
	text-align: center;
		
}

#footer h4 {

	margin-top: 10px;	
}