#wrapper {
	width: 896px;
	margin: auto;
	text-align: left;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #891E23;
}


/* PAGE HEADERS */

#home #header {
	height: 234px;
	background-image: url(images/headers/home.jpg);
	background-repeat: no-repeat;
}


#about #header {
	height: 234px;
	background-image: url(images/headers/about.jpg);
	background-repeat: no-repeat;
}


#what #header {
	height: 234px;
	background-image: url(images/headers/what.jpg);
	background-repeat: no-repeat;
}

#how #header {
	height: 234px;
	background-image: url(images/headers/how.jpg);
	background-repeat: no-repeat;
}

#done #header {
	height: 234px;
	background-image: url(images/headers/done.jpg);
	background-repeat: no-repeat;
}

#about #header {
	height: 234px;
	background-image: url(images/headers/about.jpg);
	background-repeat: no-repeat;
}

#contact #header {
	height: 234px;
	background-image: url(images/headers/contact.jpg);
	background-repeat: no-repeat;
}

#experience #header {
	height: 234px;
	background-image: url(images/headers/experience.jpg);
	background-repeat: no-repeat;
}

#clients #header {
	height: 234px;
	background-image: url(images/headers/clients.jpg);
	background-repeat: no-repeat;
}


/* END OF HEADERS CSS */

#nav {
	height: 47px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#leftcol li, #rightcol li {
	list-style-type: none;
	background-image: url(images/paintedcaduceus1.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 150%;
	color: #891E23;
}
#page {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 102px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 896px;
}
strong, bold {
	color: #891E23;
}
#wrapper #nav ul {
	float: right;
	margin: 8px 20px 0px 0px;
}
#wrapper #nav li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
	font-size: 110%;
	font-family: Arial;
	color: #891E23;
}
.clearfloats {
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}
#leftcol {
	float: left;
	width: 462px;
	color: #000000;
	margin-left: 10px;
	padding-top: 10px;
}

a {
	color: #891E23;
	text-decoration: none;
}
#leftcol .title {
	margin-bottom: 10px;
}

a:hover {
	color: #666666;
	text-decoration: none;
}
.footertext {
	margin: 30px 0px 0px 40px;
	color: #999999;
	line-height: 130%;
}
#rightcol img {
	padding-top: 20%;
	margin-left: 30px;
}
#wrapper #page #content {
	margin: 0px 30px 0px 30px;
}
#leftcol ul, #rightcol ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#rightcol {
	float: left;
	color: #000000;
	margin-left: 10px;
	padding-top: 10px;
	width: 350px;
}
h1 {
	font-size: 110%;
}

.info {
	font-weight: bold;
	margin-bottom: 5px;
}
.error {
	font-weight: bold;
	margin-bottom: 5px;
	color: red;
}
