/* -----  Layout  ----- */

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#container {
  position: relative;
  min-height: 100%;
  min-width: 860px;
  width: 100%;
  margin: 0;
  padding: 0 0 140px 0;
  text-align: center;
}

* html #container { /* GOSH DARN IE HACKS */
  height: 100%;
}

.style_content {
  position: relative;
  margin: 0 auto;
  text-align: left;
}

br.clear {
  clear: both;
}

/* Header Layout */

#header {
  margin: 0;
  padding: 0;
}

#header .style_content {
  width: 860px;
  height: 145px;
  position: relative;
  display: block;
  text-indent: -9000px;
}

#header h1 a {
  display: block;
  height: 50px;
  width: 130px;
  margin: 0 0 0 35px;
}

/* -----  Content Layout  ----- */

#content {
  margin: 0;
  padding: 0;
}

#content .style_content {
  width: 790px;
  padding: 0;
}

#content .style_content #left_content {
  width: 575px;
  margin: 0;
  padding: 0;
  float: left;
}

#content .style_content #sidebar {
  width: 185px;
  margin: 0 0 0 27px;
  padding: 0;
  float: left;
}

#content .style_content #sidebar {
  width: 185px;
  margin: 0 0 0 27px;
  padding: 0;
  float: left;
}

* html #content .style_content #sidebar {
  width: 185px;
  margin: 0 0 0 24px;
  padding: 0;
  float: left;
}


/*-----  Footer Layout  ----- */

#footer {
  position: relative;
  margin-top: -140px;
  text-align: center;
  height: 140px;
}

#footer .style_content {
  width: 860px;
  padding: 24px 0 0 0;
}

#copyright_notice {
  display: block;
  padding: 0 0 44px 0;
  margin: 0 0 0 25px;
  line-height: 60px;
}

/* -----  Typography  ----- */

body {
  font: 9pt "Lucida Grande", Arial, Sans-serif;
  line-height: 160%;
  color: #555;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: -0.06em;
  color: #db9a34;
  font-family: Tahoma, Arial, Sans-serif;
}

p, center, blockquote, quote, pre {
  margin: 0 0 20px 0;
}

blockquote, quote {
  margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
}

h1 {
  font-size: 250%;
  line-height: 100%;
}

h2 {
  font-size: 170%;
  line-height: 100%;
  margin: 0 0 5px;
}

h3 {
  font-size: 150%;
  line-height: 100%;
}

#left_content h3 {
  font-size: 150%;
  line-height: 100%;
  margin: 0 0 20px;
}

h4 {
  font-size: 130%;
  line-height: 100%;
}

h5 {
  font-size: 110%;
  line-height: 100%;
}

h6 {
  font-size: 100%;
  line-height: 100%;
}

ul, ol, dl {
  margin: 0 0 15px 0;
  padding: 5px 0;
}

li, dd {
  margin: 0 0 5px 20px;
  padding: 0 0 0 5px;;
}

ul li {
  list-style-type: square;
}

dt {
  margin: 0 0 5px 0;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #db9a34;
}

#header a {
  text-decoration: none;
  color: #db9a34;
}

#tagline {
  font-size: 120%;
}

#footer {
  font-size: 80%;
  color: #ccc;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer em {
  font-family: Georgia, Times;
}

#sidebar p {
  font-size: 92%;
  font-style: italic;
  line-height: 13px;
  color: #fff;
  letter-spacing: 0.04em;
  margin: 0 10px 10px 10px;
}

* html #sidebar p {
  margin: 0 0 10px 0;
}

#sidebar h3 {
  font-size: 100%;
  border-bottom: 1px dotted #333;
  padding: 0 0 5px 0;
  color: #fff;
  letter-spacing: 0.04em;  
}

#sidebar #main_navigation {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#sidebar #main_navigation li {
  margin: 0;
  padding: 0 0 3px 5px;
  list-style: none;
  width: 100px;
}

#sidebar #main_navigation li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#sidebar #main_navigation li a:hover {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

#content #sidebar a:hover {
  color: #555;
  font-weight: bold;
  text-decoration: none;
}

#content #sidebar a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#content a {
  color: #db9a34;
  text-decoration: none;
}

#content a:hover {
  color: #555;
  text-decoration: none;
}

#content img {
  margin: 7px;
  padding: 3px;
  border: 1px solid #998462;
  background: #fff;
}

#content img:hover {
  border: 1px solid #555;
}

#content #works img {
  margin: 4px 0 0 0;
  padding: 3px;
  border: 1px solid #aaa;
  background: #fff;
}

#content #works img:hover {
  border: 1px solid #555;
}

#works table td {
  border: solid #aaa;
  border-width: 0 0 1px 0;
}

#works table {
  border: double #555;
  border-width: 3px 0 0 0;
}

#works table ol {
  margin: 3px 0 5px 30px;
  padding: 0;
}

#works table li {
  margin: 0;
  padding: 0 0 2px 5px;
}

.works_table_header {
  font-weight: bold;
  color: #db9a34;
}

/* -----  Background Graphics  ----- */

body {
  background: #dedede;
}

#container {
  background: url(../../assets/images/body_back.jpg) repeat-y center;
}

*:first-child+html #container { /* GOSH DARN IE HACKS */
  background: url(../../assets/images/body_back_ie.jpg) repeat-y center;
} 

* html #container { /* GOSH DARN IE HACKS */
  background: url(../../assets/images/body_back_ie.jpg) repeat-y center;
}

#header .style_content {
  background: url(../../assets/images/header.jpg) repeat-x;
}

#content .style_content {
  background: url(../../assets/images/new_background.jpg) no-repeat 0 0;
}

#header {
  background: url(../../assets/images/back_header.jpg) repeat-x;
}

#footer {
  background: url(../../assets/images/back_footer.jpg) repeat-x top;
}

#footer .style_content {
  background: url(../../assets/images/footer.jpg) no-repeat top;
}