/* CSS Document */
body {
	margin: 0; 
	padding: 0;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 360%;
	font-weight: bold;
	color: #9CC;
	margin: 155px 0 0 10px;
}

#mainarea {
	width: 800px;
	text-align: left;
}

#bannerarea {
	width: 800px; 
	height: 135px; 
	margin: 0;
	display: block;
	overflow: hidden;
}

#headerarea {
	background-color: #036; 
	width: 800px;
	height: 200px;
	display: block;
}

#headerimagearea {
	 width: 600px; 
	 height: 200px; 
	 float: left; 
	 background-image: url(/images/home_header.jpg); 
	 background-repeat: no-repeat; 
	 margin: 0; 
	 display: block;
}

#headerendarea {
	background-image: url(/images/dropshadow.jpg); 
	background-repeat: repeat-x; 
	width: 800px; 
	height: 20px; 
	clear: both;
}

#menuarea {
	float: left; 
	margin-top: 7px;
	width: 200px;
}

#textarea {
	float: left;
	width: 500px;
}

#textarea p {
	font-size: 150%;
	line-height: 150%;
	margin: 0 20px 20px 10px;
	color: #333;
}

#textarea ul {
	font-size: 150%;
	line-height: 150%;
	color: #333;
}

#sidebar {
	width: 300px;
	float: right;
}

#sidebar img {
	float: right;
	border: solid 10px #036;
	margin-bottom: 10px;
}

#picturearea {
	float: left;
	width: 780px;
	clear: left;
	padding: 10px;
	background-color: #036;
}

#addressbox {
	width: 240px; 
	border: solid 10px #036; 
	padding: 10px; 
	float: right;
	margin-bottom: 10px;
}

#addressbox p {
	font-size: 120%;
	color: #036;
}

#andysays {
	width: 300px;
	height: 495px;
	background-image: url(/images/andysays.gif);
}

#andysays p {
	padding: 20px 7px;
	color: #333;
	font-size: 110%;
}

#m_home {
	width: 170px;
	height: 25px;
	margin: 3px 0;
	float: right;
}

#m_home a:link, #m_home a:visited, #m_home a:active {
	display: block;
	width: 170px;
	height: 25px;
	background: url(/images/m_home.gif) top left no-repeat;
}

#m_home a:hover {
	background-position: 0 -25px;
}

#m_roofing {
	width: 170px;
	height: 25px;
	margin: 3px 0;
	float: right;
}

#m_roofing a:link, #m_roofing a:visited, #m_roofing a:active {
	display: block;
	width: 170px;
	height: 25px;
	background: url(/images/m_roofing.gif) top left no-repeat;
}

#m_roofing a:hover {
	background-position: 0 -25px;
}

#m_lofts {
	width: 170px;
	height: 25px;
	margin: 3px 0;
	float: right;
}

#m_lofts a:link, #m_lofts a:visited, #m_lofts a:active {
	display: block;
	width: 170px;
	height: 25px;
	background: url(/images/m_lofts.gif) top left no-repeat;
}

#m_lofts a:hover {
	background-position: 0 -25px;
}

#m_decorating {
	width: 170px;
	height: 25px;
	margin: 3px 0;
	float: right;
}

#m_decorating a:link, #m_decorating a:visited, #m_decorating a:active {
	display: block;
	width: 170px;
	height: 25px;
	background: url(/images/m_decorating.gif) top left no-repeat;
}

#m_decorating a:hover {
	background-position: 0 -25px;
}

#m_contact {
	width: 170px;
	height: 25px;
	margin: 3px 0;
	float: right;
}

#m_contact a:link, #m_contact a:visited, #m_contact a:active {
	display: block;
	width: 170px;
	height: 25px;
	background: url(/images/m_contact.gif) top left no-repeat;
}

#m_contact a:hover {
	background-position: 0 -25px;
}

li a:link, li a:active, li a:visited {
	text-decoration: underline;
	color: #333;
}

li a:hover {
	color: #036;
	text-decoration: none;
}

label {
	float: left;
	width: 120px;
	font-size: 12px;
}
