@charset "utf-8";
body, html {                              /** Layout code begins here. */
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 12px;
  line-height: 16px;
  background-image: url("images/i_lay_bkg.png");
  background-repeat: repeat; }
body a {
  font-weight: bold;
  color: black; 
  text-decoration: none; }
body a:hover {
  color: #5589C3; }
#l_frame {
  width: 740px;
  margin: 0 auto; }
#l_header {
  height: 214px;
  background-image: url("images/i_lay_top.png"); }
#l_left {
  padding: 10px;
  float: left;
  width: 200px;
  background-image: url("images/i_lay_middle_l.png");
  background-repeat: no-repeat; }
#l_right {
  margin-bottom: 5px;
  padding: 0px;
  float: right;
  width: 520px;
  background-image: url("images/i_lay_middle_r.png");
  background-repeat: no-repeat; }
#l_bottom {
  float: right;
  height: 195px;
  width: 740px;
  background-image: url("images/i_lay_bottom.png");
  background-repeat: no-repeat; }
#l_footerL {
  margin-left: 20px;
  text-align: left;
  float: left;
  width: 480px; }
#l_footerR {
  margin-right: 40px;
  text-align: right;
  float: right;
  width: 200px; }
div.main {
  margin: 0;
  padding: 10px;
  height: 100%;
  width: 450px;
  background-image: url("images/i_lay_bkg_g.png");
  background-repeat: repeat; }
#l_header h1 a {                           /** Text code begins here. */
  display: inline; 
  text-decoration: none;
  position: relative;
  top: 194px;
  font-family: century gothic, verdana;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  color: black;
  z-index: 100; }
#l_right h3 {
  display: inline; 
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px; }
span.smb {
  font-size: 9px; }
#nav {                                    /** Navigation bar code begins here. */
  margin: 0;
  margin-bottom: 20px;
  margin-left: 33px;
  padding-top: 8px;
  font-family: century gothic, verdana;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 150px; }
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }
#nav ul li {
  margin: 0;
  padding: 0; }
#nav ul li a {
  padding: 6px;
  display: block;
  color: black;
  text-decoration: none; }
#nav ul li a:hover, #nav ul li a:focus {
  filter: alpha(opacity=4);
  opacity: 0.4; }

span.resume {
  display: inline; 
  font-size: 14px;
  font-variant: small-caps;
  font-weight: bold; }
