body {      
margin: 0;
padding: 0;
font: 62.5% verdana, arial, helvetica, sans-serif;
color: #444444;
background: url("images/clouds.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}

/* Centering |*|ALL|*| DIVs */
#vertical_centering {
position: absolute;
width: 100%;
margin-top: 20px;
}
#horizontal_centering {
position: relative;
width: 90%;
height: 90%;
margin: 0px auto;
text-align: left;
}

/* NAVIGATION */
#nav_list {	
height: 1.2em;
margin: 0 0 0 24px;
padding: 0;
font-size: 1.5em;
}
#nav_list a, #nav_list a:link, #nav_list a:visited {
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
text-transform:uppercase;
color: rgb(0,0,102);
}
#nav_list a:hover, #nav_list a:active, #nav_list a:focus {
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
color:rgb(153,0,0);
}
#nav_list li {
padding-right: 1px;
display: inline;
}
#nav_list #active a {
font-weight: bold;
}

/* Everything inside the dark borders, both text areas  */
#content {
width: 770px;
height: 385px;
border: 3px solid rgb(0,0,102);
font-size: 1.5em;
overflow: auto;
background-color:transparent;
background: url("images/content_back.jpg") top right;
background-repeat: repeat-y;
}

#store table, form {
font-size: 12px;
font-family: georgia, verdana, arial, helvetica, sans-serif;
}

#store .book_title {
font-size: 16px;
font-weight: bold;
}

#calendar_content {
margin: 0;
padding:0;
}

/* The main text area, the wide one  */
#main_content {
width: 725px;
margin: 0 auto;  
}
/* Paragraph settings for main text area  */
#main_content p{
margin-top: 0.2em ;
}

/* The second text area, the narrow one  */
#secondary_content {
width: 548px;
margin: 0 28px 0 28px;
}
/* Paragraph settings for second text area  */
#secondary_content p{
margin: 0.2em 0 0.5em 0;
}

#staff p {font-style: italic;}

/* The "designed by" info in the footer below the rose. Please keep link to http://niemi.it  */
#footer {
float: right;	
font-size: 12px;
color:rgb(102,153,255);
}

#footer p {margin: 0; padding:0;}

#footer a:link {color: rgb(224,224,224);}
#footer a:visited {color: rgb(224,224,224); text-decoration: none;}

/* HEADINGS, MISC and LINKS */
h1 {
margin: 0;
font-size: 3.0em;
font-style: italic;
color:rgb(0,0,102);
}

h2 {
margin: 0.8em 0 1.0em 0;
font-size: 1.3em;
color:rgb(0,0,102);
}

h6 {
margin: 0.8em 0 3.0em 0;
font-size: 1.5em;
text-transform:uppercase;
color:rgb(102,0,0);
}

em {
text-decoration: none;
font-size: 0.8em;
font-weight: bold;
text-transform:uppercase;
}

strong {
text-decoration: none;
font-size: 0.8em;
font-weight: bold;
}

img  {
margin:5px;
}

a:link {color: #298ac7;}
a:visited {color: #298ac7;}
a:hover {color: #00A;}
a:active {color: #00A;}

#main_content.contacts p{
font-size: 1.2em;
font-weight: bold;
}

#thankyou p{
font-size: 16px;
font-weight: bold;
margin-left: 15px;
}

#thankyou h2{
margin: 0.8em 0 3.0em 0;
}

.small {font-size:12px;}