@charset "utf-8";
body {
	background-color: #B3CEE3;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	width: 850px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #020098;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9900;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	color:#FFFFFF;
	text-decoration: underline;
}
.footer a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
.footerplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #020098;
	border-top-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC9900;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.footerplain a {
	color:#FFFFFF;
	text-decoration: underline;
}
.footerplain a:hover {
	color:#FFCC00;
	text-decoration: underline;
}

.handyman {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000066;
	background-color: #B3CEE3;
	background-image: url(img/handyman.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding: 10px;
	border: thin solid #CC9900;
	text-align: left;
}
.title {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding: 15px;
	letter-spacing: 1px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	border: thin solid #CC9900;
	letter-spacing: 1px;
	text-align: left;
}
.slogan {
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000066;
	letter-spacing: 1px;
	text-align: center;
}
