@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	height:101%;
	width:100%;
}
div, ul, li, p, h1, h2, h3, img, table, tr, td {
	margin:0;
	padding:0;
}
.img {
	border:0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #afa79b;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
h1 {
	font-size:16px;
	padding-bottom:12px;
}
h2 {
	font-size:13px;
	font-weight:bold;
}
h3 {
	font-size:11px;
	font-weight:bold;
}
p {
	font-size:11px;
	padding-bottom:13px;
	line-height:13px;
}
a {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
.container {
	background-color:#f0eeea;
	position:relative;
	margin: 0 auto;
	width:776px;
	text-align: left;
	border:12px solid #f0eeea;
	border-top:none;
	border-bottom:20px solid #f0eeea;
}
.header {
	width:100%;
	height:158px;
	background-image:url(images/tantra_furada_logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
.menu {
	float:right;
	width:495px;
	height:39px;
	font-size:15px;
	background-color:#908371;
	margin-top:108px;
	line-height:39px;
	font-weight:bold;
	padding:0 9px;
}
.menu a {
	color:#f0eeea;
	text-decoration:none;
}
.menu a:hover {
	color:#682b20;
	text-decoration:none;
}
.menu ul {
	list-style-type:none;
}
.menu ul li {
	display:inline;
	padding:0 6px;
}
.column_left {
	padding:8px 8px 9px 9px;
	width:232px;
	background: #FFFFFF;
	background-image:url(images/logo_element.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:10px solid #f0eeea;
	vertical-align:top;
}
.column_right {
	display:table-cell;
	background: #FFFFFF;
	border-left:13px solid #f0eeea;
	border-bottom:10px solid #f0eeea;
	padding:12px 19px 9px 9px;
	width:495px;
	vertical-align:top;
}
.small_first_col {
	width:230px;
	vertical-align:top;
}
.small_right_cols {
	width:230px;
	border-left:13px solid #f0eeea;
	vertical-align:top;
}
