body {
	font-family: 'Open Sans Condensed','verdana', 'helvetica', sans-serif;
	font-size: 17px;
color : #520934;
background : #FFF url(images/bg.gif) repeat-y top center;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
			/*WRAP*/
#container {
width : 750px;
margin : 0 auto;
padding : 0;
line-height : 1.1em;
background : #eee;
border : 0px solid #fff;
color : #520934;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
			/*TOP BANNER*/
#top {
margin : 0;
padding : 0;
height : 260px;
background-image :  url(images/lavcircleheader.jpg);
border-bottom : 3px solid #fff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#top h1 {
padding : 30px 0 0 430px;
margin : 0;
	font-family: 'Open Sans Condensed','verdana', 'helvetica', sans-serif;
	font-size: 32px;
color : #fff;
background : transparent;
}
#top p {
padding : 5px 0 0 10px;
margin : 0;
}
#top a:link {
text-decoration : none;
color : #eee;
background : inherit;
}
#top a:hover {
text-decoration : underline;
color : #fff;
background : inherit;
}
			/*TOP MENU*/
#menu {
margin : 0;
padding : 0;
height : 26px;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
			/*LEFT MENU*/
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 0;
border-right : 2px solid #fff;
color : #333;
background : #eee;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
			/*MAIN CONTENT*/
#content {
margin : 0 0 0 170px;
padding : 0;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : 0.5em;
border-top : 0px solid #cb274c;
color : #fff;
background-image :  url(images/wandfooter2.jpg);
height : 83px;
    /* Do rounding (native in Firefox and Safari) */
     -webkit-border-radius: 15px 15px 0px 0px / 15px 15px 0px 0px;
     -moz-border-radius: 15px 15px 0px 0px / 15px 15px 0px 0px;
 
}
#footer img {
float : right;
}
* > html #footer img {
margin : 0;
}
#footer a:link, #footer a:visited {
text-decoration : none;
color : #eee;
background : transparent;
text-decoration : none;
}
#footer a:hover {
text-decoration : none;
color : #90b905;
background : inherit;
}
#footer a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
			/*TYPOGRAPHY*/
h2 {
margin : 0;
padding : 0 0 0 5px;
	font-family: 'Open Sans Condensed','verdana', 'helvetica', sans-serif;
	font-size: 22px;
border-bottom : 1px solid #eee;
color : #520934;
background : inherit;
}
h3 {
margin : 0;
padding : 0 0 5px 10px;
	font-family: 'Open Sans Condensed','verdana', 'helvetica', sans-serif;
	font-size: 19px;

color : #520934;
background : inherit;
}
p {
padding-top:0px;
padding-bottom:0px;
padding-right:30px;
padding-left:5px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #E197BF;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
color : #cb274c;
background : transparent;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #520934;
background : inherit;
}
a:active {
text-decoration : none;
background : inherit;
color : #aaa;
}
a img {
border : none;
}
#navlist li {
list-style-type : square;
margin : 0 15px 0 0;
padding : 0;
background : inherit;
color : #520934;
}
			/*IMAGES*/
.imgright {
float : right;
margin : 0 10px 10px 10px;
padding : 10px;
}
.imgleft {
float : left;
margin : 0;
padding : 0;
}
			/*GALLERY*/
#gallery {
height : 125px;
}
#gallery img {
float : left;
padding : 5px;
}
			/*CLASS*/
.happy {
border-top : 1px solid #808080;
padding : 10px;
}
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.quote {
margin : 10px;
border : 1px solid #006600;
padding : 15px;
color : #006600;
background : transparent;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}