/*  
Theme: dfly
Author: Louisa Luciani
*/

body {
font-family: Lucida Grande, Verdana, Arial, sans-serif;
background: #222 center top repeat ;
font-size: 12px;
}

a:link, a:active, a:visited {
color: #888; 
text-decoration: none; 
font-size: 12px; } 

a:hover {
color: #7799EE;
}

a:active, a:focus {
color: #0000FF;
}  


table.inline {
  font-size: 10px;
  background-color: #ffffff;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
  padding: 3px;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
}

table.inline td {
  padding: 3px;
  border: 1px solid #8cacbb;
}

h1 {
color:#803E3C; 
margin:0px; 
font-size: 14px;
}

#container {
position: relative;
margin: auto;
text-align: left;
background: #FFF center top repeat-y;
width: 860px;
border: 1px solid #555;

}

#pageHeader{
height: 60px;
background: url(images/banner.png);
}

#logo{
margin: 10px 0px 0px 15px;
}

#mainMenu { 
height: 17px;  
color:#000; 
background: #000; 
}
#mainMenu ul{
margin: 0px auto;
}

#mainMenu li {
font-size: 10px;	
float: left;
margin: 0px 0px;
padding: 1px 10px;
list-style: none;
}

#mainmenu li:hover {
background-color: #000;
cursor: pointer;
}

#bottomPageHeader {
text-align: center;
background: #601E2F url(images/bottom.jpg) center top no-repeat;
height: 70px;
}

#supportingText { 
color: #555;
margin: -200px 0px 0px 290px;
font-size: 12px;
margin-left: 180px;
padding: 0px 35px 35px 35px;
}

#code { 
margin: 20px 20px;
color: #222;
background-color: #EEE;
font-size: 11px;
padding: 10px 10px;
}

#sidemenu{
width: 155px;
font-size: 10px;
color: #AAA;
margin: 0px 30px 20px 35px;
padding: 80px 20px 10px 20px;
}

#footer {
text-align: center;
font-size: 90%;
color: #AAA;
height: 40px;
width: 860px;
}

