body , html {
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../imgs/main_bg.jpg) repeat-x top left;
	color:#590104;
}

h1{
	font-size:1.7em;
}

#content{
	width:771px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#languages_{
	position:absolute;
	padding:3px 0 0 0;
	left:0;
	top:0;
	height:30px;
	width:771px;
	text-align:center;
	z-index:100;
}

#header {
	height:500px;
	background:url(../imgs/top_home_bg.jpg) no-repeat top left;
	position:relative;
}

#button_flowers_header{
	position:absolute;
	left:275px;
	top:450px;
	width:220px;
	height:45px;
}
#button_flowers_header a{
	display:block;
	width:100%;
	height:100%;
}

#box1{
	width:167px;
	height:79px;
	position:absolute;
	bottom:58px;
	left:110px;
	overflow:hidden;
}
#box2{
	width:167px;
	height:79px;
	position:absolute;
	bottom:58px;
	left:306px;
	overflow:hidden;
}
#box3{
	width:167px;
	height:79px;
	position:absolute;
	bottom:58px;
	left:501px;
	overflow:hidden;
}
#header_flowers {
	height:299px;
	background:url(../imgs/top_home_bg_2.jpg) no-repeat top left;
}

#main {
	height:400px;
	/*background:url(../imgs/main_content_bg_l.jpg) no-repeat top left;*/
	background:url(../imgs/main_content_bg_flowers.jpg) no-repeat top left;
	text-align:left;
	padding:5px 10px 5px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:12px;
}

#main_home {
	height:400px;
	background:url(../imgs/main_content_bg_l.jpg) no-repeat top left;
	/*background:url(../imgs/main_content_bg_flowers.jpg) no-repeat top left;*/
	text-align:left;
	padding:5px 10px 5px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:12px;
}
#main_flowers{
	background:url(../imgs/main_content_bg_flowers.jpg) no-repeat top left;
	height:400px;

	/*EU:*/
	padding:5px 10px 5px 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:12px;
	/*EU GATA*/

}

#leftcol{
	width:175px;
	float:left;
}

h3{
	color:#A53328;
	border-bottom:1px dotted #A53328;
	font-size:0.9em;
	font-weight:bold;
	padding:13px 0 4px 10px;
	margin:0;
}

h3 a{
	color:#A53328;

	}

#leftcol ul{
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:7px 0 0 10px;
}
#leftcol ul li{
	padding:2px 0 0 2px;
	margin:0;
}
#leftcol ul li a{
	color:#590104;
	text-decoration:none;
}
#leftcol ul li a:hover{
	font-weight:bold;
	color:#590104;
	text-decoration:none;
}

#rightcol{
	width:545px;
	float:right;
	text-align:justify;
}
.rightinner{
	padding:5px 15px 5px 5px ;
}

#footer {
	color:#A53328;
	font-size:11px;
	letter-spacing:1px;
	clear:both;
	padding:12px 0 0 0;
	height:90px;
	background:url(../imgs/footer_bg.jpg) no-repeat top left;
}
#footer a{
	color:#A53328;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#top_menu{
	text-align:center;
	padding-top:114px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B01919;
	font-size:.8em;
	font-weight:bold;
}
#top_menu a{
	padding:3px;
	color:#B01919;
	text-decoration:none;
}
#top_menu a:hover{
	background-color:#B01919;
	color:#FFFFFF;
	text-decoration:none;
}

.clearboth{
	clear:both;
}

