/* CSS Document */
body {
	background: url(../images/laventana_main_bg.jpg) #EBEDEE center  top repeat-y;
	margin-top: 0px;
	text-align: center;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link {
	text-decoration: none;
	font-size: 14px;
	color: #0000CC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #85C1C2;
}
a:hover {
	text-decoration: underline;
	
}
p {
	font-size: 15px;
	color: #282828;
}
h1 {

	font-family: "Garamond", "MS Serif", "New York", serif;
	font-size: 2.6em;
	color: #313131;
	font-weight: lighter;
	text-align: center;
	


}
h4 {
	padding-left: 10px;
	font-size: 1em;
	margin-top: 0px;
	/*margin-bottom: 0px;*/
	color: #313131;
	/*font-weight: lighter;*/
	
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	padding-top: 16px;
	background-color: transparent;
}

#content_area {
	background-color: White;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
		/*float: none;*/
		position: relative;
}
#menu_and_logo {	
position: relative;
	width: 600px;
	/*display: block;*/
	float: left;
	
}
#logo {

	padding-left: 20px;
	background-color: White;
	width: 279px;
	float: left;
	
	
}

#menu {
	background-color: White;
	width: 290px;
	float: left;
	
	}


	
#news_area {
	margin-top: 16px;
	width: 600px;
	/*background-image: url(../images/laventana_news_bg.jpg);*/
	border: 1px solid #CECECE;
	float: left;
	
}
#news_area p {
	margin-top: -15px;	
}


#hun_news {
	width: 290px;
	padding: 10px;
	float: left;
	background: transparent;
}

#en_news {
		width: 265px;
		padding: 10px;
		float: left;		
}
#footer_info {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px;
	position: relative;
	float: left;
}
#footer_info p {
	margin-top: 0px;
	text-align: center;	
	
}
#cim {
	
	margin-top: 10px;
	font-size: 38px;	
	text-align: center;
}

