body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;

}

a {
	text-decoration: none;
	color: #133984;
}


form {	/** for opera & ie browsers */
	margin: 0px;
	padding: 0px;
}

input {
	background: #82A6D0;
	border: none;
	color: #FFFFFF;
	width: 100px;
	font-size: 11px;
	padding-left: 3px;
	padding-right: 3px;
}

#flagPT {
	background: url(../images/flag_pt.gif) no-repeat center center;
	margin: 5px 0px 0px 493px;
	width: 25px;
	height: 18px;
	position: absolute;
}
#flagEN {
	background: url(../images/flag_uk.gif) no-repeat center center;
	margin: 5px 0px 0px 493px;
	width: 25px;
	height: 18px;
	position: absolute;
}

#container {
	width: 755px;
	margin: 0px auto 0px;
}

#headerPT {
	background: url(../images/header_uk.gif) no-repeat;
	height: 132px;
}
#headerEN {
	background: url(../images/header_pt.gif) no-repeat;
	height: 132px;
}

#headerEN h1, #headerEN h2, #headerPT h1, #headerPT h2 {
	display: none;
}

#inscricoes {
	position: absolute;
	margin-left: 315px;
	width: 200px;
	top: 112px;
}

#email {
	color: #133984;
	font-weight: bold;
	margin-right: 5px;
}

#content {
	background: url(../images/content_top.gif) no-repeat right top;
	text-align:justify;	
	
	min-height: 400px;
	padding: 30px 255px 30px 10px;
}

.emailSubmit {
	position: absolute;
	background: #82A6D0;
	border: solid 1px;
	color: #FFFFFF;
	width: 25px;

	margin-top: -15px;
	/*margin-right: 1px;*/
	margin-left: 165px;
}

#content h3 {
	font-size: 14px;
	color: #133984;
}

#footer {
	padding-top: 2px;
	font-size: .8em;
	border-top: #82A6D0 solid 1px;
}

#f_left {
	text-align: left;
	float: left;
}

#f_right {
	text-align: right;
	float: right;
}

.alignCenter{
	text-align: center;
}

.indent{
	text-indent: 25px;
}

