/* CSS Document */
body,html {
width:100%;
min-width:100%;
background-image:url(../pix/bg.gif);
background-repeat:repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#3a261b;
margin:0px;
padding:0px;
border:0px;
height:auto
}

#container_logo {
height:251px;
width:212px;
background-color:#BCBDC0;
padding-left:43px;
padding-top:29px;
padding-right:0px;
margin:0px;
border:0px;
}

#container_foto {
float:left;
position:absolute;
background-image:url(/pix/home_pic.jpg);
background-repeat:no-repeat;
height:280px;
border:0;
padding:0;
top:0px;
left:255px;
min-width:753px;
max-width:769px;
}

#container_navigation {
width:212px;
background-color:#d1d2d4;
padding-left:43px;
border:0px;
padding-top:64px;
font-size:14px;
float:left;
}

#container_navigation ul {
	list-style:none;
	margin:0px;
	padding: 0px;
}
#container_navigation li{
	margin:0px;
	padding:0px;
}
#container_navigation a {
	display: block;
	color: #434343;
	height:20px;
	padding-bottom:5px;
	text-decoration: none;
}
#container_navigation a:hover , #container_navigation .clicked {
font-weight:bold;
color: #434343;
text-decoration: none;
	
}

#container_content {
margin-right:10px;
margin-left:320px;
max-width:650px;
margin-top:64px;
height:auto;
font-size:12px;
}

a {
text-decoration:underline;
color:#3a261b;
}

a:hover {
text-decoration:none;
color:#3a261b;
}

