body{
	background-color: #3e3f3a;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
}
a{
	color: #a82a6e;
}
h1{
	font-family: segoe script, verdana, arial, sans-serif;
	font-size: 16px;
}
h2{
	font-size: 1.3em;
	color: #FFCC00;
	font-family: segoe script, verdana, arial, sans-serif;
}
h3{
	font-size: 13px;
	color: #932461;
	font-family: segoe script, verdana, arial, sans-serif;
}
h4{
	font-size: 12px;
	color: #a82a6e;
	font-family: segoe script, verdana, arial, sans-serif;
	text-align: right;
	padding-right: 13px;
}
#footer h4{
        text-align: center;
}
span.inline{
	display:inline;
	text-align: left;
	color: #a82a6e;
	font-family: segoe script, verdana, arial, sans-serif;
}
#centerdiv {
	position:absolute;
	top: 150px;
	left: 50%;
	width:982px;
	height:715px;
	margin-left: -491px; /*set to a negative number 1/2 of your width*/
	background: url('../img/bg.png') no-repeat;
	text-align: center;
}
#header{
	top: 10px;
	vertical-align:top;
	position: absolute;
	margin-left: -220px;
	left: 355px;
	width: 980px;
	text-align: center;
}
#home_area{
	position: absolute;
	right:0px;
	top:10px;
	width:450px;
	height:100px;
}
#content, #content_full{
	width: 594px;
	height: 407px;
	position: relative;
	top: 234px;
	left: 355px;
	overflow: auto;
	color: #4a5355;
	text-align: center;
	margin-left: 0px !important;
	margin-left: -395px;
}
#content_full {
	width: 960px;
	height: 500px;
	top:180px;
	left: 10px;
	margin-left: -20px;
}
#fotos{
	position: absolute;
	left: 20px;
	top: 200px;
}
#footer{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a82a6e;
	height: 120px;
}
p, ul{
	text-align:left;
}

/* MENU */
#menu{
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	top: 113px !important;
	top: 130px;
}
ul#navlist{
	margin-left:0;
	padding-left:0;
	white-space: nowrap;
}
#navlist li{
	display: inline;
	list-style-type: none;
	font-size: 1.5em;
}
#navlist a{
	font-family: segoe script, Comic Sans MS,verdana, arial, sans-serif;
	padding: 3px 40px;
	color: #576568;
	text-decoration: none;
}
#navlist a:hover{
	color: #576568;
	background: url(../img/menu_selector.png) no-repeat;
	background-position: 50% 80%;
	text-decoration: none;
}
#navlist a#current{
	text-decoration: none;
	background: url(../img/menu_selector.png) no-repeat;
	background-position: 50% 80%;
}

/* contactform */
table.contactform{
	width: 400px;
	border: solid 1px #576568;
	font-size: 0.8em;
	border-collapse: collapse;
}
table.contactform th{
	height: 24px;
	font-size: 15px;
	padding-left: 10px;
	text-align: left;
	color: #fff;
	background-color: #576568;
}
table.contactform tr{
	background: #e8ebf1;
}
table.contactform td{
	padding: 5px 15px;
}
table.contactform table{
	font-size: 1em;
	margin: 5px 0;
}
table.contactform table tr{
	border: none;
}
table.contactform td{
	vertical-align: top;
}
table.contactform td.mandatory{
	color: #a82a6e;
	width: 100px;
}
table.contactform input, table.contactform textarea{
	border: solid 1px #7990ae;
	width: 300px;
}
table.contactform input.submit{
	width: auto;
	border: none;
}
table.contactform p{
	padding-left: 15px;
}

table.contactform small{
	font-size: 0.7em;
}

div.line{
	width: 450px;
	height: 10px;
	margin: 10px 0;
	border-top: solid 1px #696563;
}
div.center{
	text-align: center;
}

span.red{
	color: red;
}
