/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; margin-bottom: 100px; } /* Set height to 100% + 1px to force scroll bar in FF */
#ht { position: absolute; top: -2000px; width: 700px; } /* Hidden Text - Look up. WAAAY Up */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 0px 0px 0px 0px; background: #e2e2d8 }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1, h1 a { color: #000000; font-size: 16px; margin: 0px 0px 15px 0px; line-height: 20px; }
h2, h2 a { color: #949186; font-size: 14px; margin: 0px 0px 8px 0px; line-height: 19px; font-weight: normal; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #222222; font-size: 12px; line-height: 17px; }
a  { color: #949186; font: normal 11px arial; text-decoration: underline; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


td { vertical-align: top; }



/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main { width: 614px; margin: 0px auto; }

#nav { color: #949186; line-height: 20px; font-size: 15px; text-align: center; }


#nav a { text-decoration: none; color: #949186; font-weight: bold;  line-height: 20px; font-size: 9px; letter-spacing: 0.20em; }
#nav a:hover, #nav a.o { color: #000000; text-decoration: none; }

#left { width: 180px; float: left; }
#right { width: 405px; float: right; }

#left a { text-decoration: none; color: #949186;  font-size: 13px; margin-bottom: 12px; display: block; margin-top: 2px; }
#left a:hover, #left a.o { color: #000000; text-decoration: none; }

#biography {  text-align: justify; padding-top: 40px; letter-spacing: 0.02em; }
#biography { font-size: 14px; line-height: 24px; }







