/* main properties*/
html, body {
	margin-left:60px;
	margin-right:60px;
	margin-bottom:0px;
	padding:0;
	margin-top:0px;
	height:100%;
}
.container {
	min-height:100%;
	position:relative;
	min-width:720px;
}
.header {
	height:200px;
	width:100%;
	background-image:url(img/header2.png);
	background-repeat:no-repeat;
}
.title {
	height:50px;
	width:inherit;
	padding-left:220px;
	font: 16px Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:bold;
	margin-top:0px;
	background-image:url(img/titlebg1.png);
	background-repeat:repeat-x;
	border-top:solid #FFF 2px;;
	border-bottom:solid #FFF 2px;
	padding-bottom:5px;
}
.body {
	padding:0px;
	padding-bottom:30px;/* Height of the footer*/
	min-height:210px; /*height of the menu*/
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;/* Height of the footer*/
	background-image:url(img/titlebg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}
/*header properties*/
#lang {
	float:left;
	height:inherit;
	width:50px;
	font: small-caps 11px Verdana, Geneva, sans-serif;
/*	border:solid 1px;*/
	height:200px;
}
.calendar {
	overflow:hidden;
	height:200px;
	display:block;
/*	border:solid 1px;*/
	font:11px "Courier New", Courier, monospace;
}

.newsletter {
	position:relative;
	left:60px;
	top:142px;
}
.frame {
	background-image:url(img/frame2.png);
	float:left;
	background-repeat:no-repeat;
	width:400px;
	height:200px;
}
.banner {
	padding:5px 10px 5px 10px;
}

/*body properties*/
#menu {
	width:175px;
	float:left;
	height:210px;
}
img#menu {
	display:block;
	height:35px;
}
#textarea {
	width:465px;
	overflow:hidden;
	position:relative;
	padding:20px 40px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
h2 {
	font-size:18px;

}
h4 {
	font-size:14px;
	line-height:10%;
}
a {
	text-decoration:none;
	color:#74748c;
	font-weight:800;
}
a:visited, a:hover {
	text-decoration:none;
	color:#336699;	
}

/*footer properties*/
#footer {
	text-align:center;
	float:left;
	color:#FFF;
	padding-left:175px; /*witdh of the menu*/
}
#soft {
	float:right;
	clear:right;
	color:#FFF;
	padding-right:5px;
}
a#soft, a:visited#soft {
	text-decoration:none;
}
a:hover#soft {
	text-decoration:underline;
}
