body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: black;
	color: white;
	background-image: url(images/stone950.jpg);
}

h1 {
	background: url(images/logo-01.png) no-repeat 50% 50%;
	text-indent: -1929px;
	height: 118px;
	margin-bottom: 0;
}

h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}

p {
	margin-bottom: 30px;
}

#main {
	background-color: #000;
	padding-left: 15px;
	padding-right: 15px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

#body {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	line-height: 1.5em;
}

#image1 {
	float: right;
	padding-left: 20px;
}

#image2 {
	float: left;
	padding-right: 30px;
}

#contact {
	
	font-size: smaller;
	line-height: 1.1em;
}

a , a:visited {
	color: silver;
}

#notice {
	text-align: center;
	margin-top: 50px;
}

a:hover {
	color: white;
}

/* Advert box */

#advert {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background: aqua url(CBE_builders/images/bg_gradient.jpg) repeat-y;
	border-style: solid;
	border-width: 1px;
	margin-top: 70px;
}

#advert h2 {
	width: 600px;
	height: 100px;
	background: url(CBE_builders/images/CBE_builders.jpg) no-repeat;
	text-indent: -5000px;
	margin-top: 0;
	margin-bottom: 0;
}

#advert hr {
	width: 520px;
}

#advert h4 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	font: italic bold 18pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#advert p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	font: 13pt/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#advert p a {
	color: #fefffe;
	font-style: italic;
}

#advert div.image_right {
	float: right;
	margin-left: 15px;
	margin-right: 20px;
}

#advert div.image_left {
	float: left;
	margin-left: 20px;
	margin-right: 15px;
}


