@import url(/css/general.css);
@import url(/css/showyourself.css);

/* CSS document for paulgueller.com */
/* ABOUT FORMATTING */

div#widget{
	position:relative;
	float:right;
	margin:15px 0px 15px 15px;
}
#about h3{
	border-bottom:1px solid #ce6802;
	text-transform:lowercase;
	width:50%;
}
#about p{
	margin-bottom:7px;
}
#about a{
	color:#ce6802;
}
#about a:hover{
	color:#e69024;
}
#about h3+ul,
#about h3+ul li ul{
	padding-left:15px;
}