/* 
CSS3 for HTML5 
Style Template for:
About Me CSS
By Cloud Buchholz
[5-7-2012]
*/

#plot{
	/* float: right;  if side news is included -- make float right*/
	width: 620px;
	margin: 25px 25px 25px 75px; /* 25 25 25 75 */
}
#plot p{
	text-indent:2em;
	margin:0px 25px 5px 10px;
}
#plot div{
	margin: 0px auto;
}
#plot a{
	color: #0047B2;
	text-decoration: none;
}
.slide {
	position: relative;
}
.slide .inner {
	position: absolute;
	left: 0;
	bottom: 0;
}
