html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

html {
  background: white url("image/contentbg.jpg") no-repeat left 100px; 
}

div#page {
  font-family: "Trebuchet MS", Arial, Sans-Serif;
  font-size: 12px;
}

a {
  color: #363e66;
}

a:visited {
  color: #726e6c;
}

a img {
  border: 0;
}

div#top {
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  border-bottom: 1px solid #cecece;
  background: url("image/titlebg.jpg") no-repeat;
}

div#top img {
display: none;
}

div#top h1 {
  font-family: Georgia, "Liberation Serif", Serif;
  font-size: 22px;
  padding: 10px 0;
  margin-bottom: 10px;
/*  margin: 70px 25% 0 0; */
  margin-top: 105px;
  text-align: center;
  background: url('image/h1bg.png') no-repeat center;
}

div#top img {
  float: left;
  margin-left: 80px;
}

div#content {
  margin: 30px 0 0 0x; 
  margin-top: 35px;
  padding: 10px 20px;
  padding-top: 100px;
  padding-right: 160px;
  padding-left: 180px;
  min-height: 500px;
  font-family: Georgia, "Liberation Serif", Serif;
  font-size: 13px;
}

div#content #container {
  margin-left: -160px;
}

div#right, div#content h2, div#content h3, div#content h4 {
background-color: rgba(163,104,59,0.04);
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.08, rgba(151,170,186,0.12)),
    color-stop(0.74, rgba(163,104,59,0.12))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgba(151,170,186,0.12) 8%,
    rgba(163,104,59,0.12) 74%
);
padding: 3px 15px; 
 border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
div#content p, div#content li, .dateline, .byline {
background-color: rgba(163,104,59,0.02);
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.08, rgba(151,170,186,0.05)),
    color-stop(0.74, rgba(163,104,59,0.05))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgba(151,170,186,0.05) 8%,
    rgba(163,104,59,0.05) 74%
);
	margin: 0px;
	padding: 5px 10px; 
	line-height: 1.3em;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

div#content li {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 20px;
}

div#content ul {
	list-style: inside circle;
}

div#content ol { list-style-position: inside; }

div#left {
  position: absolute;
  left: 0;
  top: 100px;
  width: 160px;
}

div#left div.navh {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 0 12px;
  padding: 10px 6px 0 0;
  text-align: right;
  border-bottom: 1px dotted black;
}

div#left ul.navl {
  font-family: Verdana, Sans-Serif;
  margin: 0;
  padding: 0;
  padding: 0 0 10px 35px;
  list-style-type: square;
  list-style-position: outside;
  color: silver;
  font-size: 11px;
}

div#left ul.navl li {
  margin: 0;
  padding: 0;
}

div#left ul.navl a {
  text-decoration: none;
  color: #262629;
}

div#left ul.navl a:hover {
  text-decoration: underline;
  color: black;
}

div#right {
  position: absolute;
  margin: 0;
  padding: 12px 0 12px 12px;
  right: 0;
  top: 150px;
  width: 130px;
  font-size: 11px;
}

div#right embed, div#right object {
  margin-left: -5px;
}

div#right input {
  font-family: Tahoma, Sans-Serif;
  font-size: 8pt;
  max-width: 120px;
}

div#right table {
  width: 130px;
  margin: 0 0 0 -5px;
  padding: 0;
}

div#right img {
  border: 0;
}

div#right h1, div#right h2 {
  font-size: 14px;
}

div#right h3, div#right h4, div#right h5 {
  font-size: 12px;
}

div#right .extra {
  padding: 0 20px 0 0;
}

div#right ul {
  list-style: circle;
}

div#footer {
  font-size: 10px;
  text-align: center;
  clear: both;
  margin-top: -50px;
  padding-top: 300px;
  background: url("image/footerbg.jpg") no-repeat bottom right;
}

div#footer a {
  text-decoration: none;
  color: black;
}

div#footer ul {
	list-style: none;
}

div#feature {
  position: absolute;
  width: 220px;
  height: 140px;
  top: 0;
  right: 0;
  border-left: 1px solid #dedede;
}

div#feature a {
  border: 0;
}

div#feature img {
  border: 0;
}

div.extra ul br {
	display: none;
}

div.extra ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
}

div.extra ul li {
	margin-bottom: 3px;
}

div#content p.youtube {
	text-align: center;
	background: inherit;
}

