/*Colors 
Light Brown #FFC66C 
Dark Brown ##924D29
*/

#container {
	position: relative;
	width: 760px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	}

/* Begin Header and Menu */

#header {
	width: 760px;
	height: 125px;
	background-color: white
	margin:0px;
	}

#header h1 {
	font-size:10px;
	color: #FFC66C;
	position:absolute;
	right: 10px;
	top: 75px;
	}
	
#menu {
	width: 760px;
	height: 25px;
	background-color: #333333;
	margin-top: -5px;
	padding-top:7px;
	text-align:right;
	}

#menu ul {
	margin-right:10px;
	}

#menu ul,li {
	font-size: 12px;
	font-weight:bold;
	color:#FFC66C;
	display:inline;
	list-style:none;
	}

#menu a {
	font-size: 12px;
	color: #FFC66C;
	text-decoration:none;
	}

#menu a:hover {
	color: white;
	}

#menu span {
	color: #924D29;
	margin-left:10px;
	margin-right:10px;
	}
	
/* Begin Body & Sidebar */

#body {
	width: 758px;
	height: 370px;
	background-image: url(images/house-front.jpg);
	background-position: bottom;
	background-color:white;
	border-style:solid;
	border-color: #333333;
	border-width: 1px;
	}

#content {
	position: absolute;
	top:140px;;
	text-align: left;
	padding: 10px;
	left: 0px;
	width: 428px;
	height: auto;
	margin-left: 10px;
	}

#content span {margin-left: 0px;}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #924D29;
	padding-bottom: 5px;
	border-bottom: 1px solid #924D29;
	margin-bottom: -5px;
	}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom:10px;
	}

#content h3 {
	margin-left:20px;
	font-size: 12px;
	font-weight: normal;
	color: #924D29;
	}

#content ul {
	margin-top: -10px;
	margin-left: 0px;
	padding: 10px 10px 10px 30px;
	}

#content ul li{
	display: list-item;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
	}

#content li {
	margin-bottom: 10px;
	}


#imagesLeft {
	float: left;
	padding: 5px;
	}

#imagesRight {
	position: absolute;
	top:140px;;
	padding: 10px;
	left: 450px;
	width: 300px;
	height: 0 auto;
	}


#largeButtonB {
	position: absolute;
	top: 335px;
	left: 520px;
	width: 260px;
	height: 75px;
	background-color: #333333;
	background-image: url(http://www.roofingbuyersguide.com/images/arrow-brown.jpg);
	background-repeat: no-repeat;
	/*border-style: solid;
	border-color: #333333;
	border-width: 2px;*/
	}
	
#largeButton {
	position: absolute;
	top: 335px;
	left: 495px;
	width: 210px;
	height: 35px;
	background-color: #333333;
	padding: 10px;
	background-image: url(images/button-bevel-gray.jpg);
	border-style: solid;
	border-color: #333333;
	border-wieth: 2px;
	}

#largeButton a {
	color: #924d29;
	font-size: 15px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	}

#largeButton a:hover {
	text-decoration:underline;
	}


/*

#interiorMenu {
	position:absolute;
	top:150px;
	left:0px;
	width: 100px;
	height: 0 auto;
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #333333;
	}

#interiorMenu ul,li {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-size: 12px;
	color:#924D29;
	list-style:none;
	}

#interiorMenu a {
	font-size: 12px;
	color: #924D29;
	text-decoration:none;
	}

#interiorMenu a:hover {
	font-size: 12px;
	color: #FFC66C;
	text-decoration:none;
	}
	
*/	

#footer {
	width: 760px;
	height: 25px;
	background-color: #333333;
	}
