/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
	background: #000099 url(images/back.png) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	width: 800px;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
	background: url(images/bgmiddle.png) center repeat-y;
	width: 766px;
	height: 100%;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
	width: 746px;
	height: 250px;
	color: white;
	font-size: 50px;




text-align: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	background-image: url(images/piscina333.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
	color: navy;
	display: block;
	background:  url(images/off.png) top center no-repeat;
	padding: 8px 0 0 10px;
	height: 29px;
	text-align: left;
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
	background:  url(images/texttop.png) top left no-repeat;
	width: 530px;
	padding-top: 55px;
	border: 2px navy;
	font-family: "Comic Sans MS";
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
}

img {
	border: none;
	padding: 10px;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}
