html body {
    margin:0px;
    voice-family: "\"}\""; voice-family:inherit;
	background:#eee;
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;  
}

a {
	text-decoration:none;
    color:#ac190a;
}

a:hover {
    color:#f60;
}

hr {
	display:none;
}

.upper {
    text-transform:uppercase; 
}

#graphic {
    position:absolute;
    top:0px;
    left:50%;
    width:50%;
    height:600px;
    background:#fff url(images/stripe.gif);
    display: block;
}


#graphic #logo {
	margin:15px;
	height:150px;
	border:7px solid #fff;
    background:#000 url(images/hwy.gif) no-repeat right bottom;
}

#graphic #logo img {
	margin:20px;
	margin-top:90px;
}

#nav {
    position:absolute;
    top:190px;
    left:50%;
    width:50%;
}

#nav ul {
    margin:0px;
    padding:0px;
    margin-right:20px;
}

#nav ul li {
    font-family:Geneva, Arial, Helvetica, san-serif;
    font-size:10px;
    text-transform:lowercase;
    text-decoration:none;
    list-style-image: none;
    list-style-type:none;
    color:#999;
    padding-left:20px;
    margin-bottom:10px;
    background:url("images/arrow.gif") no-repeat top left;
}

#nav ul li a {
    color: #000;
	font-size:9px;       
    text-decoration:none;
}

#nav ul li a:hover {
	color:#000;
	background:#fff;
	border-bottom:1px solid #f60;
}

#content {
    position:absolute;
    top:0px;
    left:0px;
    width:50%;
    height:600px;
    color:#999;
    font-family:Geneva, Arial, Helvetica, san-serif;
    font-size:10px;
    z-index:10;
    line-height:1.5em;
	background:#fff;
	overflow:auto;
	border-right:2px solid #fff;
}

#content h1 {
	padding-top:14px;
}

#content p, #content h1 {
	padding-left:20px;
	padding-right:20px;
}

#content h1 {
    font-family:Geneva, Arial, Helvetica, san-serif;
    font-size:14px;
    text-transform:lowercase;
    color:#666;
}

#content strong {
    color:#000;
    font-size:10px;
    font-weight:bolder;
}

#versions,
#copyright {
    position:absolute;
    top:600px;     
    left:0px;     
    color:#666;
    font-size:9px;
    text-transform:lowercase;
	padding-top:12px;   	    
}

#versions {
    top:612px; 
    text-align:right;	
}

#copyright {  
   	width:100%;
    background:url(images/fade.gif) top left repeat-x;	
}

#screenshot {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:9px;
	background-color:#fff;
}
