/* CSS Document */

body {
	background-color:#555555;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	border:0px;
	font-family: "Trebuchet MS", sans-serif, arial, helvetica; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: none; 	
}

#container {
	background-color:#555555;
	width:1000px;
	height:570px;
	margin-top: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	text-align: left;
	overflow:0;
	border:0px;
}

#menu { 
	background: url(../img/menu.jpg);
	width:900px;
	height:100px;
	margin-left:0px;
	margin-right:auto;
	margin-top:10px;
	text-align: center;	
	color:black;
	border:0px;
}

#foto {
	width:200px;
	height:400px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	border:0px;
	overflow:0;	
	text-align: center;	
}

#content {
	width:700px;
	height:400px;
	margin-left:200px;
	margin-right:auto;
	margin-top:-400px;
	overflow:0;
	color:white;
	border:0px;
}

#footer {
	background: url(../img/footer.jpg);
	width:900px;
	height:30px;
	margin-left:0px;
	margin-right:auto;
	margin-top:-30px;
	color:#555555;
	text-align:center;	
	vertical-align: text-bottom;
	font-family: "arial", sans-serif, arial, helvetica; 
	font-size:12px;
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none; 
	text-transform: none; 
}

#sidebar {
	background: url(../img/sidebar.jpg);
	width:100px;
	height:600px;
	margin-top: -570px;
	margin-left: 900px;
	margin-right:auto;
	margin-bottom:auto;
	border:0px;
}

a, a:link, a:visited { 
	color: white; 
	font-family: "arial", sans-serif, arial, helvetica; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 12px;
	text-decoration: none; 
	text-transform: none; 
	}
	
a:hover { 
	color: #f3f3f3
	font-family: "arial", sans-serif, helvetica, arial; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: underline; 
	property: value; 
	}
a:active { 
	color: black; 
	font-family: "arial", sans-serif, arial, helvetica; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: underline; 
	}

