/* sitewide.css                                               */
/* written by Jake Cook                                       */
/* designed for Sharp Homes of Augusta                        */

* {	font-family: Trebuchet MS;
	color: #294C9D }
	
body { background: 726159; }

.header { position: absolute;
		  top: 4px;
		  left: 392px;
		  margin-left: -380px;}
		  
h1 { font-family: Times New Roman;
	 font-size: largest; }

h3 { font-family: Times New Roman;
	 font-size: medium; }

.homer {  position: absolute;
		  top: 88px;
		  left: 189px; }

.frame { position: absolute;
		 top: 130px;
		 left: 392px;
		 margin-left: -380px;
		 width: 760px; }

.brick { position: absolute;
		 top: 0px;
		 left: 0px; }

.sidenav { position: absolute;
		   top: 118px;
		   left: 0px;
		   width: 189px;;
		   color: #9FA2AD;
		   font-weight: bold;
		   text-align: center; }
		 
.nav {
	position: absolute;
	top: 2px;
	left: 95px;
	width: 669px;
}
	   
.content { position: absolute;
		   top: 82px;
		   left: 190px;
		   width: 571px;
		   height: 281px;
		   background: #CBC9C0;
		   padding: 20px; }

.contenth { position: absolute;
		   top: 82px;
		   left: 151px;
		   width: 610px;
		   height: 281px;
		   background: #CBC9C0;
		   padding: 20px; }

a:link, a:visited { text-decoration: none;
					color: #9FA2AD; }

a:hover { text-decoration: none;
		  color: #FFFFFF; }

