body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	font-weight: lighter;
	line-height: 1.2em;
}
* {
	margin: 0px;
	padding: 0px;
}

p {
	color: #000000;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size: 95%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding-bottom: 20px;
	line-height: 1.5em;
}


a:link, a:active {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#wrapper {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}


#masthead {
	width: 816px;
	height: 137px;
}

#services {
	height: 283px;
	width: 776px;
	background-color: #89A3A5;
	background-image: url(images/sickmac.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 40px;
}

#services li {
	color: #000000;
	font-size: 90%;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}

#services p {
	color: #000000;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 25px;
}

.halfservices {
	float: left;
	width: 34%;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.fullservices {
	clear: both;
	padding-left: 10px;
	padding-top: 20px;
}

#content {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	width: 776px;
	padding-left: 40px;
	background-color: #000000;
}

.halfcontent {
	float: left;
	width: 42%;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 20px;
}
 
.whitefont {
	color: #CCCCCC;
}

#contact {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#contact p {
	color: #89A3A5;
	font-size: 95%;
	line-height: 1em;
	padding-top: 0em;
	padding-bottom: 0.5em;
}

input[type="text"] {
	width: 220px;
	height: 1em;
}

textarea {
	width: 225px;
	height: 3em;
}

.clearfloats {
	clear: both;
	line-height: 0px;
	color: #000000;
}

#footer {
	font-size: 0.6em;
	clear: both;
	margin-left: 365px;
}

#footer p {
	color: #89A3A5;
}

#webdesigner {
	margin-left: 500px;
	height: 30px;
	width: 116px;
}

