html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ccc7b9;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}

#container{
	position: absolute;
	margin-left: -390px;
	left: 50%;
	width: 780px;
	top: 60px;
	bottom: 20px;
	background-image: url("../img/common/bck2.jpg");
	background-repeat: repeat-y;
}

#header {
	position: absolute;
	top: 0px;
	margin-left: -390px;
	left: 50%;
	height: 124px;
	width: 100%;
	background-image: url("../img/common/top.jpg");
	background-repeat: no-repeat;
}

#logo{
	position: absolute;
	top: 14px;
	height: 110px;
	left: 20px;
	width: 140px;
}

#header_foto{
	position: absolute;
	top: 14px;
	height: 110px;
	left: 165px;
	width: 600px;
}

#header_foto span {
	display: block; 
	position: absolute;
	 
	width: 600px; 
	left: 50%; 
	margin-left: -300px; 
	text-align: center; 
	font-family: Helvetica; 
	font-weight: bold; 
	font-size: 30px; 
	color: #ffffff;
}

#navigation {
	position: absolute;
	text-align: left;
	top: 150px;
	left: 0px;
	width: 140px;
	bottom: 20px;
	padding-right: 5px;
/*	border-right: 1px dotted #e7b601;*/
}

#navigation ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
#navigation li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	
	padding: 5px;

	padding-left: 20px;
	padding-right: 20px;

}

#navigation li:hover, li:selected {
/*	background-color: #e7b601;*/
}

#navigation a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}



#content {
	position: absolute;
	text-align: left;
	top: 150px;
	width: 610px;
	left: 160px;
	bottom: 20px;
	overflow: auto;
	
}

#title {
/*	color: #e7b601;*/
	font-size: 12px;
}

#content p {
	padding-right: 40px;
}

#footer {
	position: absolute;
	width: 100%;
	margin-left: -390px;
	left: 50%;
	bottom: 0px;
	height: 20px;
	background-image: url("../img/common/bottom.jpg");
	background-repeat: no-repeat;
}

p#bottom {
	position: absolute;
	width: 780px;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: -390px;
	left: 50%;
	padding: 0px;
	bottom: 0px;
}

#bottom a{
	color: #000000;
	text-decoration: none;
}





#left {
	position: relative;
	width: 280px;
	float: left;
}

input {
	position: relative;
	width: 150px;
	height: 15px;
	margin-top: 5px;
	float: left;
/*	border: 1px solid #e7b601;*/
}

textarea {
	position: relative;
	width: 240px;
	height: 155px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
/*	border: 1px solid #e7b601;*/
}

label {
	position: relative;
	width: 90px;
	height: 15px;
	line-height: 15px;
	margin-top: 5px;
	float: left;
}

#button {
	width: 80px;
	height: 25px;
	clear: both;
/*	border: 1px solid #e7b601;*/
}

#privacy {
	position: relative;
	float: left;
	padding: 0px;
	margin-left: -7px;
	width: 230px;
	font-size: 10px;
}

hr {
/*	border: 2px solid #e7b601;*/
	height: 2px;
	margin: 0px;
	padding: 0px;
	width: 550px; 
}
