body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#4C4C4C;
	color:#333;
}

h1, h2, h3, h4 {
	color:#FF9900;
	font-weight:normal;
}

a {color:#00A5D7;}
a:visited {color:#00A5D7;}

table {
	margin:30px auto;
}



.block_header {
	width:780px;
	padding:5px;
	height:250px;
	margin:0 auto;
	background-image:url(/lib/images/header_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
}

	.logo {
		display:block;
		width:211px;
		height:0;
		padding-top:83px;
		overflow:hidden;
		position:absolute;
		left:0;
		top:10px;
		background-image:url(/lib/images/logo.png);
	}
	
	.header_text {
		position:absolute;
	}
	
	#email {
		position:absolute;
		right:1px;
		color:#999;
		text-decoration:none;
		top:78px;
	}
	
	#phone {
		position:absolute;
		right:250px;
		color:#999;
		top:78px;
	
	}
	
	#tagline {
		position:absolute;
		right:1px;
		color:#fff;
		top:55px;
		font-weight:bold;
	
	}
	
	a.nav {
		display:block;
		height:22px;
		width:175px;
		background-color: #ff9e00;
		border-right:20px solid #FFCC4C;
		padding-top:8px;
		position:absolute;
		right:6px;
		overflow:hidden;
		padding-left:5px;
		text-transform:capitalize;
		color:white;
		text-decoration:none;
		letter-spacing:-.5px;
		font-size:15px;
	}

	a:hover.nav  {
		background-color:#FFCC33;
		border-right:20px solid #FFE660;
	}
	
	a:visted  {
		volor:#fff;
	}
	
	.nav_container {
		background-color:#fff;
		position:absolute;
		display:block;
		width:200px;
		height:154px;
		right:6px;
		top:106px;
	}
	
	#about {
		top:106px;
	}
	#services {
		top:137px;
	}
	#portfolio {
		top:168px;
	}
	#contact {
		top:199px;
	}
	#quotes {
		top:230px;
	}
	
	.nav_spacer {
	height:1px;
	width:195px;
	background-color:#fff;
	position:absolute;
	right:6px;
	}
	


.block_content {
	width:780px;
	margin:0 auto;
	background-color:#fff;
	min-height:600px;
	height:auto !important;
	* height:600px;
	padding:10px 5px;
}

.block_footer {
	clear: both;
	width:790px;
	margin: 10px auto;
	padding: 10px 0;
	position:relative;
	color:#999;

}

	.footer_text {
		padding-top:5px;
		padding-bottom:20px;
	}

	#copyright {
		float:left;
	}
	
	#lgc_link {
		float:right;
		color:#999;
		text-decoration:none;
	}





















