@charset "utf-8";
/* CSS Document */

body { width:100%;}

#wrapper {
	width: 100%;
	}
	
#logo {
	width: auto;
	margin-left: 45px;
	margin-top: 5px;
	}
	

/* Nav  */

#nav_wrapper { 
	background-image:url(../img/bg_subnav.gif);
	background-repeat:repeat-x;
	height:15px;
	min-width:700px;
	margin-left: 245px;
	margin-top: -220px;
	}

#nav_image { 
	background-image: url(../img/nav_items.gif);
	background-repeat:none;
	height: 13px;
	width: 232px;
	}
  
#nav_image a {
	position: absolute;
	height: 13px;
	width: 88px;
	top: 153px;
	margin-left: 45px;
	text-decoration: none;
	left: 1px;
	}
  
#nav_image a i { 
	visibility: hidden; 
	}
	
a#about {
	margin-left: 311px;
	margin-top: -130px;
	width: 74px;
	height: 13px;
		background-image:url(../img/about.gif)

	}
	
a#work {
	margin-left: 245px;
	margin-top: -130px;
	width: 68px;
	height: 13px;
		background-image:url(../img/work.gif)

	}
	
a#contact {
	margin-left: 384px;
	margin-top: -130px;
	width: 93px;
	height: 13px;
	}
	
a#about:hover {
	background-image:url(../img/about.gif)
	}
	
a#work:hover {
	background-image:url(../img/work.gif)
	}
	
a#contact:hover {
	background-image:url(../img/contact.gif)
	}
	
a#about:hover, a#work:hover, a#contact:hover { 
	border: none;
	} 
	
	/* END NAV */
	
/* SECOND NAV */

#subnav {
	margin-left: 245px;
	background-image:url(../img/bg_subnav.gif);
	background-repeat:repeat-x;
	height:15px;
	min-width:700px;
	}
	
	
	/* HEADER */
	
#header {
	min-width:900px;
	margin-left: 245px;
	}
	
#content {
	margin-left: 45px;
	margin-top: 15px;
	}
	
#left{
	width: 200px;
	margin-left:0px;
	}

#left  ul
	{
	margin: 10px 0 0 200px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;

	}
	
#left  li
	{
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.2em;
	padding-bottom: .8em;
	display: table-cell;
	position: relative;

	
	}
	
#right{
	margin-left: 565px;
	width: 650px;
	margin-top:-90px;
	}


#scroll {
	overflow: auto;
	width: auto;
	}
	
	
#scroll2 {
	overflow: auto;
	width: auto;
	}
	
	
#scroll3 {
	overflow: auto;
	width: auto;
	}
	
	
#scroll4 {
	overflow: auto;
	width: auto;
	}
	
