*
{
	

}

html
{
font-family: Arial;
}

body
{
	background-image: url("/img/background.png");
	background-repeat: repeat-x;
	background-color: white;
	margin: 5px;
}

hr
{
	color: #0000C8;
	background-color: #0000C8;
	
	width: 100%;
	height: 2px;
}

table
{
	border: none;
}

td.right
{
	text-align: right;
}

td.left
{
	text-align: left;
}

h1
{
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #0000C8;
}

a:link, a:visited
{
	color: inherit;
	text-decoration: none;
	border: none;
	outline: none;
	border-bottom: 1px dashed #0000C8;
}

a:hover, a:focus
{
	border-bottom: 1px solid #0000C8;
}

a:active
{
	border-bottom: 1px solid red;
}

.foto
{
	background-color: white;
	padding: 0px;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}	

.main
{
	position: absolute;
	
	width: auto;
	height: auto;
	
	top: 160px;
	left: 150px;
	right: 50px;
	
	padding-left: 50px;
}

.content
{
	width: 750px;
	height: auto;
	margin: auto;
}

.content_center
{
	width: 100%;
	text-align: center;
}

.no_go
{
	visibility: collapse;
}