body {
	background-color:#1c1c1c;
	background-image:url('../img/nbg.jpg');
	background-position:center;
	background-position:top;
	background-attachment:scroll;
	background-repeat:no-repeat;
}

/* SITE NAVIGATION */
#menu {
	float:top;
	margin-top:113px;
	padding-bottom:9px;
	width:950px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
}

#menur {
	top:-122px;
}

ul {
	position: relative;
	display: inline;

}

ul.left li {
	position: relative;
	display: inline;
	float: left;
	padding-right:20px;

}

ul.right li {
	position: relative;
	display: inline;
	float: right;
	padding-right:0px;

}

ul li .intro {
	background-image:url('../img/intro.png');
	height:37px;
	width:108px;
}

ul li .intro:hover {
	background-image:url('../img/intro-hov.png');
	height:37px;
	width:108px;
}

ul li .intro:active, .intro-n {
	background-image:url('../img/intro-act.png');
	height:37px;
	width:108px;
}

ul li .bio {
	background-image:url('../img/bio.png');
	height:48px;
	width:92px;
}

ul li .bio:hover {
	background-image:url('../img/bio-hov.png');
	height:48px;
	width:92px;
}

ul li .bio:active, .bio-n {
	background-image:url('../img/bio-act.png');
	height:48px;
	width:92px;
}

ul li .work {
	background-image:url('../img/work.png');
	height:37px;
	width:60px;
}

ul li .work:hover {
	background-image:url('../img/work-hov.png');
	height:37px;
	width:60px;
}

ul li .work:active, .work-n {
	background-image:url('../img/work-act.png');
	height:37px;
	width:60px;
}

ul li .contact {	
	background-image:url('../img/contact.png');
	background-position:top right;
	height:37px;
	width:74px;
	background-repeat:no-repeat;
}

ul li .contact:hover {
	background-image:url('../img/contact-hov.png');
	height:37px;
	width:74px;
	background-repeat:no-repeat;
}

ul li .contact:active, .contact-n {
	background-image:url('../img/contact-act.png');
	height:37px;
	width:74px;
	background-repeat:no-repeat;
}

ul li a {
	display: block;
}

/*	UNIVERSAL SITE BODY */
div.dev {
	display:none;
	float:left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:bottom left;
}

#content {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	color:#f3fda7;
	margin-top:27px;
}

p {
	text-indent:25px;
}

a:link {
	color:#f3fda7;
	border-width:0px;
	text-decoration:underline;
}

a:visited {
	color:#f3fda7;
	border:0px;
}

a:hover {
	color:#f3fda7;
	border:0px;
}

a:active {
	color:#f3fda7;
	border:0px;
}

div#footer {
	margin-top:200px;
	border-top:solid;
	border-width:1px;
	border-color:#f8a55a;
	padding-top:3px;
}

/* INTRODUCTION */

/* BIOGRAPHY */
div#photo {
	background-image:url('../img/bio/bio_p.png');
	background-attachment:scroll;
	width:202px;
	height:262px;
	background-repeat:no-repeat;
	float:left;
}

div.desc {
	float:right;
	width:700px;
}

/* WORK */
div.thumb {
	width:214px;
	height:220px;
	text-align:center;
	float:left;
}

div.title {
	float:right;
	width:700px;
	height:220px;
}

div.title h2 {
	margin-top:30px;
}

/* CONTACT */
a.small {
	font-size:small;
}

h1 {
	color:#f8a55a;
}

h3 {
	margin:0 0 5px 5px;
	padding:0 0 5px 5px;