body, h1, h2, h3, p, li, ul, div
{
	margin: 0; padding: 0;
}

body 
{
	background-color: #fff;
	font-family: verdana;
}

a 
{
	font-size: 10px;
	color: #7d7d7d;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}

img 
{
	border: 0;
	padding: 0;
	margin: 0;
}

p {font-size: 11px; color: #000; padding: 0 16px;}
p.header {font-size: 18px; color: #3f749f; padding: 0;}



#wrapper {
	width: 812px;
	margin: 0 auto;
	background: url(images/bg-main.gif) repeat-y;
}

	#leftnav {
		width: 190px;
		float: left
		}
	
		#left-top {
			width: 190px;
			height: 150px;
			display: block;
			background: url(images/epc_01.gif) no-repeat;
			}
		
		#left-nav {
			width: 190px;
			background: url(images/bg-left.gif) repeat-y;
			text-align: right;
			border-bottom: 1px solid #208bcb;
			}
			
			#left-nav .spacing { font-size: 10px; line-height: 19px; padding: 0 5px 0 0; margin:0; color: #000;}
			#left-nav a {line-height: 19px; color: #000; text-decoration: none;}
			#left-nav a:hover {color: #ff0000; text-decoration: underline;}
			
		#left-testimonial {
			width: 190px; 
			height: 103px;
			background: url(images/testimonial_copy.gif) no-repeat;
			display: block;
			}
	
	#right {
		width: 622px;
		float: right;
		}
	
		#right-top {
			width: 622px;
			height: 23px;
			background: url(images/epc_02.gif) no-repeat;
			text-align: right;
			font-size: 10px;
			overflow: hidden;
			}
			
			#right-top .pad {padding: 9px 0 0 0;}
			#right-top a {color:#7f7f7f; padding: 8px 10px 0 10px;}
					
		#right-flash {
			width: 622px;
			height: 364px;
			display: block;
			overflow: hidden;
			}
		
		#content {
			padding: 0 0 0 10px;
			}
		
	#footer {
		clear: both;
		width: 812px;
		height: 20px;
		background: url(images/bg-bottom.gif) no-repeat;
		display: block;
		}
		
		#copyright {
			float: left;
			}
			
			#copyright p { font-size: 10px; color: #a2a2a2; padding: 5px 0 0 4px;}
		
		#flinks {
			float: right;
			}
			
			#flinks a {color: #7d7d7d; padding: 0 3px;}
			
			
			

