
body {
	
	font-family: Verdana;
	font-size: 11px;
	color: #656565;
	
}

a {
	text-decoration: underline;
	color: gray;
}

a:hover {
	text-decoration: none;
	color: green;
	
}

#doc {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	padding-bottom: 50px;
}


#content {
	position: relative;
	left: 100px;
	float: left;
	width:auto;	
	
}

#content a {
	color: grey;
	text-decoration: none;

}


#header {
	width: 400px;
	padding: 50px;
	padding-bottom: 25px;
	
}

article {
	padding: 15px;
	padding-left: 25px;
	background-color: #ccead9;
	border-left: 10px solid #009640;
	width: 160px;
	font-size: 14px;
	font-family: Georgia;
	margin: 10px;
	color: #929292;
}

article b {
	font-weight: 500;
	padding-left: 15px;
	font-size: 24px;
	
}

aside {
	float:right;
	width: 200px;
	border-left: 1px solid #696969;
	padding-left: 15px;

}


aside h1 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}

