body {
	
	margin: 0 0;
	background: url(../images/textures02.jpg) top no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	
}

a:link {
	
	color: #06C;
	
}

a:visited {
	
	color: #06C;
	
}

a:hover {
	
	color: #F60;
	
}

#clear {
	
	clear: both;
	
}

#LINE-BREAK {
	
	height: 10px;
	
}

#texture {
	
	background: url(../images/textures.jpg) top no-repeat;
	
}

#main {

	width: 1004px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -502px;
	
}

#header {
	
	height: 471px;
	
}

#header02 {
	
	height: 227px;
	
}

#page_header {

	margin: 20px 0;	
	
}

#contents {
	
	line-height: 20px;
	padding-right: 20px;
	text-align: justify;
	
}





#news_item {
	
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
	
}

#testimonials {
	
	margin: 0 16px;
	padding-top: 10px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	font-style: italic;
	
}

#footer {
	
	border-top: 2px solid #eee;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 40px;
	font-size: 17px;
	color: #CCC;
	text-align: center;
	
}