.home {
	margin: 0;
	background: #2f2f2f url(images/bg.jpg) repeat-x left top;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	}

.home p {
	color: #828282;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	}

.wrapper {
	margin: 0;
	padding: 0;
	background: url(images/bg_shine.jpg) no-repeat 50% top;
	}
	
.wrapper2 {
	width: 520px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	}

.logo {
	width: 520px;
	margin: 0 auto 90px auto;
	}

.logo img {
	behavior: url("pngbehavior.htc");
	}
/*------------------*/
/* Home Navigation */
/*----------------*/

#nav {	
	margin: 40px 0 0 0;
	padding: 0;
	width: 520px;
	height: 118px;
	position: relative;
	background: url(images/home_nav_bg.jpg) repeat-x left top;
	}
	
.nav {
	width: 520px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/home_nav.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	}

.nav li {
	display: inline;
	}
	
.nav a:link, .nav a:visited {
	display: block;
	position: absolute;
	height: 34px;
	text-indent: -9000em;
	text-decoration: none;
	top: 0px;
	:-moz-any-link:focus;
	outline: none;
	}
	
/* ----- LEFT Nav Defaults ------ */
#home a:link, #home a:visited {
	width: 36px;
	left: 10px;
	top: 0;
	}
	
#about a:link, #about a:visited {
	width: 59px;
	left: 78px;
	top: 0;
	}

#portfolio a:link, #portfolio a:visited {
	width: 66px;
	left: 171px;
	top: 0;
	}
	
#positions a:link, #positions a:visited {
	width: 130px;
	left: 271px;
	top: 0;
	}
	
#contact a:link, #contact a:visited {
	width: 75px;
	left: 435px;
	top: 0;
	}
	
	
/* ----- Nav Hover ------ */
#home a:hover {
	background: url(images/home_nav.jpg) no-repeat -10px 0;
	}
	
#about a:hover {
	background: url(images/home_nav.jpg) no-repeat -78px 0;
	}

#portfolio a:hover {
	background: url(images/home_nav.jpg) no-repeat -171px 0;
	}

#positions a:hover {
	background: url(images/home_nav.jpg) no-repeat -271px 0;
	}

#contact a:hover {
	background: url(images/home_nav.jpg) no-repeat -435px 0;
	}


/* ----- Nav Selected ------ */
#home a.selected {
	background: url(images/home_nav.jpg) no-repeat -10px 0;
	}
	
#about a.selected {
	background: url(images/home_nav.jpg) no-repeat -78px 0;
	}

#portfolio a.selected {
	background: url(images/home_nav.jpg) no-repeat -171px 0;
	}

#positions a.selected {
	background: url(images/home_nav.jpg) no-repeat -271px 0;
	}

#contact a.selected {
	background: url(images/home_nav.jpg) no-repeat -435px 0;
	}
