/* CSS Document */
body { margin: 0px; }
h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FF3300;    
    margin-top: 0px;
    }
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF9966;    
    margin-bottom: 2px;
    }
	#header {
    background-image: url(OracleT.jpg);
    background-repeat: no-repeat;
    height: 60px;
    background-color: #FA6A00;
    border-bottom: 2px solid #fff;
}
#middle {
	height: 80
	px;
    background-color: #FFF3E8;
    border-bottom: 2px solid #fff;    
}
#container {
    width: 620px;
    }
#content {
    width: 460px;
    background-color: #F9F9F9;
    float: left;
    border-right: 2px solid #fff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
    }
	#listings {
	background-image: url();
    width: 460px;
    float: left;
    border-right: 2px solid #fff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 4px;
    }
.sidebar {
    width: 142px;    
    padding: 4px;
    float: right;
    background-color: #F9F9F9;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 2px;
    }    
#nav a, #nav a:visited {
    text-align:left; 
    color: #FF9966;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;  
    height: 20px; 
    text-decoration: none;
    border-bottom: 1px dashed #fff;
    vertical-align: middle;
}
#nav a:hover {
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFCC99; 
    border-bottom: 1px dashed #ffcc99;
}    
