/* CSS Document */
body {
	margin: 0px;
	padding: 16px 0;
	font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	text-align: left;
	background-color: #ae6800;
}
a {
	color: #ffffff;
	font-weight: bold;
	/*border-bottom:1px dotted #125292;*/
}
a:hover {
	color: #FFA405;
	/*border-bottom:1px solid #ffa405;*/
}
.title
{
	background-image: url(template/images/tagLine.jpg);}
	.title h1{
       padding:5px 0 0 20px;
       margin:0px;
       font-weight:bold;
       font-size:18px;
       color:#7d4b00;

}
.main
{
	background-image: url(template/images/main.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #7d4b00;*/
	color: #000000;
	padding-left: 30px;
	padding-right: 75px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.main ul {
	list-style-image: url(images/bullet.jpg);
	margin: 0px 0px 0px 40px;
    padding: 0px;
 
}
.footer{
	background-image: url(template/images/footer.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 70px;
}
.workhouse{
	text-align: center;
}

.price{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
