/* CSS Document */

/* General Styles */

body {
margin: 0;
padding: 0;
color: black;
font: normal 12px Verdana, sans-serif;
width: 750px;
}

#header {

background-image: url(images/SanFili1963.jpg);
background-repeat: no-repeat;
width: 750px; 
background-color: white;
height: 197px;
border-bottom: 1px solid #333;
}



#columnleft {
float: left;
width: 120px;
}

#columnright {
float: left;
width: 630px;
}

#footer {
text-align: center;
clear: both;
width: 750px;
background-color: #ccc;
padding-bottom: 1em;
border-top: 1px solid #333;
}


/* Inset Box */
 #inset {float: right; margin-left: 10px;}
 #inset img {} 
 
 /* Login Styles */
#login {float: right; width: 100px;} 

.caption {text-align: center; font: italic 10px;} 
#maincaption {text-align: center; width: 750px; font: italic bold 12px verdana; border-bottom: solid 1px #333;}

#columnleft ul {list-style: none; text-align: left;}