body{ 
	background-color: #5E5E5E;
}

#page{
	position: relative;
	background-color: #fff;
	width: 569px;
	z-index: 1;
	background-image:url(/1pagesites/1/img/middle.jpg);
	background-repeat:repeat-y;
	text-align: left;
}
#top{
	position: relative;
	background-color: #fff;
	width: 569px;
	height: 41px;
	z-index: 1;
	background-image:url(/1pagesites/1/img/top.jpg);
	background-repeat:no-repeat;
}
#bottom{
	position: relative;
	background-color: #fff;
	width: 569px;
	height: 41px;
	z-index: 1;
	background-image:url(/1pagesites/1/img/bottom.jpg);
	background-repeat:no-repeat;
}

#header{
	position: relative;
	top: 0px;
	left: 20px;
	width: 100%;
	text-align: left;
}

	#logo_img{
		position:absolute;
		background-color: #fff;
		padding: 10px;
		top: 80px;
		right: 75px;
		border: 1px solid #999;
		z-index: 2;
	}
	#hdr_name{
		position: relative;
		left: 10px;
		width: 300px;
		text-align: left;
		z-index: 3;
	}
	#hdr_mantra{
		position: relative;
		width: 280px;
		margin: 0 0 0 40;
		text-align: left;
		z-index: 3;

		
	}

#contact{
	position:relative;
	margin-top: 20px;
	left: 60px;
	width: 280px;
	text-align: left;
	z-index: 3;
}

#blurb{
	position:relative;
	margin-top: 20px;
	left: 60px;
	width: 450px;
	text-align: left;
	z-index: 3;
}


P{
	color: #333;
	font-family: Trebuchet MS;
	margin: 0px;
	font-size: 11px;
}
A:link{
	text-decoration: underline; 
	color: #C93232;
}
A:visited{
	text-decoration: underline; 
	color: #C93232;
}
A:hover{
	text-decoration: underline;
	color: #999;
}
A:active{
	text-decoration: underline; 
	color: #C93232;
}

.h1{
	font: 24px Verdana;
	color: #999;

}
.h2{
	font: italic 12px Verdana;
	color:#C93232;
}
.h3{
	font: bold 14px Verdana;
	color: #333;
}
.h4{
	color: #C93232;
}
.script{
	font: 10px Verdana;
	color: #999;
	text-align:center;
}
