/* CSS Document */
body{
background-color:#333333;
   vertical-align:middle;
   text-align:center;
   margin: 1em 0 0 0;
   }
   
div.container{
background-color:#FFFFFF;
width:800px;
text-align:center;
border:2px solid #666666;
color:
}
div.header{
border-bottom:2px solid #666666;
}
div.content{}
div.footer{
clear:both;
background-color:660000;
font-size:12px;
color:#FFFFFF;
border-top:2px solid #666666;
}

div.slides{
width:490;
float:right;
margin:3px;
}
div.description{
width:290px;
float:left;
margin:3px;
text-align:left;
}

h1{
color:#000000;
margin:0;
}
h2{
color:#660000;
margin:0;
}
h3{}
h4{}

ul{}
li{}

p{
font-size:18px;
text-indent:10px;
margin: 5px 0 0 0;
}

a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFCC;
text-decoration:none;
}
a:active{
color:#0000CC;
text-decoration:underline;
}
a:hover{
color:#FFFF00;
text-decoration:underline;
}

