html
{
	background: #022859;
	*background: #011F4D;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
}

body
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	height: 244px;
	width: 960px;
	background: url('../images/bg_header.png') no-repeat;
	_background: url('../images/ie6/bg_header.png') no-repeat;
	overflow: hidden;
}
	#header #logo
	{
		display: none;
		text-indent: -9999px;
	}
	
	#header #menu
	{
		float: right;
		margin: 92px 0 0 0;
	}
		#header #menu ul
		{
			float: left;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#header #menu ul li
		{
			float: left;
			margin: 0;
			padding: 0;
			color: #FFFFFF;
			font-size: 1.3em;
		}
			#header #menu ul li a:link, #header #menu ul li a:visited
			{
				display: block;
				_display: inline-block;
				height: 29px;
				margin: 0;
				padding: 4px 4px 0 4px;
				border-left: 1px solid #022859;
				color: #FFFFFF;
				text-decoration: none;
			}
			#header #menu ul li a:hover, #header #menu ul li a:active
			{
				background: url('../images/menu_hover.png') repeat-x;
				_background: url('../images/ie6/menu_hover.png') repeat-x;
			}
			#header #menu ul li.menu_last
			{
				margin-right: 3px;
			}

.sub_container
{
	clear: both;
	width: 960px;
}

#fotos_left
{
	float: left;
	width: 253px;
	text-align: right;
}

#content
{
	float: right;
	min-height: 500px;
	_height: 500px;
	width: 640px;
	background: url('../images/bg_content.png') repeat-y;
	margin: -38px 0 0 0;
	_margin: 0 0 0 0;
	padding: 0 25px 10px 42px;
}
	#content h2
	{
		display: block;
		margin-bottom: 5px;
		border-bottom: 1px solid #FED406;
		color: #022859;
		font-size: 1.3em;
	}
    
    #content h3
    {
        margin: 0;
        padding: 3px 0;
        font-size: 1em;
        font-weight: bold;
    }
	
	#content p
	{
		margin: 0 0 10px 0;
		text-align: justify;
		line-height: 1.5em;
	}

#pre_footer
{
	float: right;
	height: 25px;
	width: 707px;
	background: url('../images/bg_pre_footer.png') no-repeat;
}

#footer
{
	clear: both;
	float: right;
	width: 640px;
	background: url('../images/bg_footer.png') repeat-y;
	margin: 0;
	padding: 0 25px 10px 42px;
}
	#footer .footer_left
	{
		float: left;
		width: 500px;
		color: #FFFFFF;
		font-size: 0.8em;
		line-height: 1.5em;
	}
	
	#footer .footer_right
	{
		float: right;
	}
	
	#footer a:link, #footer a:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer a:hover, #footer a:active
	{
		text-decoration: underline;
	}


.form_styled p label
{
	float: left;
	width: 150px;
	font-weight: bold;
}
.form_styled p
{
	margin: 0 0 10px 150px;
}

.error_list
{
	margin-top: 0;
}
	.error_list li
	{
		color: #FF0000;
		margin-top: 5px;
	}