/*<style type="text/css">	*/
	body {
		background-image: url(images/side.jpg);
		background-position: 0px 200px;
		background-repeat: repeat-y;
		font-family : serif;
	}
	#head {
		background-image: url(images/header.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 200px;
		width: 1024px;
	}
	.but{
		left: 13px;
		position: absolute;
	}
	#butHome{
		top: 220px;
	}
	#butGallery{
		top: 260px;
	}
	#butTestimonials{
		top: 300px;
	}
	div{
		/*border : 1px solid Black;*/
	}
	.mainArea{
		position: absolute;
		left: 135px;
		top: 220px;
		height: 390px;
		width: 600px;
		background-repeat: no-repeat;
	}
	#mainPage{
		background-image: url(images/HomeCollage.jpg);
	}
	#subPage{
		background-image: url(images/HomeCollageLite.jpg);
	}
	#mainSidePage{
		float:right;
		width: 350px;
		text-align: right;
	}
	#mainBotPage{
		position: absolute;
		width: 600px;
		top: 430px;
		text-align: center;
	}
	#mainList{
		text-align: left;
		list-style-type: square;
		margin-left: 220px;
	}
	.head2{
		font-size: 25px;
	}
	.head1{
		font-style: italic;
		font-size: 25px;
		/*font-weight: bolder;*/
	}
	.head3{
		font-size: 18px;
		font-weight: bolder;
	}

	/*
</style>*/
