@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #880000;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.adrianbuilders #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.adrianbuilders #header {
	padding: 0px;
	margin: 0px;
	background-image: url(back4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.adrianbuilders #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	z-index:10;
}
.adrianbuilders #fprojects {
	padding: 0px;
	background-color: #999999;
	background-image: url(fboxbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.adrianbuilders #3columns {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.adrianbuilders #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.adrianbuilders #footer p {
	margin: 0; 
	padding: 0; 
}
.adrianbuilders .seperatorline {
	background-image: url(seperatorline.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	width: 836px;
	height: 6px;
}
.buttonnewsletter{
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #92482F;
	border: 1px solid #666666;
}