#wrap {
	background:#9293A5;
	border:5px solid black;
    width:660px;
    }
#menu {
    background:#000000;
    border-bottom:1px solid white;
    padding:4px 0;
    width:660px;
    }
#menu a {
    padding:4px 10px;
    text-decoration:none;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
    color:#FF9900;
    }
#menu a.hover {
    background:#F4F9FF;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#subnav a {
    color:#FB3B00;
    margin-right:1em;
    }
#subnav span {
    color:silver;
    margin-right:1em;
    }

