<? require('headers_css.php'); ?>
body { margin:0; background-color:#027DC4; }

a { text-decoration:none; color:#333;  outline:0; }
a.link { color:#017DC3; }
a.link:hover { text-decoration:underline; }
a.menu, div.menu { color:white; background-color:#5B0B16; display:block; }

a.menu:hover { text-decoration:none; border:none; }
 
td 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color:#333;
  font-size:12px;
}


#page
{ 
    margin:0 auto;
    line-height:1.8em;
    width:730px;
    text-align:left;
}

#page p:first-letter
{
    font-size:1.2em;
}


/******* PAGES ********/

/*
#page.home {  text-align:center; }
#page.home .title { position:relative; left:80px; }
#page.home ul
{
    text-align:left;
    width:360px;
    margin:0 auto;
}
*/  

#page.about
{
    text-align:left;
}

#page.about ul
{
    padding-left:20px;
}
#page.about .staff { float:right; width:370px; }

#page.thabo img.pic { float:left; margin-right:10px; margin-top:3px; border:1px solid #000;  }
#page.about img.pic-right { float:right; margin-left:10px; border:1px solid #000; }
#page.about img.pic-left { float:left; border:1px solid #000; }

#page.links ul { list-style-type:none; }
#page.links li { margin-bottom:20px; float:left; width:45%; height:100px; margin-right:20px; }
#page.links li img { float:left; margin-right:10px; border:0; }
#page.links a:link, #page.links a:visited { color:<?php echo $dacolor; ?>; text-decoration:underline; }
#page.links a:hover {  font-weight:bold; }

/******* PAGES ********/





h1
{
  margin-top:0px;
  font-weight:bold;
  font-size:16px;
}

h2
{
  font-size:1.2em;
  letter-spacing:1px;
}

hr.spacer { clear:both; visibility:hidden; }

#flags
{
  
}

#lang_fr, #lang_de
{
  position:relative;
  float:left;
  top:252px;
  left:378px;
  margin-left:6px;
}


#footers, #footers a
{
  font-size:1em;
  color:#EEEEEE;
  font-weight:normal;
  font-family:arial;
  text-align:center;
  padding-bottom:2px;
}

#footers a:hover {text-decoration:underline;}

input, textarea, select, fieldset
{
  font-size:11px;
  font-family:arial;
  font-weight:bold;
  letter-spacing:0.9px;
}

input
{
  width:130px;
  color: <?php echo $dacolor; ?>
}

textarea { width:80%; margin:0 auto; color: <?php echo $dacolor; ?>; }

select {font-weight:normal;}
input.submit { font-weight:bold; color:#333;  width:100px; }

fieldset
{
  -moz-border-radius:5px;
  <? if (!$ie) { echo 'border:1px solid #B40F16;'; } ?>
  border-color:white;
}

.download {    margin-bottom:10px; clear:both; }
   
.download a
{
   float:left;
   width:95%;
   text-align:center;
   font-weight:bold; 
}

.download a img
{
   border:2px solid <?php echo $dacolor ;?>;
}

table.sponsors td {text-align:center;}