/* handyman.css */

body {
	font-family : geneva, helvetica, sans-serif ;
	font-size: 80%;
	margin: 0px 0px 0px 65px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../banner.gif);
	background-repeat:repeat-y;
}

img {
	border:0px;
}

#headerPrint h1, #headerPrint h2, #headerPrint p {
	display:none;
}

#content {
	padding:0px;
	color:#000000;
	margin:30px auto 30px auto;
	line-height:140%;
	width: 640px
}

h1 {
	font-size:125%;
	text-align: center;
	margin:0px 0px 15px 0px;
	color:#666666;
	font-family : Arial, Helvetica, sans-serif;
	font-style:italic;
}

h2 {
	font-size:130%;
	margin: 0px;
	padding: 0px;
	color:#F02424;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#highlights {
	float:right;
	width: 310px;
	padding:0px 10px 7px 0px;
	margin:10px 0px 10px 0px;
}

#content #highlights ul {
	margin-left:20px;
}

#content #highlights ul li {
	margin-bottom:5px;
}

a:link, a:visited, a:focus, a:hover, a:active  {
	text-decoration : underline;
	font-weight : bold;
	color : #4766C7;
}

a:visited, a:hover {
	text-decoration : none;
}

/* Footer */

#footer {
	margin-top: 10px;
	clear: both;
	font-size:85%;
	color:#999999;
}

#footer p {
	float: left;
	text-align:left;
	margin:0px;
	padding:4px;
	display:inline;
}

#footer a {
	text-decoration: underline;
	color:#999999;
	font-weight:none;
}

#footer a:hover {
	text-decoration: none;
}

#footer p.wizardev {
	float:right;
	margin-right:5px;
	display:inline;
}