body{
	margin: 0px auto;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Tahoma;
	color: #333333;
	line-height: 1.5;
	}
	
ul{
	padding: 10px 10px 10px 15px;
	margin: 0;
	}
	
p{
	padding: 7px 0 7px 0;
	margin: 0;
	}
	
a{
	color: #FF9900;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
h1{
	font-size: 20px;
	color: #FFFFFF;
	font-weight:normal;
	padding: 0 0 0 35px;
	margin: 0;
	}

h2{
	font-size: 20px;
	color: #FFFFFF;
	font-weight:normal;
	padding: 0 0 0 20px;
	margin: 0;
	}

h3{
	font-size: 20px;
	color: #FFFFFF;
	font-weight:normal;
	padding: 0 0 0 20px;
	margin: 0;
	}
	
hr{
	color:#CCCCCC;
	}
	
.bold{
	font-weight: bold;
	}
	
.testimonials{
	font-style:italic;
	}
	
.italics{
	font-style: italic;
	}
	
#main{
	margin: 0px auto;
	width: 990px;
	background-image: url(../images/filler.jpg);
	}

#header{
	width: 965px;
	height: 130px;
	background-image: url(../images/header.jpg);
	text-align: right;
	font-size: 20px;
	padding: 30px 25px 0 0;
	}
	
#header a{
	color:#333333;
	}

#nav{
	width: 990px;
	height: 30px;
	background-image: url(../images/nav.jpg);
	}

#column_left{
	width: 335px;
	height: auto;
	float:left;
	}

#column_middle{
	width: 320px;
	height: auto;
	float:left;
	}

#column_right{
	width: 335px;
	height: auto;
	float:left;
	}

#image_left{
	width: 310px;
	height: 170px;
	background-image: url(../images/img1.jpg);
	padding: 20px 0 0 25px;
	}
	
#image_left img{
	border: #CCCCCC 5px solid;
	}

#image_middle{
	width: 310px;
	height: 170px;
	background-image: url(../images/img2.jpg);
	padding: 20px 0 0 10px;
	}
	
#image_middle img{
	border: #CCCCCC 5px solid;
	}

#image_right{
	width: 325px;
	height: 170px;
	background-image: url(../images/img3.jpg);
	padding: 20px 0 0 10px;
	}
	
#image_right img{
	border: #CCCCCC 5px solid;
	}

.title_left{
	width: 335px;
	height: 30px;
	background-image: url(../images/title1.jpg);
	}

.title_middle{
	width: 320px;
	height: 30px;
	background-image: url(../images/title2.jpg);
	}

.title_right{
	width: 335px;
	height: 30px;
	background-image: url(../images/title3.jpg);}

#text_left{
	width: 300px;
	height: auto;
	padding-left: 25px;
	padding-right: 10px;
	}

#text_middle{
	width: 300px;
	height: auto;
	padding: 0 10px 0 10px;
	}

#text_right{
	width: 300px;
	height: auto;
	padding: 0 25px 0 10px;
	}
	
#column_right2{
	width: 620px;
	height: auto;
	float:left;
	}
	
#title_right2{
	width: 620px;
	height: 30px;
	}
	
#text_right2{
	width: 620px;
	height: auto;
	}

.end{
	clear: both;
	}

#footer{
	height: 250px;
	width: 990px;
	background-image: url(../images/footer.jpg);
	margin: 10px 0 0 0;
	padding: 50px 0 0 0;
	color:#FFFFFF;
	}
	
#footer_left{
	width: 310px;
	height: 240px;
	float: left;
	padding: 0 0 0 40px;
	}

#footer_right{
	float: right;
	height: 240px;
	width: 310px;
	text-align: right;
	padding: 0 40px 0 0;
	}
	
.footer_title{
	font-size: 20px;
	}
	
#copy{
	height: 30px;
	width: 965px;
	padding-left: 25px;
	}
