body {
	background: url(../img/bg.png);
	font: italic 14pt "Palatino Linotype", Georgia;
	margin: 0;
	padding: 0;
}


input[type="text"], textarea {
	background:#ecd7b4; 
	border:1px solid #dac49f; 
	padding: 3px; 
	margin: 1px;
	font: italic 13pt "Palatino Linotype", Georgia;
	width: 460px;
}


#submit {
	background:#791f1b; 
	border: solid 1px #670F05; 
	margin: 10px 0 0 480px;
	padding: 3px;
	color: #fff;
	width:120px;
	font: italic 13pt "Palatino Linotype", Georgia;
}


a {
	text-decoration: none;
	color: #890606;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
	color: #890606;
}


.logo {
	width: 285px;
}


hr {
	color: #d5ae75;
	background-color: #d5ae75;
	border: 0px none; 
	height: 1px; 
}


.menu {
	width: 279px;
	margin: 40px 0 0 0;
	padding: 0;
}


.menu div{
	margin: 6px 0px;
	padding: 1px 0 0 42px;
	background: url(../img/menu_bg.png) left bottom;
	width: 237px;
	height: 40px;
	font-size: 15pt;
	font-weight: bold;
}


.menu a, .menu  a:hover {
	color: #000000;
	text-decoration: none;
}


.content_tl {
	height: 25px;
	width:25px;
	background: url(../img/content_tl.png);
}


.content_top {
	background: url(../img/content_top.png) repeat-x;
}


.content_tr {
	width:25px;
	height: 25px;
	background: url(../img/content_tr.png);
}


.content_left {
	width:25px;
	background: url(../img/content_left.png) repeat-y;
}


.content_right {
	width:25px;
	background: url(../img/content_right.png) repeat-y;
}


.content_bl {
	height: 25px;
	width:25px;
	background: url(../img/content_bl.png);
}


.content_bottom {
	background: url(../img/content_bottom.png) repeat-x;
}


.content_br {
	width:25px;
	height: 25px;
	background: url(../img/content_br.png);
}


.content_center {
	background:#FFEBCA;
	padding: 10px 15px 20px 15px;
	text-align: justify;
}


.guest_post {
	width: 97%;
	padding: 10px;
	margin-bottom:20px;
	background:#FFE8C4; 
	border:1px solid #EFD0B8;
border-radius: 4px;
}

 .news_post {
	width: 97%;
	padding: 10px;
	margin-bottom:30px;
	background:#FFE8C4; 
	border:1px solid #EFD0B8;
border-radius: 4px;
}


.guest_date, .news_date {
	width: 90px;
	margin-right:10px; 
	padding: 1px 0px 2px 0px;
	text-align: center;
	background:#791f1b; 
	border: solid 1px #670F05; 
	color: #ffffff; 
	font-size: 10pt; 
}


.guest_date {
	float:left;
}


.guest_name {
	font-size: 12pt; 
	color: #670F05; 
	font-weight: bold; 
	padding-top: 2px;
}


.news_title { 
	color: #670F05; 
	font-weight: bold; 
	padding: 2px 0px 10px 0px;
}


.guest_message, .news_message {
	margin-top: 10px;
	text-align: justify;
}


.news_message {
font-size: 13pt;
}


.guest_message p {
margin: 13px 0px 0px 0px;
}


.vr_post {
	position: relative;
	margin-bottom:30px;
	background-color:#fff1da;
	border:1px solid #EFD0B8; 
	width: 97%;
	padding: 10px;
border-radius: 4px;
}


.vr_post p {
	margin: 8px 0px;
	padding-left: 30px;
}


.vr_signature {
	text-align: right;
padding-right: 50px;
	font-size: 13pt; 
	color: #670F05; 
	font-weight: bold; 
}


.ornament{
	background-image: url(../img/ornament.png); 
	position: absolute;
	left: -20px;
	bottom: -23px;
	height: 150px;
	width: 119px;
}

img.my_img {
    border: 1px solid #FFD376;
    margin: 2px;
    padding: 2px;
}

table.inline_foto{
    display: block;
}
table.inline_foto tbody{
    display: block;
}
table.inline_foto tr{
    display: block;
    text-align: center;
}
table.inline_foto tr td{
    display: inline-block;
    margin: 0 10px 10px;
}