html, body {
	height:100%;
}
body {
	width: 100%;
	background: #403040; /* background green */
	overflow-x: hidden;
	overflow-y: auto;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 270px;
	top: 50px;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(150,0,220,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
	
}

h1 a:link {color:#800080;}    /* unvisited link */ 
h1 a:visited {color:#DD0088;} /* visited link */
h1 a:hover {color:#DD00DD;}   /* mouse over link */
h1 a:active {color:#400040;}  /* selected link */

p a:link {color:#FF88FF;}    /* unvisited link */ 
p a:visited {color:#DD88DD} /* visited link */
p a:hover {color:#FFAAFF}   /* mouse over link */
p a:active {color:#400040;}  /* selected link */

#navigation {
	margin-top: 20px; 
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #000;
	display: block;
	background: #e62;
	background:  rgba(130,100,130,1.0); /*greyish side boxes */
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 18px;
}
#navigation a:hover {
	background: #979;  /* side box highlight */
}
.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}
.content h2{
	font-size: 60px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #AAA;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.content p{
	font-size: 20px;
	padding: 10px;
	line-height: 24px;
	color: #DCd;  /* MAIN TEXT COLOR  #ADA */
	
	display: inline-block;
	background: #302030; /* TEXT BOX BACKGROUND */
	/*black;*/
	padding: 10px;
	margin: 3px 0px;
}


#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #000;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}
#dragon {
	position: absolute;
	left: 700px;
	top: 500px;
}
