html {
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font: 1em/1.2em "bitstream vera sans", arial, courier, verdana, sans-serif;
	font-weight: normal;
	color: black;
	background-color: #999
}

div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	margin:0;
	padding-left:1.5em;
}
img{   
        border: none;
}

/* Header layout */
#header {
	width: auto;
	height: 100px;
}
#header h1 {
	position: relative;
	left: 20px;
	top: 10px;
}
#headerimg {
	position: absolute;
	top: 10px;
	left: 20px;
 	z-index: 20;
}

/* navigationbar layout */
#navigation, #styler {
	position:absolute;
	left: 0;
	top: 100px;
	width: 7em;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	padding-left:1em;
}
#styler {
	left:auto;
	right: 0;
}


body#home #navlist a#home_tab,
body#whoami #navlist a#whoami_tab,
body#chat #navlist a#chat_tab,
body#links #navlist a#links_tab,
body#about #navlist a#about_tab {
	background: #DDD;
	display:block;
	width:5.5em;
	border-right:1px dotted #999;
}

/* footer layout */
#footer{
	text-align: right;
	margin-left: 12em;
	margin-right: 12em;
	font-size: 80%;
}	
#footer img {
        vertical-align: top;
}
/* contentsbox layout */
#content {
	margin: 0;
	margin-left: 12em;
	margin-right: 12em;

	padding-left: 50px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 25px;
	font: 0.8em "bitstream vera sans", arial, sans-serif, courier;
	background: #DDD;
	border-top: solid 4px #FFF;
	border-left: solid 4px #FFF;
	border-right: solid 4px #BBB;
	border-bottom: solid 4px #BBB;
	width:auto;
	text-align: left;
/*	min-height: 60%;*/
}

/*--- contents styling ---*/
#content a:link {
	color: #666;
}
#content a:visited {
	color: #333;
}
#content a:hover, a:active {
	color: #222;
}
img.banner {
	width: 88px;
	height: 31px; 
	border: 0;
}
img.screenshot {
	float:right;
	width: 350px;
	margin-left:10px;
}
#content h1 {
	color: black;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 1.5em;
	line-height: 1em;
	vertical-align: bottom;
}
#content h2 {
	color: black;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 1em;
}
#content hr {
	height: 4px;
	color: black;
	background: black;
}

#content ul,
#content li {
	display: block;
}