

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

#pagewrap {
	width: 980px;
	margin: 0 auto;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	margin-bottom: 20px;
	border: 1px solid black;
}

#sidebar img {
	/*max-width: 50%;*/
	height: auto;
	width: auto\9; /* ie8 */
	margin-bottom: 20px;
	border: 1px solid black;
}


#header {
	width: 120%;
	border:none;
	margin-bottom: 130px;
	margin-top: 10px;
	/*margin-left: 187px;*/
	z-index:2;
	
}
#header ul {
	padding-top: 260px;
	margin-top: -1090px;
}

#header ul li {
	width: 50%;
	border:none;
	margin-bottom: 0px;
	margin-top: -15px;
	z-index:2;
	
}


figure img {
	border:none;
	width: 80%;
	margin-left: 50px;
	padding-top: 30px;
}

#wallace  img{
	width: 60%;
	z-index:1;
	float:left;
	border: 0px;
	padding-left: 8px;
	
}

#content {
	width: 900px;
	float: right;
	margin:-350px 0px 100px 0px;
	padding-bottom: 100px;
}

.contentbox {
	z-index:2;
	width: 240px;
	height: 500px;
	float: left;
	font-size: 1.1em;
	font-family: Helvetica, sans-serif;
	line-height: 1.8em;
	margin-top: 80px;
	margin-left: 40px;
}

.contentbox img{
	width:100%;
	display: block;
	
}

ul {
	float: left;
	padding-top: 50px;
	padding-left: 40px;
	position:fixed;
}

#sidebar {
	width: 100px;
	float: left;
	margin-left: -100px;
	margin-top: 115px;
}

#sidebar img{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#sidebar img:hover
{
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}


#sidebar li {
	padding: 0px;
	text-decoration: none;
	list-style: none;
	line-height: 0px;
	
	}

#columns{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
}

#XIII {
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 20px;
}
aside {
	width: 740px;
	float:left;
	margin-left: 120px;
	padding: 0px 20px 10px 30px;
	margin-top: -516px;
	font-family: Helvetica, sans-serif;
	font-size: 1.1em;
	background: rgba(255, 250, 74, .4);
}

aside img {
	height:250px;
	float:left;
	padding: 0 30px 10px 0;
	border:none;
}

aside a:link {
	text-decoration: none;
}

aside a:hover {
	text-decoration: none;
	color: gray;
}


#feather {
float: left;
}

#feather img {
opacity: .1;
border: none;
width:600px;
margin-top: -500px;
margin-left: 350px;
z-index:1;
}

#footer {
	clear: both;
}