* {
    margin: 0;
    padding: 0;
}

body {
	background: #fff url('images/bg.gif') repeat-x;
	min-width:770px;
	margin: 20px;
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	}

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
}

h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
}

h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
}


p {
	color: #333;
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
}

td {
	vertical-align: top;
	}
	
#wrap {
	margin: 0 auto;
	width: 770px;
	}

#header {
	background: url('images/header.gif') repeat-x;
	height: 115px;
	}

	#logo {
		float: left;
		}
		
	#contact {
		width: 360px;
		height: 115px;
		float: right;
		background: url('images/contact.gif');
		}
		
		#contact ul {
			padding-top: 34px;
			padding-right: 58px;
			text-align: right;
			list-style:none;
			}
		
		#contact li {
			color: #fff;
			font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
			}
			
		#contact li a {
			color: #fff;
			text-decoration: none;
			}
			
		#contact li a:hover {
			color: #fff;
			text-decoration: underline;
			}
		
#navi {
	clear: both;
	}
	
	#navi table {
		width: 100%;
		background: url('images/navi_bg.gif') repeat-x;
		}
		
	#navi td {
		vertical-align: middle;
		text-align: center;
		}
		
	#navi td a{
		color: #666;
		text-decoration: none;
		}
		
	#navi td a:hover{
		color: #fff;
		text-decoration: none;
		}
		
	#navi_left {
		background: url('images/navi_left.gif');
		width: 9px;
		}
		
	.separator {
		width: 2px;
		}
		
	#client {
		background: url('images/navi_client.gif') top right no-repeat;
		width: 180px;
		}
		
	.over {
		background: url('images/navi_over.gif') repeat-x;
		color: #fff;
		}
		
	
#main {
	clear: both;
	background: url('images/content_bg.gif') top left no-repeat;
	}
	
	#content {
		padding-bottom: 20px;
		}

	.content_image {
		padding: 20px;
		background: url('images/dotted.gif') bottom repeat-x;
		}
	
	.content_image img {
		border: 1px solid #ccc;
		padding: 3px;
		background: #fff;
		}
		
	.content_text {
		background: url('images/dotted.gif') bottom repeat-x;
		}
		
	.content_text h1 {
		padding-top: 20px;
		}
	
	.content_text p {
		padding-top: 16px;
		padding-bottom: 16px;
		}
		
	#text {
		clear: both;
		padding-left: 150px;
		background: url('images/dotted.gif') bottom repeat-x;
		}

#quote 
{
	vertical-align: middle;
	width: 225px;
	}
		
#quote p {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	padding: 20px;
	}

#footer {
	padding-top: 30px;
	height: 80px;
	background: url('images/footer.gif') no-repeat;
	}

	#footer p {
		padding-left: 60px;
		color: #ccc;
		font-size: 11px;
		}
		
	#footer a {
		color: #ccc;
		text-decoration: none;
		}
		
	#footer a:hover {
		color: #ccc;
		text-decoration: underline;
		}