div#conteudo {
	background-color: white;
	background-image: url(../img/body.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	/*min-height: 290px;*/
  	/*height:auto !important;*/
  	height:407px;
}

div#conteudo h2 {
	color: #95CB0D;
	padding-top: 20px;
}

div#conteudo h4 {
	color: #95CB0D;
}

/**
 * topo do site - cabeçalho(?)
 */
div#topo {
	background-image: url(../img/topo.jpg);
	height: 166px;
	background-repeat: no-repeat;
}

/**
 * formulario de registo
 */
div#frm_registo {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*padding-bottom: 20px;*/
	/*height: 420px;*/
	height: 387px;	
	font-size: 9pt;
}
div#frm_registo_done {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*padding-bottom: 20px;*/
	/*height: 380px;*/
	height: 387px;		
	font-size: 9pt;
}

/**
 * formulario de inscrição
 */
div#frm_formulario {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*padding-bottom: 20px;*/
	height: 690px;
	font-size: 9pt;
}
div#frm_formulario_done {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*padding-bottom: 20px;*/
	height: 380px;
	font-size: 9pt;
}
/*
 * pagina de contactos
 */
div#contactos {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*height: 290px;*/
	height: 387px;	
	font-size: 9pt;
}


div#admin {
	background-color: #EEEEED;
	background-image: url(../img/form.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 290px;	
	font-size: 9pt;
}

/* 
 * titulo do campo dos formularios
 */
div.fldname{
	display: block;
	float: left;
	width: 150px;
}

/*
label.registo {
	width: 150px;
} 
*/

/**
 * Menu 
 */
div#menu {
	top: 166px;
	margin-top: 110px;
}

li.menu-option {
	display: inline;
	float: left;
	clear: right;
	font-size: 12px;
	font-weight: bold;
	/*color: black;*/
	padding-top: 8px;
	/*padding-bottom: 10px;*/
	margin: 0px 9px 0px 0px;
	border: 0px;
	width: auto;
}

li.menu-option a {
	color: black;
	text-decoration: none;
}

li.menu-option:hover {
	color: black;
}

li.menu-option:hover a,li.menu-option:hover a:hover {
	color: black;
	text-decoration: none;
}

li.last-option {
	margin-right: 0px;
}

/* 
 * caixa de login - top right
 */
#login {
	top: 0;
	margin-top: 27px;
	font-size: 8pt;
	color: black;	
	font-weight: bold;
}

#login a, a:hover, a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


h1.bodyh1 {
	color: white;
	font-size: 14pt;
}

input.Button 
{
	width: 60px;
	height: 22px;
	margin-left: 5px;
	color: White;
	background-image: url(../img/botao.gif);
	background-repeat: no-repeat;
	border: none;
	background-color: Transparent;
	font-size: 8pt;
	cursor: pointer;
}

div#footer {
	height: 76px;
	background-image: url(../img/fundo2010.jpg);
}

a.tel {
	text-decoration: none;
	color: #222;
}
a.tel:hover {
	text-decoration: none;
}



