body {
	background: url("../images/saoluis/bg_interna.gif") repeat-x;
}

div#main {
	background:url("../images/saoluis/bg_interna_main.gif") repeat-y;
}

div#main #content{
	width:430px;
}

div#main #content .post {
	font-size:12px;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:dashed 1px #D1D5BC;
}

div#main #content .post strong {
	font-weight:normal;
	font-size:10px;
	color:#666666;
}

div#main #content .post h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

div#main #content .post small {
	font-size:10px;
	color:#333333;
}

/* ALBUM */
/*	---------------------------------------------------------*/

div#main #content .post-album {
	font-size:10px;
	margin:5px;
}

div#main #content .post-album img{
	padding:5px;
	border:solid 1px #CCCCCC;
}

