:focus {
-moz-outline-style: none;
}
img {
border: 0;
}
a{
  outline: none;
}
a:link {
	text-decoration: none;
	color: #c1c1c1;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}
a:link.sections {
	text-decoration: none;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}	
a:visited {
	text-decoration: none;
	color: #696969;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 9px;
}
a:visited.sections {
	text-decoration: none;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 9px;
}
a:active, a:hover {
	color:#00ff73;
}
a:active.sections, a:hover.sections {
	color: #00ff73;
}
body {
	margin: 0;
	background-color:#000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 10px;
	color: #FFFFFF;
}
#container {
	width: 1200px;
	height: 690px;
	float:left;
}
#header {
	width: 1200px;
	height: 60px;
	float: left;
	width: 100%;
}
#sub_container {
	width: 1200px;
	height: 630px;
	float:left;
}
#nav_container {
	width: 130px;
	height: 630px;
	margin-right: 20px;
	float: left;
	background-image: url(images/side_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	width: 110px;
	height: 60px;
	margin-left: 20px;
	float: left;
}
#sections {
	border-top-color: #c1c1c1;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	width: 110px;
	height: 74px;
	margin-left: 20px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 9px;
	text-align: left;
}
#project_list {
	border-top-color: #c1c1c1;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	width: 110px;
	height: 235px;
	margin-left: 20px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	color: #afafaf; 
}
#project_description {
	border-bottom-color: #c1c1c1;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 5px;
	width: 110px;
	height: 213px;
	margin-left: 20px;
	float: left;
	font-size: 9px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	text-align: left;
	background-image: url(images/logo_mark.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #696969; 
}
#project_arrows {
	border-bottom-color: #c1c1c1;
	border-top-color: #c1c1c1;
	border-bottom-style: solid;
	border-top-style: solid;
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 110px;
	height: 7px;
	margin-left: 20px;
	margin-bottom: 5px;
	float: left;
	font-size: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	text-align: left;
}
#content {
	width: 1050px;
	height: 630px;
	float: left;
	text-align: left
}
#columns_content {
	width: 1050px;
	height: 550px;
	padding-top: 60px;
	float: left;
	text-align: center
}
#columns {
	border-top-color: #c1c1c1;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
	width: 240px;
	height: 400px;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 11px;
	font-size: 9px;
	text-align: left;
}
#columns_spacer {
	width: 10px;
	height: 400px;
	float: left;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#scrollbar_container {  
    position:relative;  
    width:110px;  
}      
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;  
    height:100%;  
    width:5px;  
    background-image: url(images/scrollbar_track.gif);  
    cursor:move;  
}    
#scrollbar_handle {  
    width:5px;  
    background-color:#A6A6A6;  
    cursor:move;  
    opacity:0.9;  
    -moz-opacity:0.9;  
}   
#scrollbar_content {  
    overflow:hidden;  
    width:105px;  
    height:230px;
    font-family: Verdana, sans-serif;  
}