/* Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* { outline: none; }

/* Clearfix CSS */

.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%;
}

/* Body */

body { 
	background-color: #f3f3a7;
	background-image: url(images/bg-bamboo.jpg);
  font: 14px 'Geneva', 'Arial', Sans-Serif;
  font-weight: 500;
  color: #efefef;
  opacity: 0.99999; 
  -moz-opacity: 0.99999; 
  -khtml-opacity: 0.99999; 
  filter: alpha(opacity=99);
}

h3 {
  font-size: 23px;
  color: #f3f3a7;
  font-family: "Lucida Grande", Arial;
  font-weight: 700;
  margin-bottom: 5px;
}

h4 {
  font-size: 16px;
  color: #a6a692;
  margin-bottom: 15px;
}

p {
  margin-bottom: 10px;
}

p.image {
  margin-bottom: 20px;
}

p.copyright {
  margin-top: 40px;
  font-size: 11px;
}


#container {
  width: 1030px;
}

#left-side {
  float: left;
  width: 800px;
  background-image: url(images/bg-dark-w-shadow.png);
  background-repeat: repeat-y;
  text-align: left;
}

#left-side p {
  line-height: 1.6em;
}

#left-side a {
  color: #f3f3a7;
  font-weight: bold;
  text-decoration: underline;
}

#left-side a:hover {
  color: #424242;
  font-weight: bolder;
}

#left-side h1#marquee {
  width: 800px;
  height: 170px;
  background-image: url(images/h1-steeze.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

#left-side div#stories {
  width: 750px;
  padding: 20px 22px 10px 23px;
  border-top: #232323 solid 1px;
  background-color: #111111;
  color: #efefef;
  min-height: 460px;
  font-size: 13px;
}

#left-side .faux-hr {
  border-top: dashed #272727 2px;
  height: 5px;
  margin: 25px 0 20px;
}

img.marquee {
  width: 734px;
  height: 367px;
  border: 8px solid #272727;
}

#right-side {
  float: right;
  width: 210px;
  padding: 46px 0px 20px;
  text-align: center;
  color: #0A0A0A;
  font-size: 15px;
  font-weight: 500;
}

#right-side a {
  color: #111111;
  font-weight: bolder;
  text-decoration: underline;
}

#right-side ul#nav {
  margin: 0px 0 16px;
}

#right-side ul#nav li {
  float: left;
  width: 70px;
  height: 65px;
  text-align: center;
}

.offset {
  display:none;
}

#footer {
  width: 775px;
  height: 175px;
  background-image: url(images/bg-footer.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  padding: 25px 20px 0 5px;
}

#footer a {
  color: #f3f3a7;
  font-weight: bolder;
  text-decoration: underline;
}