html,body {
	background-color: #FFF;
	margin: 0px;
	padding:0px;
	height:100%;
}
#rama {
	position:relative;
	margin-right:1px;
	margin-left:1px;
	padding:0px;
	bottom: 0px;
	top:0px;
	min-width:620px;
	width:auto !important;
	width:auto;
	min-height:100%;
  	height:100%;
}
#logo_bg {
	display:block;
	height:90px;
/*	min-width: 990px;*/
	width:auto !important;
	width:auto;
	background-image: url('./img/logo_bg.jpg');
	background-repeat: repeat-x;
	text-align:left;
}

#logo {
	border: 0;
}
#logos {
	border: 0;
	overflow:hidden;
	background-image: url('./img/logo2.jpg');
	background-repeat: no-repeat;
	background-position:right;
	
}

#menu_bg{
	top:90px;
	height:18px;
	width:auto !important;
	width:auto;
	padding:2px;
	margin-right:1px;
	margin-left:1px;
	background: #e6f2fe;
	color: #336699;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: right;
}
#menu_bg a:link, #menu_bg a:visited {
	color: #ff0000;
	text-decoration: none;
}
#menu_bg a:hover {
	color: #0000ff;
	text-decoration: none;
}
#content {
	width:auto !important;
	width:auto;
	height:auto !important;
	min-height:83.8%;
	
}
#tresc{
	display:block;
	padding: 12px;
	width: auto;
	height:auto !important;
	min-height:83.8%;
	height:100%;	
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	border-left: 1px solid #6593cf;
	border-right: 1px solid #6593cf;
	
}
#tresc p {
	text-align:justify;
	padding: 0 10px 0 10px;
}

#tresc .form {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 340px;
	margin: 0 auto;
	text-align:center;
}
.form label {width: 120px; float:left; display:block; margin-right:10px; margin-top:3px; text-align:right}
.form input {font-weight:bold; height: 18px; width: 160px;}
.colours input {color:#336699; background:#e6f2fe; border:1px solid #336699}
.colours .submit input {color:#336699;background:#a3c1d4; border:2px #336699 outset}
.form fieldset {border:1px solid #336699; width:340px; margin-top:30%;}
.form legend {background:#e6f2fe; border:1px solid #336699; letter-spacing:0px; color:#336699; padding: 1px; }
.form fieldset p {margin-top:0; padding::2px; text-align:left;color:#336699;}

#footer {
	text-align:center;
	display:block;
	padding-top: 4px;
	background: #c3daf9;
	border: 1px solid #6593cf;
	width:99,8%;	
  	height:22px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	color: #336699;
	text-decoration: none;
}
#footer a:hover {
	color: #6593cf;
	text-decoration: none;
}

