@media (min-width:350px) and (max-width:800px) {
float: none;
width: 100%;
}

body {
    min-width: 1024px;
    background: #9E866C;
    font-family: Century gothic;
		margin: 0px;
		padding: 0px;
		border: 0px;
		overflow: scroll;
    }

		/*
		Pensive Sky:   D6D9D4
    Cotton Whisper  FAF0E1
    Painted Turtle:  595E54
    Toffe Crunch:  9E866C
		*/
		
.header {
    width: 100%; 
    height: 130px; 
    background: #9E866C;
    }
		
.title {
    font-size: 36px; 
    padding-top: 15px; 
    padding-left: 30px; 
    font-weight: bold; 
    letter-spacing: 0.085em; 
    font-family: Trajan Pro;
    }
		
.subtitle {
    font-size: 11px;
		color: #FAF0E1;
		padding-top: 10px;
    padding-left: 30px; 
    font-weight: normal; 
    letter-spacing: 0.085em; 
    font-family: Trajan Pro;
    }		
		
.facebook {
    float: right; 
    margin-top: -100px; 
    padding-right: 100px;
}
		
.nav {
		}		
		
.nav ul {
    display: block; 
		 font-family: Trajan Pro;
    float: right;
		margin-top: -80px;
    padding-right: 30px;

   }
		
.nav ul li {
    list-style: none; 
    display: inline; 
		color: #000; 
    }
		
.nav ul li a {
    color: #000; 
    font-weight: normal; 
		font-size: 11px;
    letter-spacing: 0.05em; 
    text-decoration: none;
    }
		
.nav ul li a:hover {
    color: #fff; 
    font-weight: normal; 
		font-size: 11px;
    letter-spacing: 0.05em; 
    text-decoration: none;
		}		

.menu {
		background: #9E866C;
		font-family: Trajan Pro;
    height: 50px; 
		width: 100%;
		}		
		
.menu ul {
    display: block; 
    float: right;
		margin-top: 12px;
    padding-right: 30px;
		margin-left: -10px;
   }
		
.menu ul li {
    list-style: none; 
    display: inline;
		color: #FAF0E1; 
    }
		
.menu ul li a {
    color: #FAF0E1; 
    font-weight: normal; 
		font-size: 12px;
    letter-spacing: 0.085em; 
    text-decoration: none;
		padding-left: 15px;
		padding-right: 15px;
		border-right: 1px solid #FAF0E1;
    }
		
.menu ul li a:hover {
    color: #333; 
    font-weight: normal; 
		font-size: 12px;
    letter-spacing: 0.085em; 
    text-decoration: none;
		}

.content {
    width: 100%; 
    height: 1200px;		
    }
		
.right {
    float:right; 
    margin-top: 0px;
		width: 75%; 
    height: 100%; 
    background: #FAF0E1;
    }	
		
.right h1 {
		padding-top: 40px;
		font-family: Trajan Pro; 
		padding-left: 80px;
		}

.right p {
    padding-top: 15px; 
    padding-left: 120px; 
    padding-right: 150px; 
    text-align: justify; 
    font-size: 14px;
		line-height: 1.8em;
    }		
		
.right ul {
    padding-top: 10px; 
    padding-left: 140px; 
    padding-right: 150px;
    }
		
.right ul li {
    padding-top: 5px; 
    padding-left: 10px; 
    font-size: 14px;
		line-height: 1.8em;
    }	

.right a img {
    margin-top: -25px;
    width: 182.5px; 
    height: 25px; 
    border: 0px;
		margin-left: 40px;
}
		
.right img {
    width: 60%; 
    height: auto; 
    margin-top: 50px; 
    border: 0; 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}	

.left {
		width: 25%;
    margin-top: 0px; 
    height: 100%; 
    background: #595E54;
    }
		
.left img {
    width: 100%; 
		background: #D6D9D4;
    border-top: 5px solid #2C2724; 
    border-bottom: 5px solid #2C2724;
    }							

.tagline {
    padding-top: 30px; 
    padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px; 
    color: #eee; 
    font-size: 14px; 
    line-height: 1.3em; 
    font-weight: normal; 
    letter-spacing: 0.15em;  
    font-family: Trajan Pro;
    }	

.footer {
    width: 100%; 
    height: 50px; 
    background: #9E866C;
    }	
		
.copyright {
    padding-top: 15px; 
    padding-left: 20px; 
    font-family: Century Gothic; 
    font-size: 12px; 
		color: #FAF0E1;
    }				