body {
	text-align: center;
	margin: auto;
	background-color: #BFEEF4;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555759;
}
body,h2 {
	display: inline;
	font-size: 15px;
}
body,h3 {
	display: inline;
	font-size: 11px;
}
body a {
	color: #1F2557;
}
#menu a {
	font-size: 12px;
	color: #3C2810;
	text-decoration: none;
}
#menu a:hover {
	color: #3C2810;
	text-decoration: underline;
}
#menu strong {
	color: #3C2810;
	font-size: 12px;
}
#wrapper {
	width: 80%;
}
#right {
	position: absolute;
	top: 13%;
	right: 8%;
	width:150px;
}
.post {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	min-width: 80%;
	max-width: 80%;
	position: relative;
	left: -10%;
	margin-bottom: 3px;
	background-color: #FFF;
	border: 1px solid #555759;
}
.info {
	font-size: 10px;
	color: #808080;
}
.box {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	float: left;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #555759;
}
.box a {
	color: #555759;
	text-decoration: none;
}
.box a:hover {
	color: #000;
	text-decoration: underline;
}
.cats {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #555759;
}
.cats a {
	padding-left:7px;
	color: #555759;
	text-decoration: none;
}
.cats a:hover {
	color: #000;
	text-decoration: underline;
}
.button {
	border: 1px solid #555759;
	background-color: #F0F0F0;
}
.input {
	border: 1px solid #555759;
	margin-bottom: 2px;
	width: 90%;
}