body {background-color: #f5f5f5;
	text-align:center;
}
	
#wrap {background-color: white;
	padding: 10px;
	font-family: arial;
	font-size: 11px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
table.header {width: auto; 
	background-color: #d5f296; 
	padding: 4px; 
	margin: 1px;
}

table.post {width: auto; 
	background-color: #eef3e7; 
	padding: 4px; 
	margin: 1px;
}

td.title {width: 350px;
}

td.other {width: 100px;
}

td.ptitle {width: 350px;
	border-bottom: 1px solid white;
}
td.pother {width: 100px;
	border-bottom: 1px solid white;
}
td.aother {width: 558px;
	background-color: white;
}

input.search {width: 150px;
	padding: 2px;
	font-family: arial;
	font-size: 11px;
	color: #808080;
	border: 1px solid #d5f296;
	background-color: white;
}

textarea.acom {width: 400px;
	height: 100px;
	font-family: arial;
	font-size: 11px;
}

/*Navlinks*/
a.nav:link {text-decoration: none;
	color: #363a2d;
}
a.nav:visited {text-decoration: none;
	color: #363a2d;
}
a.nav:hover {text-decoration: none;
	color: #131313;
}
a.nav:active {text-decoration: none;
	color: #131313;
}

#footer {width: 800px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #d5f296;
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-size: 11px;
	color: white;
}
