* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}
body {
	background: #2d2d2d;
	overflow: auto;
}
p, body {
	color: #d3d3d3;
	font: 12px arial;
}
h3 {
	color: #a5a5a5;
	font: bold 12px arial;
}
strong {
	font-weight: bold;
}
hr {
	display: none; 
}
a {
	color: #fefefe;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	text-decoration: none;
}

#page {
	width: 782px;
	margin: 0px auto 0px auto;
}
#header {
	margin-left: 10%;
	padding-bottom: 20px;
}
#header h1 {
	background: url(../images/header.jpg) no-repeat 5px 30px;
	height: 94px;
	text-indent: -10000px;
	float: left;
	width: 168px;
	padding-right: 70px;
}
#header ul {
	list-style: none;
	margin: 0px 0px 0px 218px;
	height: 1%;
}
#header ul:after {
	content: ".";
	visibility: hidden;
	height: 0px;
	display: block;
	clear: both;
}
#header ul li {
	float: left;
	padding: 60px 0px 0px 0px;
}
#header ul li a {
	text-indent: -10000px;
	display: block;
	width: 100px;
	height: 25px;
}
#header ul li a.portfolio {
	background-image: url(../images/navigation.png);
}
#header ul li a.portfolio:hover {
	background-image: url(../images/navigation.png);
	background-position: 0px -25px;
}
#header ul li a.about {
	background-image: url(../images/navigation.png);
	background-position: -100px 0px;
}
#header ul li a.about:hover {
	background-image: url(../images/navigation.png);
	background-position: -100px -25px;
}
#header ul li a.files {
	background-image: url(../images/navigation.png);
	background-position: -200px 0px;
}
#header ul li a.files:hover {
	background-image: url(../images/navigation.png);
	background-position: -200px -25px;
}
#header ul li a.contact {
	background-image: url(../images/navigation.png);
	background-position: -300px 0px;
}
#header ul li a.contact:hover {
	background-image: url(../images/navigation.png);
	background-position: -300px -25px;
}
#footer {
	clear: left;
    margin-top: 1em;
    text-align: center;
    padding: 40px 0px 20px 0px;
}
.alternatives {
	text-align: center;
    line-height: 30px;
}
.alternatives img {
    padding: 0px 5px 0px 0px;
    vertical-align: middle;
}
.quote {
	clear: left;
	height: 45px;
	padding: 17px 22px 15px 30px;
	background: url(../images/quotebox.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
}
.followme {
    margin-top: 13px;
    float:right;
    font-size: 0.8em;
    text-align: right;
    padding-right: 5px;
}
.time {
    margin-top: 13px;
    float:left;
    font-size: 0.8em;
    text-align: right;
    padding-right: 5px;
}
.reference {
	height: 267px;
	width: 366px;
	padding: 10px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	float: left; 
	background: url(../images/refbox.jpg) no-repeat;
	position: relative;
}
.reference img {
	display: block;
	position: absolute;
	bottom: 9px;
	left: 10px;
	width: 368px;
	height: 223px;	
}
.zoom {
	display: block;
	position: absolute;
	bottom: 9px;
	left: 10px;
	width: 368px;
	height: 223px;	
	text-indent: -10000px;
	background: url(../images/zoom.png) no-repeat right bottom;
	outline: none;
	z-index: 1;
}
.deviantartlink {
	display: block;
	position: absolute;
	top: 45px;
	right: 13px;
	width: 17px;
	height: 17px;
	text-indent: -10000px;
	background: url(../images/da.png) no-repeat right top;
	outline: none;
	z-index: 2;
}
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.right-align { text-align: right; }
.center-align { text-align: center; }
.blocktext { text-align: justify; }
.big { font-size: 1.2em; }
.small { font-size: 0.8em; }
.picture { float: right; margin: 20px 5px 10px 30px; }