body {
	color: #939598;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #FFFFFF;
}

#wrap {
	width: 1000px;
	margin: 0px auto;
	background: url(images/wrap.jpg) repeat-y center;
}

#header {
	width: 1000px;
	height: 449px;
	background: url(images/headetc2.jpg) no-repeat center;
}

#slideshow {
	margin-left: 329px;
	margin-top: 14px;
}
	
#menu {
	width: 750px;
	height: 27px;
	margin-left: 200px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
        list-style: none;
}

#menu ul li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 17px;
	margin: 27px 5px 5px 10px;
	padding: 3px 10px 0 10px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
        text-decoration: none; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
        color: #FFFFFF;
}

#menu a:active {
	background-image: url(images/img04.gif);
}


#content {
	width: 1000px;
	padding: 0px;
	margin-top: -244px;
	min-height: 500px;
}

#sidebar {
	width: 365px;
	height: 428px;
	margin: 0px;
	padding: 0px;
	float: left;
	background:url(images/sidebar.jpg) no-repeat;
}

#main_content {
	width: 540px;
	margin: 0px;
	padding-top: 30px;
	margin-left: 50px;
	float: left;
}	

.entry {
	line-height: 1.3em;
}

.entry p {
	margin: 0px;
}

#footer {
	width: 1000px;
	height: 65px;
	background: url(images/footer.jpg) no-repeat center;
}

#footer p {
	font-size: 10px;
	padding-top: 40px;
	margin-left: 400px;
}

#footer a {
	color: #939598;
	text-decoration: none;
}
table.menuheader tr td {
   background-color: white;
   height: 40px;
   width: 50px;
   font-weight: bold;
   text-align: center;
   font-size: 10px;
   padding-left: 75px;
   padding-right: 5px;   

}
table.menuheader a{
 font-weight: bold;
   align: center;
text-decoration: none;
}