/* This is the style of my home page */

/* Main body */
body {font: 1.5em Garamond, Sans-Serif; line-height: 1.8em; 
/* background: url(Images/eso0804b.jpg) repeat-x;} */
a {COLOR: Midnightblue; text-decoration: none;}
a:visited {COLOR: Blue; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px;}
h3 { padding-left: 10px; color: #fff; background: #6699ff; font-size: 1em; height: 24px; line-height: 24px; }
h4 { padding-left: 10px; color: #fff; background: Midnightblue; font-size: 1em; height: 28px; line-height: 28px; margin-top: 0px; margin-bottom: 18px}
ul {  padding: 0; margin: 0 0 5px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }


#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
float: center;
color: White
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}

#header h2 {
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

/* Columns of the main page */
#wrap { padding: 10px 10px 3px 10px; width: 800px; margin:20px auto; background: #ffffff;} /* #fff;} */
#left { float: left; height: 831px; width: 180px; background: #ddddff /*CFDDFF*/; margin-bottom: 20px; margin-top: 20px; font: 0.9em Garamond; line-height: 1.8em; }
#left ul { padding: 5px 5px 10px 5px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 590px; padding: 0 10px 10px 10px; margin-top: 10px;}

/* footer */
#nota { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
