body,td,th {
	font-family: 'Georgia', 'Arial', sans-serif, 'Times New Roman';
	color: #000099;
    background-color: #fff;
    font-size: 16px;
}
body {
	background-image: url(images/cnvbkgnd.jpg);
	width: 800px;
	
}
h1 {
	font-size: 24px; 
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}

h4  {
font-size: 14px;
}

#header {
  margin:0; 
  padding:0; 
  height: 100px;
  font-size: 24px;
  border: solid #000099;
  border-width: 0 0 2px 0;
 
}
#header h1 {
padding-left: 170px;
}


#content {
margin-left: 170px;
margin-top: 20px; 
margin-right: 30px;
}

img.galleria {
margin-right: 10px;
margin-bottom: 10px;
border: 1px solid black;
}  
    
#menu {
position:absolute; 
left:5px; 
top:170px; 
width:130px; 
font-size: 20px;

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

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #07a;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #993300;
}


#footer {
   text-align: center;
   font-size: 14px;
   border: solid #000099;
   border-width: 1px 0 0 0;
   padding: 2px;
}
	

