body {
	background:#F7F7F7;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9D9D9D;
}

h1 {font-size: 0.8em; color: #000000; margin-bottom:10px;}

#commentsContainer h1{margin:0px 0px 0px 0px;}

h2 {font-size: 1.1em; color: #000000;}

#header h2 {font-size:0.8em; font-weight:bold; float:right; margin:100px 12px 0px 0px;}

p { margin-bottom: 20px; font-size: 0.8em; letter-spacing:1px; color: #000000;}

.column p {font-size: 0.7em;}

ul { color: #000000; font-size: 0.8em; list-style:none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}

.column ul {font-size: 0.7em; font-weight:bold;}

li { margin:10px 0px 10px 0px; list-style:none;}

#header li{ margin:5px 0px 5px 0px; font-weight:bold;}

.tableborder { border: 1px solid #9D9D9D; }

.headline { font-size: 1.1em; color: #fcdc67; font-weight: bold; }

a { text-decoration: none; color: #000000; font-weight: bold; }
a:hover { border-bottom: 1px dotted #9D9D9D; }

#header{background:url(img/header.jpg) no-repeat; width:760px; height:122px; float:left;}

#commentsContainer{width:200px; height:190px; border:1px solid #9D9D9D;}

#commentsContainerHeader{width:185px; height:23px; background-color:#D7FDE4; border-bottom:1px solid #9D9D9D; padding:5px 0px 0px 15px;}

#menu {width: 760px; height: 27px;}
#menu ul {list-style: none; margin: 0px; padding: 0px; margin:5px 0px 5px 0px;}
#menu li {display:inline; padding:7px 0px 3px 0px;}
#menu a {padding: 7px 4px 10px 4px;  color: #000000; line-height: 19px; text-decoration:none; font-weight:normal;}
<!--#menu a:hover { color: #FFF; border: 0px; background: #fcdc67}-->


.bold { font-weight: bold; letter-spacing:1px;}
.gold { color: #FDD746;}
.col {color: #000000; font-size: 0.8em;}

/*Slide Show*/

#slideshow {
position:relative;
height:190px;
}
 
#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
opacity:0.0;
}
 
#slideshow IMG.active {
z-index:10;
opacity:1.0;
}
 
#slideshow IMG.last-active {
z-index:9;
}

/*End of Slide Show*/

