/*

all code -- html, css, js, etc. is copyright 2008 Hypnotic I Media LLC. 

All rights reserved worldwide.

Stealing is bad karma.

*/

body	{
	background-color: #9D9D9D;
  	background-image: url('images/bg.jpg'); 
  	background-attachment: scroll; 
  	background-repeat: repeat-y; 
  	background-position: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px; 
	line-height: 20px; 
	font-family: georgia, times new roman, serif;
	color: #000000;
	text-align: center; 
}

a:visited, a:active, a:link { color: #ff6600; font-weight:bold; text-decoration: underline; }
a:hover {	color: #77BDE0; font-weight:bold; text-decoration: none; }
p, li, td {	 font-size:12px;  margin-bottom: 5px; }

#top { padding:0px; border:0px; margin:0px; }


#container {
  	background-repeat: repeat-y; 
	width: 798px;
	border: 0px;
	border-bottom: 0px;
	margin: 0px auto 0px auto;
	padding:0;
	text-align: left;
}


#left {
	float:left;
	width: 224px;
  	margin : 0; 
	padding: 0px;

}

#right {
	float:left;
  	background:#ffffff; 
	width: 534px;
	padding:20px;
}


h1 { font: 20px helvetica, arial, sans-serif; font-weight: bold; color: #000; margin-bottom: 0px; }

h2 {
	font: 18px helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	margin-bottom: 0px;	
}

.testimonial {
	background-color: #eaeaea;
	border: 1px solid #000000;
	width: 400px;
	align:center;
	text-align: justify;
	padding: 10px;
}

.photoborder {
	padding: 4px;
	border: 1px solid #666;
	margin: 0px 10px 10px 10px;
}