/* GLOBAL STYLES */

html > * 
{
position: relative;
border: none;
margin: 0;
padding: 0; 
}

html 
{
overflow: scroll; 
}

body 
{
background: #a38585;
font-family: arial,helvetica,sans-serif;
font-size: 1em; 
margin: 0;
padding: 0; 
}

a:link, a:visited 
{
color: #ba4c77;
text-decoration: none; 
}

a:hover, a:active 
{
color: #ba4c77;
text-decoration: underline; 
}

img 
{
border: 0; 
}


/* TYPOGRAPHY */

h1
{
text-align:right;
font-size: 1.9em;
font-family: times, times new roman, sans-serif;
color: #7d877a;
font-weight: normal;
font-style: italic;
margin-right: 16px;
}

h2
{
font-size: 1.5em;
font-family: times, times new roman, sans-serif;
color: #7e626d;
font-weight: normal;
letter-spacing: 0.05em;
margin-top: 1.5em;
}

h3
{
font-size: 1.2em;
font-family: times, times new roman, sans-serif;
color: #81927c;
font-weight: bold;
text-tranform: capitalize;
margin-bottom: -0.5em;
}

.synopsis
{
font-size: 0.8em;
line-height: 1.3em;
color: #999999;
}

.footnote
{
font-size: 0.8em;
line-height: 1.3em;
color: #333333;
}

.small
{
font-size: 0.8em;
}

.homtitle
{
font-size: 1.5em;
font-family: times, times new roman, sans-serif;
color: #7e626d;
font-weight: normal;
letter-spacing: 0.05em;
margin-top: 1.5em;
}



/* STRUCTURAL */

#container
{
width: 90%;
margin: 0 auto;
background: #fff url(../images/bg_top.gif) repeat-x top left;
color: #000;
border: 1px solid #fff;
border-top: 0;
line-height: 130%;
}

cleared 
{
clear: both;
}


/* HEADER */

#top
{
background-color: #81927c;
border-bottom: 1px solid #fff;
}


/* SIDE LINKS */

#leftnav
{
float: left;
width: 176px;
margin: 0;
padding: 0;
background: #dfe2cc url(../images/bg_nav_top.gif) repeat-x top left;
}

#links
{
margin: 36px 0 30px 1px;
}

#links img
{
margin-bottom: 2px;
}

.trophime
{
width: 176px;
text-align: center;
}

.trophime img
{
margin-bottom: 36px;
}


/* PAGE */


#content
{
margin-left: 230px;
padding: 1em;
/* max-width: 36em;*/
font-size: 0.9em;
}


/* FOOTER */

#footer
{
clear: both;
margin: 0;
padding: 0.5em;
color: #dbcccc;
background-color: #7e626d;
font-size: 0.7em;
line-height: 1.3em;
}

#footer a:link, #footer a:visited
{
color: #dbcccc;
}

#footer a:hover, #footer a:active
{
color: #fff;
}

