html, body{
height: 100%;
background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
background: -o-linear-gradient(top, #ffffff, #f0f0f0);
background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background: linear-gradient(top, #ffffff, #f0f0f0);
}

article {
	float: left;
	position: absolute;
	margin-left: 330px;
	height: 100%;
	text-align:left;

}

.pagecontents{
	padding: 0px 0px 0px 75px;
}

.pageheading{
	padding: 100px 0px 50px 50px;
	font: 13px/20px Arial, 'Helvetica Neue', 'Lucia Grande', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

header{
	float: left;
	margin: 10px;
	width 320px;
}

aside{
	float: left;
	width: 320px;
	height: 100%;
	text-align: right;
	
	padding-right: 5px;
	border-right-style:solid;
	border-right-color: #8c8c8c;
	border-right-width: 1px;
}

footer{
	clear: both;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

p{
	color: #8c8c8c;
}

.details{
	padding-bottom: 25px;
	color: #8c8c8c;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	text-align: center;
}

.myname{
	font: 13px/20px Arial, 'Helvetica Neue', 'Lucia Grande', sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #555;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

a {
color: #8ec63f;
}

a:hover {
color: #f7941d;
}

footer{
	color: #8c8c8c;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	font-size: 13px;
	text-align: center;
}
