html {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}

body {
   margin: 0px;
   padding: 0px;
   background: url('images/background_2.gif') repeat;
   height: 100%;
   max-height:100%;
}

#container {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	width: 1000px;
	height: 13150px;
}

.bg_nav_top {
	background: url('') no-repeat;
	width: 1000px;
	height: 15px;
}

#nav {
    font-family: arial, helvetica;
    font-weight: bold;
    font-size: 11px;
    font-color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
	background: transparent url('images/bg_nav_dots.gif') repeat-x scroll bottom;
	float: left;
	height: 35px;
	margin: 8px 20px 0px 20px;
	width: 959px;
}

.nav_divider_1 {
   width: 21px;
   height: 19px;
   margin: 8px 0px 0px 54px;
   background: url('images/bg_nav_divider.gif') no-repeat;
}

.nav_divider_2 {
   width: 21px;
   height: 19px;
   margin: 8px 0px 0px 33px;
   background: url('images/bg_nav_divider.gif') no-repeat;
}

.nav_home {
	top: 19px;
	left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
}

.nav_home a {
	color: #00cccc;
	text-decoration: none;
	border: none;
}

.nav_home a:hover {
	color: #fff;
	background-color: #00cccc;
}

.nav_work {
	top: 19px;
	left: 73px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;

}

.nav_work a {
	color: #00cccc;
	text-decoration: none;
	border: none;
}

.nav_me {
	top: 19px;
	left: 127px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;

}

.nav_me a {
	color: #00cccc;
	text-decoration: none;
	border: none;
}

.nav_me a:hover {
	color: #fff;
	background-color: #00cccc;
}

#portfolio_slot {
	margin: 30 0 0 -33px;
}

.portfolio_info {
	font-family: arial, helvetica;
	text-transform: none;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	line-height: 1.4em;
}

.portfolio_divider {
	margin: 20px 0 0 0px;
	background: url('images/bg_nav_dots.gif') repeat-x ;
	width: 959px;
	height: 1px;
}

.clientele_logo {
   width: 489px;
   height: 440px;
   margin: 29px 0px 0px 0px;
   float: left;
   position: absolute;
   background: url('images/clientele_logo.gif') no-repeat;
}

.footer_grc {
	background: transparent url('images/footer_dots.gif') repeat-x scroll bottom;
	width: 959	px;
	height: 4px;
	margin: 950px 0 0 0px;
}

.footer_copy {
	margin: 8px 0 0 0;
    font-family: arial, helvetica;
    font-weight: normal;
    font-size: .85em;
    color: #666;
    text-transform: none;
    text-decoration: none;
	float: left;
}

