body {
		font:12px/1.4em Verdana, sans-serif;
		color:#333333;
		background-color:#000;
		
		margin:0px auto;
		padding:0;
		
	}

	h2 {
		color:#8cc63f;
		font-weight: 700;
	}
	
#whole {
	margin:0px auto;
	width:800px;
	background-color:#333333;
}
 
	
	
	img {
		
	}
 
	#frame {
		
		width:580px;
		margin: auto;
		padding:0px;
		padding-left:10px;
		
	}
 
	#header {
		width:800px;
		height:132px;
		background-image: url(img/header.png);
	}
	
	div.item-top {
		width:572px;
		height:20px;
		background-image: url(img/post-top.png);
	}
	div.item-bottom {
		width:572px;
		height:40px;
		background-image: url(img/post-bottom.png);
	}
	
	div.item {
		width:572px;
		background-image: url(img/post-middle.png);
		background-repeat: repeat-y;
		padding-left:20px;
		padding-right:20px;
	}
	div.item-fit {
		width:530px;
	}
	
	#menu {
		background-image: url(img/toplinks.png);
		background-repeat:repeat-x;
		height:66px;
		margin:0;
	}
	
	div.item a {
		color:#8cc63f;
		text-decoration:none;
	}
	div.item a:hover {
		color:#333333;
		text-decoration:none;
	}
	
	
	
	
	ul.postnav {
		padding-left:20px;
		padding-top:14px;
		list-style-type:none
	}
	ul.postnav li {
		display: inline;
		margin-right: 5px
	}
	ul.postnav a {
		padding:5px 0;
		font: bold 100% Verdana,Arial,sans-serif;
		text-transform:uppercase;
		color: #eee;
		text-decoration:none;
		text-align:center
	}
	ul.postnav a:hover {
		color:#333333;
	}
