body{
	margin: 0px auto;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CC0000;
	}
	
p{
	padding-bottom: 8px;
	padding-top: 8px;
	margin: 0;
	}

.main{
	width: 950px;
	margin: 0px auto;
	background-image: url(../images/filler.jpg);
	}

.header{
	width: 950px;
	height: 171px;
	background-image: url(../images/header.jpg);
	}

.nav{
	width: 950px;
	height: 30px;
	background-image: url(../images/nav.jpg);
	}
	
.left_column{
	width: 671px;
	height: auto;
	float: left;
	}

.image{
	width: 671px;
	height: 270px;
	background-image: url(../images/image05.jpg);
	}
	
#HeaderImage{
	width: 671px;
	height: 270px;
	background-image: url(../images/image.jpg);
	}

.page_title{
	width: 671px;
	height: 43px;
	background-image: url(../images/page_title.jpg);
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
	}

.textarea{
	width: 631px;
	height: auto;
	background-image: url(../images/textarea.jpg);
	padding-left: 30px;
	padding-right: 10px;
	line-height: 1.5;
	}
	
.textarea ul {
	padding: 40px 25px 10px 30px;
	margin: 0;
	}
	
.textarea a{
	color: #CC0000;
	text-decoration: none;
	}

.textarea a:hover{
	text-decoration: underline;
	}
	
.textarea ul{
	padding: 20px 10px 20px 40px;
	margin: 0;
	}
	
.textarea img
	{
	padding: 0px 0px 10px 10px;
	}

.right_column{
	width: 279px;
	height: auto;
	float:left;
	}

.samples{
	width: 224px;
	height: 230px;
	background-image: url(../images/samples.jpg);
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 15px;
	line-height: 1.4;
	font-size: 11px;
	}
	
.samples ul{
	padding: 10px 10px 10px 20px;
	margin: 0;
	}


.whychoose{
	width: 279px;
	height: 260px;
	background-image: url(../images/whychoose.jpg);
	line-height: 1.8;
	font-size: 11px;
	}
	
.whychoose ul
	{
	padding: 50px 25px 10px 30px;
	margin: 0;
	}

.cards{
	width: 279px;
	height: 260px;
	background-image: url(../images/cards.jpg);
	}

.testimonials{
	width: 279px;
	height: 210px;
	background-image: url(../images/testimonials.jpg);
	padding-top: 40px;
	}

.floater{
	clear: both;
	}

.footer{
	width: 950px;
	height: 20px;
	background-image: url(../images/footer.jpg);
	text-align: center;
	padding-top: 20px;
	color:#FFFFFF;
	font-size: 11px;
	}
	
.footer a{
	text-decoration: none;
	color:#FFFFFF;
	}
	
.footer a:hover{
	text-decoration: underline;
	}
	
.header_red{
	color:#CC0000;
	}
	
.last_child{
	border-right: none;
	}
	
/* scrollbar */	
	
#pscroller1{
	width: 254px;
	height: 150px;
	border: 0px;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	margin: 0;
	padding-right: 0px;
	padding-left: 25px;
	padding-top: 60px;
}

#pscroller1 a{
	color: #CC0000;
	text-decoration: none;
	}

.someclass{ //class to apply to your scroller(s) if desired
}
	
/* contactform */

#form_contact{
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#form_contact label {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #000000;
}
#form_contact input, #frm_contact textarea {
	margin-left:25px;
	width: 250px;
}
#form_contact textarea {
	height:40px;
	margin-left: 25px;
	width: 250px;
}
#form_contact input.pinqc {
	float:left;
	width:180px;
	margin-left:20px;
}

#form_contact img{
	float:left;
	margin-left: 25px;
}
	
#form_contact input.submitqc{
	margin-left: 110px;
	width: 255px;
	}
