/* Basic HTML elements and positions */

#main {
   margin: auto auto;
   padding: 0;
   width: 800px;
	 min-height: 600px;
	 overflow: auto;
}

#header {
   position: absolute;
   top: 10px;
	 bottom: 15px;
	 left: 200px;
	 }

ul {
     list-style: none;
     }

/* this is all for my navigation */

#navbar2 {
 	 width: 100px;
	 min-height: 600px;
 	 float: left;
	 display: inline;
 	 font-family: 'futura';
 	 font-size: 14px; 
 	 line-height: 250%;
 	 position: absolute;
 	 top: 130px;
 	 left: 230px;	 
}

#navbar2 ul {
   list-style: none;
   padding: 0;
   margin: 0;
}

#navbar2 li a {
 text-decoration: none;
 padding: 2px 5px;
 color: #000000;
}

#navbar2 li a:link {
 color: #000000;
}

#navbar2 li a:visited {
		color: #666666;
}

#navbar2 li a:hover {
		color: #888888;

}

#navbar2 li a:active {
    color: #666666; 
    text-decoration: underline;
    background-color: #FAF4D4;
}

/* This is for my main content */

#text {
    padding: 20 5 20 30;  
    font-family: 'Monaco';
    font-size: 12px;
    color: #669966;
    position: absolute;
    top: 120px;
    left: 370px;
    width: 600px;
}

h1 {
     font-family: 'Bookman Old Style';
     font-size: 30px;
     font-weight: normal;
     color: #999966;
     
}

h3 {
     font-family: 'Monaco';
     font-size: 10px;
     color: #669966;
     font-style: italics;
     }
     
h2 {
     font-family: 'Trebuchet MS';
     font-size: 14px;
     font-weight: normal;
     color: #119999;
     }

.sold {     
       font-family: 'Monaco';
     font-size: 12px;
     color: #996600;
     font-style: italic;
     }
     
#img1 {
     display: inline;
     position: absolute;
     top: 140px;
     left: 370px;
     height: 410px;
     width: 410px;
     }

#info_column {
     position: absolute;
     top: 130px;
     left: 840px;
     height: 150px;
     width: 120px;
     font-family: 'Monaco', monospace;
     font-size: 12px;
     color: #669966;
     white-space: nowrap;
}

.text_img {
      float: right;
      margin: 0px 0px 8px 10px;
      }


a {
    font-family: monaco;
    font-size: 12px;
    color: #998866;
    text-decoration: none;
    }

a:hover {
    font-family: monaco;
    font-size: 12px;
    color: #ff6633;
    text-decoration: none;
    }
