﻿body 
{
    font-size: 15px;
    font-family:Arial;
    color:Gray;
     font-weight:bold;
}
.main
{
    text-align: left;
    margin: auto;
    width: 964px;
    


}
.menu
{
    text-align: left;
    width: 100%;
    
}
.header
{
    text-align: right;
    width: 100%;
    height: 400px;
}
.mainContent
{
    
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #C0C0C0;
    border: 1px #C0C0C0;
    border-left: 1;
    border-left-color: #C0C0C0;
    border-style: solid;
    height: 625px;
}
.flower
{
    height: 760px;
    position: absolute;
    top: -20px;
    z-index: -1;
    background: url(images/main.jpg) no-repeat left;
    width: 571px;
    left: -20px;
}
.leftColumn
{
    float:left;
    display:inline;
    background-color:White;
    border-color: #C0C0C0;
    border: 1px #C0C0C0;
    border-left: 1;
    border-left-color: #C0C0C0;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left:10px;
    width:200px;
    height:600px;
    
    
}

.middleColumn
{
    float:left;
    width:680px;
    height:600px;
    display: inline;
    background-color:White;
    border-color: #C0C0C0;
    border: 1px #C0C0C0;
    border-left: 1;
    border-left-color: #C0C0C0;
    border-style: solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left:10px;
    margin-right:10px;
       
}

ul, ol { 
	 text-decoration:none;
}
ul li {
 	
   text-decoration:none;

}
ul li a {
	color:#810304;
	font-weight:bold;
	text-decoration:none;
}

a {
	color:#810304;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#ef50a0;
	
}

#footer-wrap {
	padding:0;
	margin: auto;
	background: #fffff7;
    border-top :1px solid #c0c0c0;
    border-bottom :1px solid #c0c0c0;
    border-left :1px solid #c0c0c0;
    border-right :1px solid #c0c0c0;
    width: 965px;
    
    
    
}

#footer {
	width:945px;
	text-align:left;
	margin:auto;
	padding:10px;
    font-size: 12px;
    background: #fffff7;
    background: url(images/footer.jpg) no-repeat right;
}
   
h1 {
   
   font-size: 25px;
    font-family:Arial;
    color:maroon;
    margin-top:0px;
    margin-bottom:10px;
   
} 

h2 {
   
   font-size: 15px;
    font-family:Arial;
    color:maroon;
    padding-bottom:0px;
    margin-bottom:0px;
   
} 
