/**
* CSS
* 
* @version 1.0
* @author Allan Siew
*/
* {
	margin: 0;
	padding: 0;
}

body {font-size:11px; color:#000; font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif, "Bitstream Vera Sans"; line-height: 1.5em;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	color:#838383;
	text-decoration:none;
}

a, a:link, a:visited {color: #9f9f9f;}
a:hover {color: #333;}
a img { border: none;}

#space {
	height:10px;
}

#menu {
    width: 170px;
    top: 30px;
    bottom: 0;
    left: 0;
    height: 100%;
    position:fixed;
    overflow:visible;
    font-size:10px; text-decoration:none;color: #7f7f7f;letter-spacing:1px;
}

#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title {
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
}

#menu ul li {
	margin-top:2px;
}

#content {
    margin: 0 0 0 180px;
    top: 0;
}

.container {
	padding: 50px 5px 50px 40px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0;  padding-top:80px;position:absolute;z-index:2;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.update {
	color:#999;
}