

/*style page layout*/

 #container
{
	margin: 0px auto;
        padding:20px;
	width: 800px;
	background: url('bg2.jpg');
        background-repeat:repeat;
        font-family:comic sans MS;
        border:2px solid #999;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        border-radius: 15px;

}

h1 { text-align: center;
     color: #A52A2A;
}
h3 { text-align:left;
     color: #A52A2A;
}


 .note {
        padding-bottom: 5px;
        color: green;
    

}





p {
    text-indent: 20px;
}


.dropBox {

         float: left;
         margin-right: 20px;
         
         font-family: comic sans MS;
         font-size: smaller;
         font-color: green;
         
}

     
img {
      display: block;
      
}


 


.button {
    
    position: absolute;
    top: 110px;
    height: 20px;
    width: 100px;
    margin-bottom: 30px;
    font: bold 13px comic sans MS;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    background-color:#33FFCC;
    border:1px solid #999;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
    
}


#footer {
		clear:both;
		padding:5px 10px;
                margin-bottom:20px;
                
		background:antique white;
	        text-align: center;
         }

	 #left-div{
                   display: inline;
                   float: left;
         }

         #right-div{
                    display: inline;
                    float: right;
         }
         #center-div{
                    display: inline;
         }
