html, body, h3, h4, h5, h6, ul, ol, dl, table, td, div, span, img{
	margin:0;
	border: 0;
	padding: 0;
}

#container{
	position:relative;
	margin: 0pt auto;
	padding: 0;
	margin-top: 2%;
	height:667px;
	width:1000px;
	text-align:left;
	background: transparent url(../file_uploads/backgrounds/rotator.php) top left no-repeat;
}

#header { display: block; position: relative;}

#header h1 {
	position: relative;
	width: 140px;
	height: 85px;
	padding: 0;
	margin: 0;
	background: transparent url(../images/header_h1.png);
	text-indent: -9999px;
	display: block;
}

#header h2 {
	position: absolute;
	width: 491px;
	height: 53px;
	padding: 0;
	margin: 0;
	top: 17px;
	left: 125px;
	background: transparent url(../images/header_h2.png);
	text-indent: -9999px;
}

#tools {
	position: fixed;
	top: 2px;
	left: 2px;
	font-size: 0.6em;
}

#tools a { display: block ;}

#nav { 
	display: block;
	height: 160px;
	left: 64px;
	position: relative;
	top: 32px;
	width: 240px;
	}

#nav ul { 
	display: block;
	height: 160px;
	line-height: 0pt;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 240px;
	font-weight: bold;
	}
	
#nav li {
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	display: block;
	font-size: 1px;
	height: 36px;
	width: 240px;
	left: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}	

#nav li a {
	display: block;
	text-indent: -9999px;
	height: 36px;
	text-decoration: none;
	border: 0;
}
	
#nav-about { 
	background-position: 0 0px;
	top: 0px;
	}

#nav-do {
	background-position: 0px -40px;
	top: 40px;
}

#nav-like {
	background-position: 0 -80px;
	top: 80px;
}

#nav-touch {
	background-position: 0 -120px;
	top: 120px;
}

#nav-about a { 
	background-position: 0 0px;
	top: 0px;
	}

#nav-do a {
	background-position: 0px -40px;
	top: 40px;
}

#nav-like a {
	background-position: 0 -80px;
	top: 80px;
}

#nav-touch a {
	background-position: 0 -120px;
	top: 120px;
}	

#content {
	position: absolute;
	top: 120px;
	left: 400px;
	width: 580px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	background: transparent url(../images/bg_repeat.png) top left repeat;
}

h3 { 
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 0.6em;
	color: #ff9008;
	}
	
	#screenshot {
		position:absolute;
		border:1px solid #ccc;
		background:#333;
		padding:5px;
		display:none;
		color:#fff;
		}
