body, div, p, ol, ul, li, h1, h2, pre {
	padding: 0;
	margin: 0;
}

ol, ul, li {
	list-style:none outside none;
}

a {
	color: #03a;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #03a;
	text-decoration: underline;
	font-weight: bold;
}

section h1 {
	padding: 30px 15px 10px;
	font-size: 24px;
}

section h2 {
	padding: 10px 15px 5px;
	font-size: 18px;
}

section p {
	padding: 10px 15px 5px;
	font-size: 14px;
	line-height: 23px;
}

section pre {
	background-color:#F0F0F0;
	border:1px solid #DDDDDD;
	font-size:12px;
	margin:10px 15px 15px;
	overflow:auto;
	padding:10px 15px;
}

body {
	background-color: #F2EAD1;
	background-image: url(images/background_tile.png);

	font-family: Arial, Helvetica;
	font-size: 14px;
}

#contents {
	width: 800px;
	margin: 0 auto;
	position: relative;

}

header {
	display: block;

	height: 60px;
	
	background-color: #053D3B;
	background-image: url(images/header.jpeg);
}

header h1 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #fff;
	text-shadow: 0 0 5px #000;
	font-size: 40px;
	
	position: absolute;
	left: 16px;
	bottom: 4px;
}

aside {

	position: absolute;
	top: 60px;
	right: 0;

	width: 225px;
	min-height: 610px;
	background-color: #B3B88F;
	
}

footer {
	
	position: absolute;

	top: 670px;
	left: 0;
	right: 0;
	
	height: 60px;
		
	padding: 10px 15px 5px;
	text-align: right;
}

#contents > section {
	background-color: #fcfcfc;
	width: 575px;
	
	position: absolute;
	top: 60px;
	left: 0;
	
	min-height: 610px;
}

aside h1 {
	font-weight: bold;
	color: #f6f6f6;
	background-color: #647E27;
	padding: 7px 15px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);

	background: #627d4d; /* old browsers */
	background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* ie */
	
	background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* opera */
}

nav li > a {
	color: #333;
	height: 45px;
	position: absolute;
	right: 0;
	left: 0;	
	font-weight: normal;
}

nav li > a > img {

	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	
	position: absolute;
	top: 7px;
	right: 10px;
	
	border: 0;

}

nav li > a > span {
	text-shadow:1px 1px 2px transparent;
	position:absolute;
	left:10px;
	top:14px;
}

nav li > a:hover {
	text-decoration: none;
	color: #000;
	font-weight: normal;
	background-color: #FFC561;
}

nav li {
	border-bottom: 1px dotted #647E27;
	height: 45px;
}

#about {
	padding-bottom: 10px;
}

#about p {
	padding: 5px 15px;
	line-height: 21px;
	font-size: 12px;
}


#main_text {
	position: relative;
	left: 0;
	top: 340px;
}

#main_photo {
	margin: 30px 20px;
}

#collage img {
	position: absolute;
	box-shadow: 0 0 2px #000;
	border: 0;
}

#photo_coding {
    -moz-transform: rotate(12deg);
    -moz-transform-origin: 100%;

    -webkit-transform: rotate(12deg);
    -webkit-transform-origin: 60% 100%;

    -o-transform: rotate(12deg); 
    -o-transform-origin: 100%;
}

#photo_ref {
    -moz-transform: rotate(-3deg);
    -moz-transform-origin: 100%;

    -webkit-transform: rotate(-3deg);
    -webkit-transform-origin: 60% 100%;

    -o-transform: rotate(-3deg); 
    -o-transform-origin: 100%;
}

#photo_jungle {
    -moz-transform: rotate(3deg);
    -moz-transform-origin: 100%;

    -webkit-transform: rotate(3deg);
    -webkit-transform-origin: 60% 100%;

    -o-transform: rotate(3deg); 
    -o-transform-origin: 100%;
}

footer img {
	border: 0;
}

footer span,
footer a {
	color: #666;
}

footer a:hover {
	color: #666;
}