@charset "UTF-8";
/* CSS Document */

.slider {
padding: 15px 0px 0px 0px;
overflow:hidden;
z-index:1;
}


#section {
height:100%;
float:left;
background-color:white;
padding-bottom:40px;
margin-bottom:30px;
width:980px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
background-image:url(../images/home/ornate-background.jpg);
background-repeat:no-repeat;
}

#article {
margin-left:20px;
margin-top:20px;
}

#article p{
color:black;
text-align:left;
}

#article h3 {
font-size:34px;
font-style:italic;
text-align:center;
margin-bottom:20px;
}

.col1 {
width:400px;
float:left;
margin-left:40px;
font-size:14px;

}


.col2 {
width:400px;
float:left;
margin-left:50px;
font-size:14px;

}

.firstcharacter { 
float: left; 
color: black; 
font-size: 75px; 
line-height: 55px; 
padding-top: 4px; 
padding-right: 8px; 
padding-left: 3px; 
font-family: Georgia; }


.ornate {
padding:10px 0px;
}