html{margin:0;padding:0;}

img{border:0; border-right:2px solid #7e7e7e; border-bottom:2px solid #7e7e7e;}

body{
	margin:0;
	background:url('gradient.png') #e6f8a2;
	background-repeat:repeat-x;
	text-align:center;
	font-family:arial;
	font-size:100%;
	color:#37301d;
}

h3{
	margin-top:30px;
}

#container{
	background:url('mid.png');
	background-repeat:repeat-y;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#containertwee{
	background:url('midup.jpg');
	background-repeat:no-repeat;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#contentscontainer{
	padding:15px;
	padding-top:60px;
}

#header{
	width:593px;
	height:100px;
	background:url('logo.jpg');
	background-repeat:no-repeat;
	margin-left:20px;
}

#header h1{
	display:none;
}

#menu {
	width:700px; 
	height:45px; 
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#menu ul {
	margin:0; 
	padding:0;
}

#menu li {
	list-style-type:none; 
	display:inline; 
	width:100px; 
	height:50px;
}

#menu a {
	background:url('buttons.png');
	display:block; 
	height:37px;
	color:#000; 
	text-decoration:none; 
	float:left; 
	text-indent:-10000px;
	margin-left:80px;
}

#menu a.home{
	margin-left:22px;
	background-position:0px 0px;
	width:100px; 
}

#menu a.fotos{
	background-position:-105px 0px;
	width:120px; 
}

#menu a.contact{
	background-position:-228px 0px;
	width:155px; 
}

#menu a.home:hover{
	background-position:0px -31px;
}

#menu a.fotos:hover{
	background-position:-105px -31px;
}

#menu a.contact:hover{
	background-position:-228px -31px;
}

#contents{
	text-align:left;
	padding:15px 50px;
}

#footer{
	background:url('down.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:45px;
	margin-left:auto;
	margin-right:auto;
}

a{
	color:#6b963c;
}

.foto{
	border:1px solid black;
	width:162px;
	float:left;
	margin:15px;
}

