/* CSS Document */

body{
   
   margin:0px;
   padding:0;
   text-align: center ;
   font-family: Arial, sans-serif;
   background-color: #728448;
   background-image:   url(../images/c_rose3.gif);
   background-repeat: no-repeat;
   background-attachment:fixed;
   background-position:left top;
   min-width:855px;
  
   }
   
#wrapper {

        
		width: 855px;
		margin-left:auto;
		margin-right:auto;
		}
   
p{
   text-align:left;
   font-size:70%;
   color: black;
   }
   
a{
   text-decoration:none;
   font-size:90%;
   }
   
a:link{
   color: #4682b4;
   background-color:transparent;
   }
   
a:visited{
   color: #a52a2a;
   }
   
a:hover{
   color:#a52a2a;
   font-weight:bold;
   }
#header{
   margin:15px 0px 15px 0px;
   padding:0px;
   }
 
#main{
   width:100%;
   margin:0px;
   padding:0px;
   background-color: #ffffcc;
   }

   
#sidebar2{
   float:left;
   width:125px;
   overflow:hidden;
   background-color: #ffffcc;
   padding: 5px 10px 5px 5px;
   border-right: 1px solid teal;
   }
#content{
   
   background-color: #ffffcc;
   margin: 0 0 0 140px;
   padding:10px;
  
   
   }      
#footer{
   clear:both;
   background-color: #ffffcc;
   margin:0px;
   padding:10px;
   margin-left:auto;
   margin-right:auto;
   
   
   }
   

   
h1{
  font-family: Times New Roman , seif ;
  font-size: 90%;
  font-weight:bold;
  color: white;
  }
  
h2{
   font-family:"Bradley Hand ITC" ;
   font-size:100%;
   font-weight:bold;
   color:#a52a2a;
   }
   
h3{
   font-family: Garamond;
   font-size:80%;
   text-align:center;
   }
   
h4{
   font-family:"Bradley Hand ITC";
   font-weight: bold;
   text-align:center;
   }
   
h5{
   font-family: Garamond;
   font-size:90%;
   
   }
   
h6{
   font-family: "Arial, sans-serif";
   font-size:70%;
   text-align:center;
   color:orange;
   }

   
#nav {
    list-style-position:outside;
	list-style-type:disc;
	list-style-image:none;
	text-align:left;
	}
   
ul{
   list-style-position:outside;
   list-style-image:  url(../images/bullet.gif);
   font-size:80%;
   }
    

   
   

     