html,body {
	font: 11px Verdana, sans-serif;
	color: #45392B;
	background: url(images/bg.jpg) repeat-x;
	background-color: #6D97BF;
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:788px;
	margin:0 auto;
	text-align:center;
	padding:0;
	background:url(images/bg_slice.jpg);
}
#buttons {
	width:780px;
	height:49px;
	margin:0 auto;
	text-align:center;
	padding:0;
	padding-top:22px;
}
#top2 {
	width:780px;
	height:221px;
	margin:0 auto;
	text-align:center;
	padding:0;
}
#right {
 	width:460px;
 	float:right;
	text-align:left;
	padding: 20px 20px 0 20px;
}
#in-left {

}
#left {
	float:left;
	width:268px;
	text-align: center;
	padding: 20px 0 0 8px;
}

/* Paragraphs */

p {
	line-height: 16px;
}
p.center, p.content-nav {
	text-align: center;
}
.entry-body p {
	text-align: justify;
}
p.entry-footer {
	border-top: 1px solid #efefef;
	font-size: 10px;
}
/* Headers */

h1 {
	font: 18px Arial;
	color: #005CAF;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2 {
	font: 14px Arial;
	color: #45392B;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Links */

li {
	line-height: 16px;
}
blockquote {
	color:#cacbc4;
}

ul {
	margin-left: 4px;
	padding-left: 12px;
}
.comments-open label { display: block; }
input {
	color:#aaa;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 11px Verdana;
}