@charset "utf-8";
/* about us css */
#about { position:absolute; left:185px; top:163px; width:755px; height:auto; z-index:14; text-align:left; }
#about a img, #about img { border:1px solid blue; }
#about a img:hover { border:1px solid orange; }
#about a:hover { text-decoration:underline; color:orange; }
#about h1 { margin:0; padding: 0 0 4px; font-size:130%; font-weight:normal; text-transform:uppercase; }
#about h2 { font-size:100%; margin: 0 0 2px; font-weight:normal; }
#about p { margin: 4px 0 12px 0; }
#about li { line-height: 21px; }
#about ul { margin:0; padding:0; }
#about ul#kyle li { line-height:14px; padding-bottom:3px; }
#about ul#kyle { margin:0; padding:0; }
body.kyle #about h2 { font-weight:bold; }