body {
    background: #707F77; 
    width: 100%;
		height: 100%;
    margin: 0px; 
    padding: 0px; 
    border: 0px;
		font-family: Trebuchet MS;
    }
		
h1 {
    color: #eee;
    font-size: 20px;
    padding-left: 20%;
    padding-top: 50px;
    font-weight: normal;
    letter-spacing: 0.15em;
    }

h2 {
    color: #eee;
    font-size: 20px;
    padding-left: 10%;
    padding-top: 50px;
    font-weight: normal;
    letter-spacing: 0.15em;
    }		

.container {
		min-width: 1024px;
		overflow: hidden;
    }		
		
.top {
    height: 100px;
	  }	
				
.top ul {
    color: #ddd; 
    font-family: arial;  
    font-size: 13px;  
    display: block; 
    list-style: none; 
		padding: 0; 
		border: 0;
		margin: 0;
    letter-spacing: 0.3em;
		margin-top: 30px;
		float: right;
		padding-right: 30px;
		}
		
.top ul li {
		display: inline;
    text-decoration: none; 
    color: #333; 
    }		
		
.top ul li a {
    text-decoration: none; 
    color: #333; 
		}				

.top ul li a:hover {
    text-decoration: none; 
    color: #eee; 
		}		
				
.header {
    background: #bf6335; 
    height: 100px; 
    border: 0px; 
    margin: 0px;
    }
		
.home {
	overflow: hidden;
	min-height: 640px;
}
		
.home ul {
    padding-top: 30px; 
    padding-left: 30%; 
    list-style: square; 
    font-size: 16px; 
    line-height: 27pt; 
    color: #ccc; 
    letter-spacing: 0.10em;
    }		

.content {
		min-height: 640px;
		overflow: hidden;
}

.content h3 {
    color: #ddd;
    font-size: 16px;
    padding-left: 25%;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0.15em;
    }
		
.content ul {
    color: #ddd;
    font-size: 14px;
    padding-left: 35%;
    padding-top: 0px;
    font-weight: normal;
		line-height: 17pt;
    letter-spacing: 0.075em;
		list-style: square;
		}
		
.content ul li {
    padding-left: 10px;
    }

.content ul li a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.075em;
		text-decoration: none;
}		

.content ul li a:hover {
    color: #eee;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.075em;
		text-decoration: none;
}		

.title {
    color: #fff; 
		position: absolute;
		text-decoration: none;
		top: 115px;
		left: 50px;
    font-size: 28px; 
    font-family: Trajan Pro; 
    letter-spacing: 0.3em;
    }

.subtitle {
		position: absolute;
		top: 155px;
		left: 50px;
    color: #ddd; 
    font-size: 14px; 
    font-family: Trajan Pro; 
    letter-spacing: 0.3em;
    }		
		
.left {
    float: left; 
    width: 45%; 
    padding-left: 5%;

    }		
		
.right {
    float: right; 
    width: 45%;
		padding-right: 5%;

    }		
		
.contact {
		min-height: 640px;
		overflow: hidden;
}
		
.contact form {
    float: left; 
    color: #ddd; 
    padding-top: 10px; 
    padding-left: 30%;
    }		

.contact input {
    background: #ddd; 
    border: 0
    }	
		
.website {
    float: left; 
    padding-left: 10%; 
    padding-top: 50px;
		width: 40%; 
		height: auto;
    }
		
.website a {
    text-decoration: none;
    }		

.website img {
    border: 1px solid #eee;
		width: 100%; 
		height: auto;
    }
		
.testimonial {
		float: right;
		width: 30%;
    padding-right: 10%; 
		font-size: 13px;
    padding-top: 30px; 
		letter-spacing: 0.075em;
    text-align: justify; 
    color: #ccc;
    }	

.name {
	  float: right;
    padding-right: 2%; 
    padding-top: 5px; 
    color: #ccc;
    }
		
.name_link {
		float: left;
		padding-top: 50px;
    color: #ccc;
    }	
		
.name_link a {
    text-decoration: none; 
    color: #333;
    }							
		
.footer {
    float: left;
		width: 100%;
		height: 30px;
		background: #bf6335;
    }		
		
.copyright {
    font-family: arial; 
    font-size: 11px; 
    color: #eee; 
    padding-left: 50px;
		text-align: left;
		padding-top: 10px;
		letter-spacing: 0.075em;
    }		

