body {
background: #56585a;
margin: 10px auto;
font-family: Arial;
color: #FFFFFF;
font-size: 13px;
}

A:link {text-decoration: none; color: #c60000;}

A:visited {text-decoration: none; color: #c60000;}

A:active {text-decoration: none}

A:hover {}

#container {
width: 770px;
margin: 0 auto;
background: #000000 url(bg.gif) no-repeat;
text-align: left;
color: #000000;
}

#logo {
width: 760px;
padding-left: 10px;
padding-top: 10px;
}

#textcontainer {
background: #f3f3f3;
background-position: bottom;
width: 770px;
color: 000000;
padding-top: 10px;
}

#main {
width: 490px;
float:left;
padding-left: 10px;
}

#side {
width: 210px;
margin-left: 40px;
margin-right: 10px;
float:left;
}

#tabsH {
float:left;
line-height:normal;
width: 760px;
padding-left: 10px;
}

#tabsH ul {
margin:0;
padding:10px 0px 0 0px;
list-style:none;
}

#tabsH li {
display:inline;
margin:0;
padding:0;
}

#tabsH a {
float:left;
background:url("tableftH.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

    #tabsH a span {
      float:left;
      display:block;
      background:url("tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

img.floatLeft { 
    float: left; 
    margin: 0px 8px 0px 0px; 
}

#official {
    float: left;
    padding: 15px 0px 0px 15px;
    width: 230px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    color: #c60000;
}

h2 {
    margin-top: 0px;
    color: #c60000;
}

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.4em;
    color: #c60000;
}

#comments {
  width: 480px;
}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(bg_comments2_cite.gif);
	border-top:1px solid #c60000;
	border-bottom:1px solid #c60000;
	color:#c60000;
	font-size: .9em;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#c60000;
	}

.commentlist a:hover, .commentlist a:active {
	color:#c60000;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #c60000;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: bold 1.1em Arial;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #c60000 url(bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c60000;
	padding: 0px 10px 5px 10px;
	color:#fafcf6;
	}

#blogpostmeta {
    width: 480px;
    background: #CCCCCC;
    color: #000000;
    padding: 5px;
    margin-bottom: 30px;
}