/* stylesheet.css */

#header{
margin-left: 25%;
margin-right: 25%;
margin-bottom: 0px;
     height: 124px;
     width: 610px;
background-image: url("cloud.jpg");     

position: relative;
background-repeat:no repeat;
     border-bottom: thin solid #242276; 
     font-family: Times New Roman , Times , serif;
}

#footer{ 
       margin-left: 25%;
margin-right: 30%;
background-image: url("bg.jpg");
background-repeat: no repeat;
 clear: both;
	height: 30px; 
	width: 610px; 
	background-color: #fffff; 
	border-top: thin solid #242276; 
}

#main{
background-image: url(bg.jpg);
margin-top: 0px;
margin-bottom: 0px;
     margin-left: 25%;
margin-right: 25%;
width: 610px;
padding-top: 0px;

}

#sidebar{
   float: left;
   display: inline;
   padding: 0;
   margin: 1em;
   width: 8em;
}

img.floatLeft{
   float: left;
   margin-right: 5px;
}

img.floatRight{ 
float: right; 
}

div.center{ 
width: 100%; 
text-align: center 
}



body {
   margin: 0px;
   padding: 0px;
   font-family: 'Book Antigua' , Times, Serif;
   font-size: medium;
   color: #000000;
   background-color: #999966;
}