html, body {
   margin : 0;
   padding : 0;
   border-top-width : 0px;

}

body {
	background-image: url(images/celtblu.jpg); 
	width : 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;   
}

a:link {
   color : #3333CC;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #5c1919;
   text-decoration : none;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
}

a:active {
   color : #484500;
   text-decoration : none;
}

 #container {
   width : 800px;
   margin : 0px auto;
   background-color: #eeeeee;
   color : #333;
   border : 1px solid #808080;
   border-bottom-width : 0px;
   border-top-width : 0px;
   line-height : 100%;
}

#header {
	width: 800px;
	height: 100px;
	border-bottom: 2px solid #666666;
	margin-bottom: 0px;
	background-image:   url(images/header_vita.gif);

	}

#header2 {
	padding : 0.5em;
	background-color : eeeeee;
	border-bottom : 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
     font-weight: bold;
	font-color: #5c1919;
	text-align: center;
	
}


#leftnav {
   float : left;
   width : 25%;
   margin : 5px;
   padding : 1em;
   font-size: 75%;
}



#content {
   margin-left : 30%;
   padding : 1em;
   border-right : 1px solid #808080;
   border-left : 1px solid #808080;
   border-bottom : 1px solid #808080;
   background-color:#eeeeee;
   font-size: 80%;
   h2: margin : 0 0 .5em 0;
}

#footerleft {
   clear : both;
   margin : 10;
   padding : .5em;
   color : #333;
   background-color : #eeeeee;
   border-bottom : 1px solid #808080;
   border-top : 1px solid #808080;
   text-align: left;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 70%;
}

#footerright {
   clear : both;
   margin : 10;
   padding : .5em;
   color : #333;
   background-color : #eeeeee;
   border-bottom : 1px solid #808080;
   border-top : 1px solid #808080;
   text-align: right;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 65%;
}

h2 {
   font-style : bold;
   font-size : 16px;
}

h3 {
   font-style : italic;
   font-size : 12px;
}

hr {
width: 120px
} 

