/* CSS Document */

/* General Styles */

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

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

#columnleft {
float: left;
width: 120px;
padding-top: 1em;
}

#columnright {
paddint-top: 1em;
width: 630px;
margin 0 2em 0 200px;
}

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

/* 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; margin-top: 160px; font: italic bold 12px;}

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