* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

html {
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-color: #C8D5B9;
}

#wrapper {
	width: 830px;
    margin: 30px auto;
	min-height: 90%;
	background-color: #FAF3DD;
	border-radius: 10px;
	padding: 1%;
}

#content_wrapper {
	position:relative;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color:black;
}

ul {
	list-style: none;
}

.bold{
	font-weight:bold;
}

.cursive{
	font-style:italic;
}

.underline{
	text-decoration:underline;
}

.pointer{
	cursor:pointer;
}

aside{
	width: 20%;
    display: inline-block;
	vertical-align: top;
}

aside img{
	width: 100%;
}

article img{
	width: 90%;
    margin-left: 5%;
}