*
{
  margin: 0;
  padding: 0;
}

html
{
  overflow-y: scroll;
}

body *{
  line-height: 1.5em;
}

body
{
  background: #666666;
  color: #222222;
  font: 62.5% Arial, Tahoma, Verdana, sans-serif;
  text-align: center;
}

a
{
  outline: none;
}

a img
{
  border: none;
}

#wrapper
{
  margin: 0 auto;
  width: 980px;
  background: #FFFFFF url(images/wrapper.gif) repeat-y;
  color: #222222;
  font-size: 1.2em;
  text-align: left;
}

#top
{
  width: 980px;
  height: 15px;
  overflow: hidden;
  background: url(images/top.gif) no-repeat;
}

#middle
{
  padding: 0 10px;
  width: 960px;
}

#header
{
  height: 120px;
  overflow: hidden;
  background: #000000 url(images/header.png) no-repeat;
}

#header-left
{
  float: left;
  display: inline;
  width: 480px;
}

#header-right
{
  float: right;
  display: inline;
  width: 480px;
}

#menu
{
  border: none;
  font-size: 12px;
  text-transform: uppercase;
}
#menu ul
{
  margin: 0;
  padding: 0;
  height: 35px;
  background: #000000 url(images/navbar.gif) repeat-x;
  list-style: none;
}
#menu li
{
  float: left;
  padding: 0px;
}
#menu li a
{
  margin: 0px;
  padding: 0px 25px;
  display: block;
  /*background: url(images/seperator.gif) bottom right no-repeat;*/
  background: transparent;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #000000;
}
#menu li a:hover, #menu ul li:hover a, #menu ul li.sfhover a
{
  background: #000000 url(images/navhov.gif) repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}
#menu li ul
{
  margin: 0px;
  padding: 0px;
  background: #424242;
  display: none;
  height: auto;
  border: none;
  position: absolute;
  width: 227px;
  z-index: 200;
  /*top: 1em;
  /*left: 0;*/
}
#menu li:hover ul, #menu li.sfhover ul
{
  display:block;
}
#menu li li
{
  margin: 0px;
  padding: 0px;
  display: block;
  float: none;
  width: 225px;
  border-top: none;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
#menu li:hover li a, #menu li.sfhover li a
{
  background: none;
}
#menu li ul a
{
  margin: 0px;
  padding: 0px 10px 0px 15px;
  display: block;
  height: 35px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  border: none;
}
#menu li ul a:hover, #menu li ul li:hover a, #menu li ul li.sfhover a
{
  background: #000000;
  color: #FFFFFF;
  border: 0px;
  text-decoration: none;
}
#menu p
{
  clear: left;
}

#content
{
  padding: 10px 10px 0 10px;
}

h1
{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  border-bottom: 2px solid #CCCCCC;
}

h1 a
{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  border: none;
  text-decoration: none;
}

h1 a:hover
{
  color: #4C6980;
  text-decoration: none;
  border: none;
  text-decoration: none;
}

h2
{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 16px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  line-height: 18px;
  color: #222222;
  border-bottom: 1px dotted #CCCCCC;
}

h3
{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  border-bottom: 2px solid #CCCCCC;
}

h4
{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  font-size: 20px;
  font-family: Georgia, Times New Roman, Trebuchet MS;
  font-weight: normal;
  line-height: 22px;
  color: #222222;
  border-bottom: 2px solid #CCCCCC;
}

p
{
  margin-bottom: 10px;
}

#main
{
  float: left;
  display: inline;
  width: 630px;
  padding: 0 5px 0 0;
}

#main ul, #sidebar ul
{
  margin-bottom: 10px;
  list-style: none;
}

#main ul li, #sidebar ul li
{
  padding: 0 0 0 18px;
  background: url(images/icon.gif) no-repeat top left;
}

#main a, .box a
{
  color: #4C6980;
  text-decoration: none;
  border-bottom: 1px dotted #4C6980;
}

#main a:hover, .box a:hover
{
  color: #4C6980;
  text-decoration: none;
  border-bottom: 1px dotted #FFFFFF;
}

#sidebar
{
  float: right;
  display: inline;
  width: 300px;
  padding: 0 0 0 5px;
}

#footer
{
  background: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
}

#footer-left
{
  float: left;
  display: inline;
  width: 470px;
  text-align: left;
  padding: 10px 0 10px 10px;
}

#footer-right
{
  float: right;
  display: inline;
  width: 470px;
  text-align: right;
  padding: 10px 10px 0 0;
}

#footer a
{
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover
{
  background: #000000;
  color: #FFFFFF;
  text-decoration: underline;
}

#bottom
{
  width: 980px;
  height: 15px;
  overflow: hidden;
  background: url(images/bottom.gif) no-repeat;
}

.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 1%;
}

#sidebar img
{
  margin-bottom: 10px;
  display: block;
}

.box
{
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  background: #F7F7F7;
  color: #222222;
  border: 1px solid #E6E6E6;
}

blockquote
{
  margin: 0 0 10px 0;
  padding: 10px 10px 0 10px;
  background: #F7F7F7;
  color: #222222;
  border: 1px solid #E6E6E6;
  font-style: italic;
}

#movie
{
  width: 630px;
  height: 240px;
  margin-bottom: 10px;
}

#about-me, #on-stage
{
  float: left;
  margin: 5px 10px 0 0;
}

#homepage-bottom-banner
{
  margin: 0 0 10px 0;
  padding: 0;
  width: 630px;
  height: 149px;
  background: url(../images/homepage_bottom_banner_left.gif) no-repeat top left;
  text-align: right;
}

#success-bottom-banner
{
  margin: 0 0 10px 0;
  padding: 0;
  width: 630px;
  height: 149px;
  background: url(../images/success_bottom_banner_left.gif) no-repeat top left;
  text-align: right;
}

#books
{
  margin: 0 0 10px 0;
  padding: 0;
  width: 630px;
  height: 160px;
  background: url(../images/books_left.gif) no-repeat top left;
  text-align: right;
}

#yourIncomeMovie
{
  margin: 0 0 10px 0;
  width: 630px;
  height: 467px;
  text-align: center;
}

#happines
{
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  height: 65px;
}

.emailbox
{
  margin: 0 0 10px 0;
  padding: 22px 10px 23px 10px;
  background: #F7F7F7;
  color: #222222;
  border: 1px solid #E6E6E6;
}

form input#email{background:#FFFFFF;border:1px solid #CCCCCC;color:#444;padding:2px;width:270px}