	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 62.5%; /* base value of 10px */
		background: #676767;
		width: 950px;
		margin: 0 auto;
		position: relative;
		}
	h1 {
		font-size: 2em; /* 20px */
		}
	h2 {
		font-size: 1.8em; /* 18px */
		}
	h3 {
		font-size: 1.6em; /* 16px */
		}
	p {
		font-size: 1.4em; /* 14px */
		}
	ul {
		font-size: 1.5em; /* 15px */
		}
	img {
		padding: 5px;
		border: none;
		background: #c5cb97;
		}
    
	table {
		margin: 0 auto;
		}
	#header {
		background: url(images/background4_test.png) repeat-x;
		margin: 0;
		padding: 0;
		width: 950px;
		height: 250px;
		}
	#logo {
		margin: 0;
		padding: 0;
		border: none;
		background: url(images/background4_test.png) repeat-x;
		}
	#moto {
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		padding: 1em;
		}
	#content {
		width: 910px;
		padding: 20px;
		background: #FFFFFF;
		min-height: 400px;
		clear: both;
		margin: 0;
		}
	#footer {
		width: 950px;
		padding: 0;
		background: url(images/line.png) repeat-x #63692E;
		text-align: center;
		clear: both;
		position: relative;
		}
	#footer a {
		color: #C9C1AC;
		}
/*-----Menu-----*/

	.nav1 {
        margin-left: 20px;
        font-family: "Arial", Helvetica, sans-serif;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        color: #c9c1ac;
		background: #63692E;
		padding: 5px 16px;
        text-decoration: none;
        border-bottom: 6px solid #D35D1E;
		}
        
	a.nav1:hover {
		color: #161f25;
		background: #D35D1E;
        text-decoration: none;
        border-bottom: 0px;
		}    
        
	.nav2 {
        margin-left: 770px;
        font-family: "Arial", Helvetica, sans-serif;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        color: #c9c1ac;
		background: #63692E;
		padding: 5px 16px;
        text-decoration: none;
        border-bottom: 6px solid #D35D1E;
		}
        
	a.nav2:hover {
		color: #161f25;
		background: #D35D1E;
        text-decoration: none;
        border-bottom: 0px;
		} 
             
                
	#nav {
		margin: 0;
		list-style: none;
		background: url(images/line.png) repeat-x bottom #63692E;
		float: left;
		width: 100%;
		padding: 0;
		}
        
	#nav a {
		font-family: "Arial", Helvetica, sans-serif;
		float: left;
		display: block;
		margin: 0;
		padding: 4px 21px;
		color: #C9C1AC;
		text-decoration: none;
		border-bottom: #D35D1E;
		}

	#nav a:hover, body#beforeAfter #t-beforeAfter a, body#custom #t-custom a, body#walls #t-walls a, body#terraces #t-terraces a, body#walkways #t-walkways a, body#patios #t-patios a, body#fireplaces #t-fireplaces a, body#misc #t-misc a {
	    color: #C9C1AC; 
		padding-bottom: 3px;
		padding-top: 6px;
		background: #D35D1E; 
        /* background: #161f25; */
		}
        
	#nav li {
		float: left;
		padding: 0;
		margin: 0;
		font-family: "Arial, Helvetica, sans-serif";
		font-size: 1.2em;
		font-weight: bold;
		}
/*-----Aligning-----*/
	.center {
		text-align: center;
		}
	.right {
		text-align: right;
		}
	.rightFloat {
		text-align: right;
		float: right;
		}
	.left {
		text-align: left;
		}
	.leftFloat {
		float: left;
		text-align: left;
		padding: 10px;
		}



