body {
	font-family: 'Trebuchet MS', Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#imageTable {
	color: #777;
	margin: 0 auto 0 auto;
}

#imageTable a:link, #imageTable a:visited {
	font-weight: normal;
	color: #777;
	text-decoration: none;
}

#imageTable a:hover {
	font-weight: normal;
	color: #c9ccb1;	
	text-decoration: underline;
}

#imageTable td.logo {
	text-align: right;
	font-weight: bold;
}

#imageTable tr.heading td {
	padding: 0 0 5px 0;
    vertical-align: bottom;
}

#imageTable .imageBorder {
	border: 1px #777 solid;
	padding: 2px;
}

#imageTable tr.footer td {
	text-align: center;
	padding: 5px 0 0 0;
}

#image {
	position: relative;
}

#image img {
	z-index:8;
}

#image a span {
	display: none;
	padding:5px;
}

#comment {
    background-color: #ccc;
	color:#111;
	margin: 10px;
	padding: 10px;
	border: 1px #7e806f dotted;
}

#comment * {
  margin: 0px;
  padding: 0px;
}

#comment .header {
       width: 100%;
        overflow: auto;
       margin-bottom: 10px;
}

#comment img {
    float: right;
    margin: 0 0 7px 7px;
    border: 4px #fff solid;
}

#comment HR {
	border-bottom: 0px;
    height: 1px;
    color: #000;
    background-color: #000;
}

#comment P {
	margin-bottom: 10px;
}

#comment H2 {
	font-size: 1em;
}

#about {
	width: 740px;
    margin: 10px auto 10px auto;
	color:#fff;
	padding: 10px;
	border: 0px #7e806f dotted;
}

#about IMG {
	border: 5px #fff solid;
    margin: 0 auto 0 auto;
    display: block;
}

#about A {
   margin: 0 auto 0 auto;
}

#about a:link, #about a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#about a:hover {
	font-weight: bold;
	color: #ef5f05;	
	text-decoration: underline;
}

#archives {
	margin: 10px auto;
	color:#fff;
	padding: 10px;
	border: 0px #7e806f dotted;
	text-align: center;
}

#archives_old {
	margin: 10px 0 0 20px;
	background-color: #222;
	padding: 5px;
    width:400px;
}

#archives_old H3 {
	font-size: 1.25em;
}

#archives a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

#archives a:hover {
	color: #ef5f05;
	text-decoration: none;
}

.categoryTitle {
        font-weight: bold;
}

#archives img {
	margin: 3px;
	border: 5px solid #FFFFFF;
}
