body {
  background:url(../images/bg_top.gif) top left repeat-x;
  font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size:small;
  margin:0px;
  padding:0px;
}

a:hover {
  color:#c00;
}

/*=========================================================================
## header
=========================================================================*/
div#header h1 {
  background:url(../images/bg_header_logo.gif) top left no-repeat;
  height:39px;
  margin:24px 0 0 19px;
  overflow:hidden;
  padding:0px;
  width:549px;
}

div#header h1 a {
  float:left;
  height:39px;
  text-indent:-2000px;
  width:549px;
}

div#header h2, div#header hr {
  display:none;
}

/*=========================================================================
## top navigation
=========================================================================*/
div#header ul {
  list-style:none;
  margin:22px 0 0 21px;
  overflow:hidden;
  padding:0px;
  width:557px;
}

div#header ul li {
  background-image:url(../images/tabs.gif);
  float:left;
  margin:0 2px 0 0;
  padding:0px;
}

div#header ul li.last {
  margin-right:0px;
}

div#header ul li a {
  display:block;
  height:25px;
  text-indent:-2000px;
}

/* unselected tabs */
div#header ul li#tab_home {
  background-position:0px 25px;
}

div#header ul li#tab_disclaimer {
  background-position:-62px 25px;
}

div#header ul li#tab_defects {
  background-position:-163px 25px;
}

div#header ul li#tab_stories {
  background-position:-297px 25px;
}

div#header ul li#tab_contact {
  background-position:-420px 25px;
}

/* selected tabs */
body#home div#header ul li#tab_home {
  background-position:0 0;
}

body#disclaimer div#header ul li#tab_disclaimer {
  background-position:-62px 0px;
}

body#defects div#header ul li#tab_defects {
  background-position:-163px 0px;
}

body#stories div#header ul li#tab_stories {
  background-position:-297px 0px;
}

body#contact div#header ul li#tab_contact {
  background-position:-420px 0px;
}

/* tab links */
div#header ul li#tab_home a {
  width:62px;
}

div#header ul li#tab_disclaimer a {
  width:101px;
}

div#header ul li#tab_defects a {
  width:134px;
}

div#header ul li#tab_stories a {
  width:123px;
}

div#header ul li#tab_contact a {
  width:102px;
}

/*=========================================================================
## content
=========================================================================*/
div#content {
  background:#fff;
  margin:0px;
  overflow:hidden;
  padding:0 0 20px 0;
  width:850px;
}

div#content div#left {
  background:url(../images/bg_left_content.gif) top left no-repeat;
  display:inline; /* fixes double margin bug in IE 6 */
  float:left;
  margin:17px 0 0 11px;
  min-height:430px;
  padding:30px 29px 0 29px;
  width:460px;
}

/* for Internet Explorer */
/*\*/
* html div#content div#left {
height:430px;
}
/**/

div#content div#left h2.pagename {
  color:#365da7;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:150%;
  margin:0 0 15px 0;
  padding:0px;
}

div#content div#left h3 {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:110%;
  margin:0 0 5px 0;
  padding:0px;
}

div#content div#left h3 a {
  color:#000;
  text-decoration:none;
}

div#content div#left p {
  margin:0 0 20px 0;
  padding:0px;
}

div#content div#left div.yourstory {
  margin:0 0 15px 0;
  overflow:hidden;
  padding:0px;
  width:100%;
}

div#content div#left div.yourstory img {
  border:1px solid #000;
  float:left;
  margin:0 10px 0 0;
}

div#content div#right {
  float:right;
  margin:26px 0 0 0;
  padding:0px;
  width:300px;
}

div#content div#right p {
  margin:0 0 20px 0;
  padding:0px;
}

div#content div#right p img {
  border:1px solid #000;
}

/*div#content div#right h3 {
  display:none;
}

div#content div#right ul {
  list-style:none;
  margin:20px 0 0 0;
  padding:0px;
}

div#content div#right ul li {
  margin:0px;
  padding:0px;
}

div#content div#right ul li.relatedlinks {
  background:url(../images/btn_related_links.gif) top left no-repeat;
}

div#content div#right ul li a {
  display:block;
  height:70px;
  text-indent:-2000px;
  width:300px;
}*/

div#content div#right div.box {
	background:url(../images/right_box_bg.png) bottom left no-repeat;
	color:#fff;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
}

div#content div#right div.box h3 {
	height:30px;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}

div#content div#right div.box.links h3 {
	background:url(../images/right_box_title_links.png) top left no-repeat;
}

div#content div#right div.box p {
	margin:0 22px 0 22px;
	padding:0px;
}

div#content div#right div.box ul {
	list-style:none;
	margin:0 22px 0 22px;
	padding:0px;
}

div#content div#right div.box ul li {
	margin-top:10px;
}

div#content div#right div.box ul li a {
	color:#fff;
}

/*=========================================================================
## footer
=========================================================================*/
div#footer {
  border-top:1px solid #999;
  font-size:small;
  margin:0 0 0 20px;
  padding:0 0 20px 0;
  width:830px;
}

div#footer hr {
  display:none;
}

div#footer p {
  color:#666;
  margin:12px 0 0 0;
  padding:0px;
}

div#footer ul {
  list-style:none;
  margin:10px 0 0 0;
  overflow:hidden;
  padding:0px;
  width:800px;
}

div#footer ul li {
  display:inline; /* fixes double margin bug in IE 6 */
  float:left;
  margin:0 15px 0 0;
  padding:0px;
}

div#footer ul li a {
  color:#666;
}

div#footer ul li a:hover {
  color:#333;
}