body{
	background-color: #2F2F2F;
	font-family: Arial;
	color: #4f4f4f;
	font-size: 11px;
	text-align:center;
}

table {
	font-size: 11px;
	margin-left:80px;
}
input[type='text'] {
	border:1px solid #000;
}
 
#container {
	text-align:left;
	width:975px;
	
	
}

#sidepanel {
	float:left;
	width:244px;
	margin-top:15px;
	background-color: #fff;
	background-image: url("images/sidepanel-down.jpg"),  url("images/sidepanel-up.gif");
	background-repeat: no-repeat;
	background-position: bottom , top;
}
#sidepanel img {
	border:none;
}
#sidepanel .title {
	float:left;
	clear:both;
	position:absolute;
	margin-left:-20px;
	margin-top:10px;
	background: url("images/sidepanel-titles.gif") no-repeat;
	width:226px;
	height:31px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:30px;
	text-shadow: 2px 2px 5px black;

}
#sidepanel a { 
	font-size:13px;
}
#sidepanel .more a{
	font-size:11px;
} 
p {
	margin-left:10px;
	margin-right:10px;
}

#centerpanel {
	float:left;
	width:465px;
	margin-left:25px;
	margin-top:20px;

}

#menu {
	position:absolute;
	background: url("images/menubg.gif") repeat-x;
	height:41px;
	width:649px;
	margin-left:244px;
	margin-top:100px;
	text-align:left;
}

#menu li {
	display:inline;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	margin-left:20px;
	/*border-right:1px solid #c3c3c3;*/
	text-transform:uppercase;
	text-shadow: 2px 2px 5px black;

}

#menu li a {
	color:#fff;
		
}

#menu li a:hover {
	color:#c3c3c3;

}

.headerImg {
	margin-top:30px;
	border:3px dotted #000;
}
#content {
	float:left;

	width:622px;
	margin-top:20px;
	background-color: #fff;
	background-image: url("images/content-down.jpg"),  url("images/content-up.gif");
	background-repeat: no-repeat;
	background-position: bottom , top;
}
#content p {
	margin-left:60px;
}
#content .title {
	font-size:16px;
	font-weight:bolder;
}
.date {
	position:absolute;
	margin-left:-20px;
	height:88px;
	width:70px;
	color:#fff;
	background: url("images/datebg.gif") no-repeat;
	margin-top:10px;
	text-align:center;
}
.date .num {
	font-size:50px;
}

.comments {
	position:absolute;	
	width:105px;
	height:23px;
	background: url("images/comment-bg.gif") no-repeat;
	text-align:center;
	line-height:24px;
	
}

.empty {
	clear:both;
	height:40px;
}

a,a:hover,a:visited {
	color:#4f4f4f;
	text-decoration:none;
}

#footer {
	clear:both;
	width:900px;
	text-align:center;
	color:#fff;
	background: url("images/menubg.gif") repeat-x;
	height:41px;
	margin-left:auto;
	margin-right:auto;
	line-height:37px;
	text-shadow: 2px 2px 5px black;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	color:#c3c3c3;
}

.more {
	clear:both;
	position:absolute;
	text-align:center;
	margin-left:140px;
	width:59px;
	height:16px;
	background: url("images/more.gif") no-repeat;
}
.more a {
	color:#fff;
}

.news {
	margin:0px;
}

.tags {
	background-color:#c3c3c3;
	width:500px;
}
