body {
	width : 750px;
	color : #000;
	background-color : #300;
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 10pt;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size : 8px;
	font-weight : normal;
	margin : 0;
	padding : 0;
	display : none;
}

#header h2 {
	font-size : 100%;
	margin : 0;
	padding : 0;
}

h2 {
	color : #584335;
	font-size : 100%;
	clear : both;
	text-align : right;
	border-bottom : 2px solid #300;
}

h2.ttl {
	color : #000;
	width : 70%;
	float : left;
	font-size : 100%;
	font-weight : bold;
	text-align : left;
	margin : 5px;
	padding : 0;
	border : none;
}

h3.data {
	color : #000;
	text-align : right;
	font-size : 100%;
	font-weight : bold;
	margin : 5px;
	padding : 0;
}

p.posted {
	font-size : 10px;
	margin : 5px 5px 20px 0;
	padding : 0;
	text-align : center;
}

hr {
	clear : both;
}

.stop hr {
	display : none;
}

address {
	clear : both;
	font-size : 10px;
	font-style : normal;
	text-align : right;
	padding : 10px;
	border-top : 2px solid #060;
}

/* =============== LIST =============== */

li {
	line-height : 150%;
}

#menu ul {
	background : #F9F0D6 url("img/header_new.jpg") top left no-repeat;
}

#menu ul {
	width : 570px;
	height : 18px;
	margin : 0;
	padding : 132px 0 0 0;
	text-align : right;
}

#menu ul li {
	display : inline;
	margin : 0 5px 0 0;
}

#left ul {
	list-style-type : none;
	margin : 0 10px;
	padding : 20px 0 0 0;
}

#left ul li {
	margin : 10px 0 10px 0;
	line-height : 120%;
}

#left ul li ul.archives {
	font-size : 10px;
	margin : 0 0 0 5px;;
	padding : 0;
}

/* =============== INLINE =============== */

a img {
	border : none;
}

strong {
	font-weight : bold;
}

/* =============== CONTAINAR =============== */

#page {
	background-color : #F9F0D6;
	text-align : left;
}

#header {
	height : 45px;
	overflow : hidden;
}

#containar {
	clear : both;
}

#left {
	width : 180px;
	float : left;
	background : #F9F0D6 url("img/leftmenu_bg.gif") top left no-repeat;
	border-bottom : 5px solid #FFF;
	padding-bottom : 40px;
}

#right {
	width : 570px;
	float : left;
}

#main {
	clear : both;
	padding : 10px;
}

.entrybody {
	background-color : #FFF;
	color : #000;
	border : 1px solid #D49365;
	padding : 5px;
}

.stop {
	clear : both;
	background : #DDA984 url("img/border.gif") no-repeat center;
	height : 5px;
	margin : 5px;
}