body { 
	margin:0; 
	padding:0; 
	font-family: Arial;
	font-size: 12px;
	xbackground: #2b2b2f url(images/layout/background-1.jpg) top center repeat-x fixed;
	background-color: #ffffff;
	color: #777;
	}
	

#wrapper {
	margin:0 auto; padding:0;
	width: 960px;
	position: relative;
	z-index: 30;
	xborder: 1px solid red;
	}
#logo {
	margin: 25px -24px 0 0;
	width: 180px;
	height: 147px;
	float: left;

	background: url(images/layout/logo.png) no-repeat;
	position: absolute;
	top: 0px;
	left: -4px;
	z-index: 40;
	xborder: 1px solid green;
	}
	

h1 span { visibility: hidden; display: none; }	

 	
h2 { font-family: Arial; 
	font-weight: normal; 
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 15px;
	}

#subnav {
	float: left;
	width: 160px;
	height: 400px;
	position: fixed;
	top: 100px;
	font-size: 10px;
	clear: left;
	z-index: 90;
	xborder: 1px solid blue;
	background: url(images/layout/project_shadow.png) no-repeat 100px 0;
	}
#subnav ul {
	margin: 0 ; padding: 0;
	list-style: none;
	}
	li {
	margin: 0 0 3px 0; padding: 0;
 	}
 #subnav ul.submenu {
	margin: 0 0 15px 0; padding: 0;
	list-style: none;
	font-size: 12px;
	}
 #subnav ul.submenu li  {
	margin: 0 0 1px 0; padding: 0; 
 	}
 	
#subnav #active { background-color: #000; color: #fff; width: 160px; display: block; }

#subnav p { width: 140px; color: #000; }

#menu { float: left; margin-top: 175px; margin-bottom: 40px; }

#notice { border: 1px solid #000; padding: 5px; float: left; width: 150px; color: #000; font-size: 11px; }

#Xmyworldsofar {
	width: 640px;
	height: 341px;
	position: absolute;
	top: -100px;
	left: -450px;
	background: url(images/myworldsofar.jpg) no-repeat;
	z-index: 1;
	display: block;
}


#content {
	margin-top: 50px;
	width: 800px;
	float: right;
	position: relative;
	z-index: 20;
	}


a {	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	background-color: #000;
	}
	
#nav p {
	margin: 0 0 0 35px;
	}
#smalloffline { color: #dddddd; 
position: absolute:
	bottom: 5px;
	left: 5px;
	}
	

/*-------- CONTENT ---------*/

#iamwho { 
	position: absolute;
	width: 600px;
	height: auto;
	padding: 37px 20px 20px 15px;
	z-index: 80;
	top: 76px;
	background-color: #fff;
	color: #000;
	}


.xproject-shadow-left {
	position: absolute;
	width: 60px;
	height: 400px;
	left: -60px;
	background: url(images/layout/project_shadow.png) no-repeat;
	}
.xproject-shadow-right {
	position: absolute;
	width: 60px;
	height: 400px;
	right: -60px;
	background: url(images/layout/project_shadow.png) -60px 0  no-repeat;
	}
.project {
	margin: 0 0 50px 0;
	width: 800px;
	xbackground: #fff;
	position: relative;
	color: #666;
	z-index: 30;
	}
.project p { margin: 0 0 0 15px; }
.project img { margin-bottom: 1px; margin-left: 15px;}
.project.noPpadding img { margin-left: 0px;}


h3 {
	padding-top: 5px;
	margin: 0 0 5px 10px;
	font-size: 14px;
	}
.project span {
	color: #555;
	}
	
	
	
#clear { clear: both; }
#footer {
	float: left;
	width: 960px;
	padding-top: 10px;
	height: 50px;
	font-size: .8em;
	color: #1b1b1b;
	}