
	body {
	
	background: url(images/mainbg.jpg) repeat-y 50% 0;
	/*background: url(images/bg.jpg) repeat;*/
	background-attachment: fixed;
	margin: 0;
	font: 62.5%/1.8em "Trebuchet Ms", Verdana, Arial, sans-serif;
	
	}


	#inside{
		width: 694px;
		margin: 0 auto;
	}


	#wrapper{
	
		width: 800px;
		margin: 0 auto 0;
		min-width: 800px;
	}
	
	#main{
	
	}
	
	#header{
	
		height: 126px;
		background-image: url(images/header_.jpg);
		background-attachment: no-repeat;
	}
	
	#navigation{
		height: 28px;
		background-image: url(images/navbg.jpg);
		background-repeat: repeat-x;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
	}
	
	#navlist{
		padding: 5px 0px 0px 15px;
		margin:0;
	
	}
	#navlist li
	{
		display: inline;
		list-style-type: none;
		padding-right: 32px;
		color: #FFFFFF;
		font-size: 1.5em;
		font-weight: normal;
	}
	#navlist li a{
	
		color: #FFFFFF;
		text-decoration: none;
	
	}


	
	#navlist li a:hover{
	
		color: #FFFFFF;
		text-decoration: underline;
	
	}
	
	#content{
	
		padding-top: 22px;
	
	}
	
	#content .left{
	
		float: left;
		padding: 8px 12px 8px 0px;	
	}
	
	#content .right{
		
		padding: 0px 0px 12px 10px;
		float: right;
	}
	
	#content p{
	
		font-size: 1.3em;
		line-height: 2.2em;
	
	}
	#content p.testimonial{


	font-style: italic;
	font-weight: bold;
	font-size: 1.15em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

	
	#content h1{
		
		font-size: 2.3em;
		color: #543075;
		font-weight: bold;
	
	}
	
	#content h2{
		font-size: 1.7em;
		color: #543075;
		font-weight: bold;
	}

	#content ul.services{
	
		font-size: 1.2em;
		list-style:square;
	
	}
	
	#content a{
		
		color: #543075;
		text-decoration: underline;
	
	}
	
	#content img.ba{
	
		padding: 5px;
		border: 1px solid #CCCCCC;
	}
	.clear{
	
		clear: both;
	
	}
	
	#footer{
		position: absolute;  /* Needed for Safari */
		width: 100%;
	}
	
	#footer p{
			text-align: left;

		font: 1.2em "Trebuchet Ms", Verdana, Arial, sans-serif;
		line-height: 1.8em;
		color: #888888;
		padding-top: 35px;
	}
	
	#footer p a{
		text-decoration: none;	
		color: #888888;

	}
	
	#footer p a:hover{
		text-decoration: none;	
		color: #666666;
	}
	
	
.floatimgright{


	float: right;
	padding: 10px 5px 10px 17px;

}


.floatimgleft{


	float: left;
	padding: 10px 15px 10px 5px;

}


.imgdescription{

	text-align: center;
	font-weight: bold;
	font-size: 1.5em;

}

table.contactform th{
	font-weight: bold;
	text-align: left;
	font-size: 1.3em;
	color: #000000;
	background-color: #FFFFFF;
	width: 135px;

}

table.contactform td{
    text-align: left;
    padding-left: 4px;
}

table.contactform td input{
	padding: 3px;
	font-size: 1.3em;
	width: 175px;
}

table.contactform td textarea{
	padding: 3px;
	font-size: 1.3em;
}

table.contactform td input.submit{
	padding: 3px;
	width: 90px;
	
}


	
/**** Page Titles ****/
#welcome {
	background: url(images/heading/welcome.jpg);
	width: 126px;
	height: 28px;
	padding: 0;
	margin: 0;
	}	
#welcome span{
	display: none;
}

.error{
	color: #990000;
}
.success{
	color: #54a936;
}

p#contentl, p#contentl a{
	color: #FFF;
}

