

html {
	background: #edecf2;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
}

a:link, a:visited {	color: #ec008c; text-decoration:none; }
a:active, a:hover { color:  #9f9db5; text-decoration:none; }


.container {

	width: 850px;
	margin: auto;


}

#top_bg {
	
	width: 100%;
	height: 50px;
	background: url(images/top_bg.gif) repeat-x;

}

#middle_bg {

	width: 100%;
	height: 200px;
	background: #fff;

}

#bottom_bg {

	width: 100%;
	background: url(images/bottom_bg.gif) #edecf2 repeat-x;

}

#logo {
	
	float: left;
	width: 0px;
	height: 37px;
	background: url(images/logo.gif) no-repeat;
	font-family:monotype corsiva;
	font-size: 18px;
	color: #6b6e90;
	padding: 100px 0 0 0;

}

#menu_section {
	width: 850px;
	float: left;	
	margin: 0px 10px 0 0;
	padding: 0;

}

#menu_section ul {
	float: left;
	width: 850px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_section ul li {
	display: inline;	
}

#menu_section ul li a {
	float: left;
	padding: 0px 0 0 0;
	margin: 0 0px;
	width:90px;
	height: 40px;
	font-family: "arial", serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #6b6e90;
}

#menu_section li a:hover, #_menu_section li .current {
	color: #ec008c;
	background: url(images/menu_current.gif);
}



#welcome_sec {
	
	width: 850px;
	height: 200px;
	background: url(images/welcome_bg.gif) no-repeat left;
	
}

#welcome_sec #welcome_text {

	float: right;
	width: 540px;
	height: 180px;
	margin: 0;
	padding: 20px ;

}

#welcome_text span.header_green{
	font-family: Arial;
	font-size: 34px;
	color: #8dc63f;
}

#welcome_text span.header_orange{
	font-family: Arial;
	font-size: 34px;
	color: #f7941c;

}

#welcome_text h1{
	font-family: Arial;
	font-size: 14px;
	color: #f26521;
	margin: 20px 0 0 0;
	padding: 0;

}


#_welcome_text p{
	font-family: Arial;
	font-size: 12px;
	color: #636363;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;

}
#welcome_text img {
	
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	
}

#welcome_text a {
	
	color:#ec008c;
	text-decoration: none;
}

#welcome_text a:hover {
	
	color:#ec008c;
	text-decoration: underline;
}

#content_area {
	
	width: 850px;
	background: url(images/bottom.gif) no-repeat left top;
	
}

#content_area #left_section{

	float: left;
	width: 260px;
	margin:45px 0 0 0;
	padding: 0;

}

#left_section .section_box {

	margin: 0 0 0 20px;
	padding: 0;

}

#left_section h1{
	
	font-family: Arial;
	font-size: 14px;
	color: #ff1493;
	margin: 10px 0 0 0;
	padding: 0;
	
}



#left_section h2{
	
	font-family: Arial;
	font-size: 13px;
	color: #ff1493;
	margin: 10px 0 0 0;
	padding: 0;
	
}

#left_section p{
	
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color: #6b6e90;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 3px #d5d5df;
	
}

#content_area #right_section{

	float: right;
	width: 540px;
	margin: 0;
	padding: 10px 20px;

}

#right_section h1{
	
	font-family: Arial;
	font-size: 14px;
	color: #ff1493;
	margin: 10px 0 0 0;
	padding: 0;
	
}


#right_section .textarea{
	margin: 0;
	padding: 0;
}

#right_section p{
	font-family: Arial;
	font-size: 12px;
	color: #6b6e90;
	text-align: justify;
	margin: 10px 0 0 0;
	padding: 0;

}

.textarea img {
	
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	
}

#right_section a {
	
	color:##ec008c;
	text-decoration: none;
}

#right_section a:hover {
	
	color:#9f9db5;
	text-decoration: underline;
}

#right_section .gallery{
	margin: 20px 0 0 0;
	padding: 0;
}

.gallery .gallery_header{
	margin: 0;
	padding: 5px;
	background: url(images/galeria.gif) #9f9db5;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff1493;

}

.gallery .gallery_body{
	margin: 0;
	padding: 19px 0 19px 19px;
	background: #d5d5df;

}

.gallery_body img{
	margin: 0 17px 0 0;
	padding: 0;
	border: none;

}

#footer {

	background: url(images/footer.gif); #9f9db5;
	margin: 20px 20px 10px 20px;
	padding: 5px;
	color: #6b6e90;
	text-align: center;
}

#footer a:hover {
	
	color:#ec008c;
	text-decoration: underline;
}

#footer a {
	
	color:#6b6e90;
	text-decoration: none;
}
.cleaner {
	
	clear: both;
	width: 0;
	height: 0;
	
}

