body {      
margin: 0;
padding: 0;
font: 62.5% arial, georgia, verdana, helvetica, sans-serif;
color: #444444;
background: url("images/clouds.jpg") no-repeat center top;
}

/* Centering |*|ALL|*| DIVs */
#vertical_centering {
position: absolute;
width: 100%;
margin-top: -195px;
top: 50%;
}
#horizontal_centering {
position: relative;
width: 772px;
height: 380px;
margin: 0px auto;
text-align: left;
}

/* NAVIGATION */
#nav_list {	
height: 1.2em;
margin: 0 0 0 24px;
padding: 0;
font-size: 1.3em;
}
#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: #343434;
}
#nav_list a:hover, #nav_list a:active, #nav_list a:focus {
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
color: #000;
}
#nav_list li {
padding-right: 1px;
display: inline;
}
#nav_list #active a {
font-weight: bold;
}

/* Everything inside the dark borders, both text areas  f8f9fa*/
#content {
width: 770px;
height: 385px;
border: 3px solid #626262;
font-size: 1.5em;
overflow: auto;
background: #ffffff url("images/girl.gif") no-repeat bottom right;
}

/* The main text area, the wide one  */
#main_content {
width: 693px;
margin: 0 28px 0 28px;  
}
/* 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;
}

/* Footer  */
#footer {
float: right;	
height: 1.2em;
font-size: 1.1em;
text-transform:uppercase;
}

#footer p {margin: 0;}

/* HEADINGS, MISC and LINKS */
h1 {
margin: 0.8em 0 0.3em 0;
font-size: 1.3em;
}

h2 {
margin: 0.5em 0 0 0 ;
font-size: 1.0em;
}

h3 {
margin: 0.5em 0 0 0 ;
font-size: 1.0em;
color: #5a6647;
}

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;

}

a:link {color: #298ac7;}
a:visited {color: #184d6f; text-decoration: none;}
a:hover {color: #184d6f;}
a:active {color: #184d6f;}