html, body {
	height:100%;
}
body {
	width: 100%;
	background: #556055; /* viney #604834 /* pink thing #700829;*/ /* hobby brown #702900; */  /*#ffcb00; */
	overflow-x: hidden;
	overflow-y: auto;
}
#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 50px;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(125,135,125,1.0);
	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:#800080;} /* visited link */
h1 a:hover {color:#cc9077;}   /* mouse over link */
h1 a:active {color:#cc9077;}  /* selected link */

#navigation {
	margin-top: 20px; 
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #000;
	display: block;
	background: #D3BFD3;
	background:   rgba(224,96,32,0.9);
	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: #cc9077;
}
.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: #f82;
	color: rgba(125,135,125,1.0);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.content p{
	font-size: 20px;
	padding: 10px;
	line-height: 24px;
	color: #A9B1A9;
	display: inline-block;
	background: #414741; /* some pink red thing #801632; */ /* equiv new purplered #700028; */ /*hobby brown lite #803200; */ /*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;
}
