html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	min-width: 800px;
	margin-top:-5px;
}

#wrapper{
	width:835px;
	margin:0 auto;
}
#header{
	height: 180px;
	background: url("http://chickchat.net/images/header.jpg");
	list-style-type: none;
}
#footer{
	min-height: 41px;
	background: url("http://chickchat.net/images/footer.jpg");
	background-repeat:no-repeat;
	color: #9C6;
	padding-top:40px;
	margin:0 auto;
}
#topofcontainer{
	background: url("http://chickchat.net/images/topofcontainer.jpg");
	width:835px;
	height: 13px;
	font-size:1px;
}
#container{
	background: url("http://chickchat.net/images/container.jpg");
	background-repeat:repeat-y;
       text-align: left;
}

#postholder{
text-align: left;
width: 720px;
margin:0 auto;

}

a:link {color: #668B91;	text-decoration: none;}
a:visited {	text-decoration: none;	color: #668B91;}
a:hover {	text-decoration: none;	color: #000;}
a:active {	text-decoration: none;	color: #000;}
a img{
	border-width:0;
}

#menu li{
		float: left;
		text-align:center;
  		width:101px;
  		height:25px;
		padding-top:155px;
		list-style: none;
		padding-left:1px;
}
#menu a{
	    color:#8AAE3E;
  		display:block;
		border: 0px;
		background-image:url(http://chickchat.net/images/tab.png);
		font-size: 16px;
		padding-top: 3px;
}
#menu a:hover{ 
		background-image:url(http://chickchat.net/images/tab_over.png);
		color: #FFF;
}