body {
    margin:0;
    
    font-family:'Microsoft Sans Serif', Geneva, sans-serif;
    font-size:10px;
}

img {
    border:0;
}

a {
    color:#000;
    text-decoration:none;
}

input {
	font-size:10px;
	
	width:145px;
}

input.small {
	width:30px;
}

select, option {
	font-size:10px;
}


#header {
	width:198px;
	height:58px;
	
	 background:url('images/header.gif') no-repeat; 
}

    #header span {
        display:block;
        
        padding-top: 42px;
        padding-right:5px;
        
        font-size:9px;
        text-align:right;
    }
    
    #header span a {
        color:#FF4F00;
    }


#container {
	float:left;
	
	width:198px;
	
    border:1px solid #000;
}

#menu {
    z-index:20;
    position:relative;
}

	#menu ul {
	    list-style:none;
	    
	    padding:0;
	    margin:0;
	}
        
        #menu ul li {
            display:block;
	        float:left;
	        
	        width:55px;
	    
	        background-color:#FC6A02;
	    }
	    
	        #menu ul li a {
	            display:block;
	            
	            width:55px;
	            
	            border-left:1px dotted #FFF;
	            
	            color:#FFF;
	            text-align:center;
	        }
	        
	        #menu ul li a:hover {
	            color:#000;
	        }
	        
	        #menu ul li.first a, #menu li.nRow a {
	            width:56px;
	            
	            border-left:none;
	        }
	        
	        #menu ul li.nRow a {
	            border-top:1px dotted #FFF;
	        }

#ad {
    width:196px;
    
    margin-top:-11px;
    margin-bottom:1px;
    padding-right:2px;
    padding-bottom:4px;
    
    text-align:right;
    
    background-color:#F3F3F3;
    
    position:relative;
    z-index:10;
}

    #ad p {
        margin-top:0;
        margin-bottom:0;
    }

    #ad a {
        text-decoration:underline;
    }

    #ad .big {
        margin-top:4px;
        margin-bottom:1px;
        margin-left:2px;
        
        background-color:#FFD5B7;
        
        text-align:left;
    }

#main {
	text-align:center;
	width: 198px;
}
    
    #main input.search_submit {
        width:120px;
        
        margin-top:5px;
        
        border:1px solid #000000;
        background-color:#FFFFFF;
    }
    
    #main div.quick_search {
        border:3px solid #D53E00;
        margin-top:1px;
        padding:5px;
    }
    
        #main div.quick_search input#search_text {
		width:180px;
            background-color:#FFFFFF;
        
            color:#000000;
            
                border:1px solid #C04310;
        }
    
    #main table#standard_search {
        margin:auto;
    }
    
    #main div.search {
        padding-top:5px;
        padding-bottom:5px;
        
        background-color:#E2E2E2;
	}
	    
	    #main div.search input.search_submit {
	        background-color:#E2E2D8;
	    }

#last_search {
    color:#FFFFFF;
    
    padding:3px;
    
	background-color:#FC6A02;
}

#copy {
    color:#FFFFFF;
    
    padding:3px;
    
	background-color:#424242;
}



#side_ad {
	float:left;
    
    width:50px;
    height:300px;
    
    margin-top:70px;
    margin-left:2px;
    
    background-color:#FFCFBA;
}



.clear {
    clear:both;
}