/*general*/
body            { font-family:Verdana, Arial, sans-serif; margin:0; min-width:40em; }
h1              { margin:0 }
h1,h2,h3,h4,h5,h6 { color:#530 }
a:link          { color:#530 }
a:visited       { color:#3A4 }
img             { border:none }

/*header*/
#header         { background-color:#FFC }
#header h1      { float:left }
#masthead-links { float:right; color:#3A4; margin:1em; list-style-type:none }
#masthead-links li { margin: 0.5em 0; }
#subscribe img  { vertical-align:text-bottom }
#logo           { width:250px; height:130px; }
#menu           { background-color:#530; width:100%; height:1.5em; white-space:nowrap }
#menu ul        { list-style:none; margin:0; padding:0  }
#menu li        { display: inline; margin:0 1em 0 1em}
#menu a:link, #menu a:visited { color:white; text-decoration:none }
.shadow         { font-size: 1px;}
.pre-menu       { background-image: url(/images/topShadow.png); height: 2px; clear:both; }
.post-menu      { background-image: url(/images/botShadow.png); height: 6px; }


/*main*/
#content        { float:left; width:75%; padding:1em; margin-top:-4px; border-right:thin solid #3C5 }
#content img    { float:left; margin-right: 1em; }
#content img.left{ float:right; margin-left: 1em; }
#mission        { font-style: italic; }
#news           { float:right; width:15%; padding:1em; font-size:small; }
#news ul        { padding-left:1em; }

/*footer*/
#footer         { border-top:medium solid #530; padding:1em; font-size:x-small; clear:both; text-align:center }
#licence        { width:88px; height:31px; float:right }
