/* design */

body {
background: #DBB793;
margin: 0px;
}

.drop_left {
background: url(photos/drop_left.jpg) top right repeat-y;
}

.drop_right {
background: url(photos/drop_right.jpg) top left repeat-y;
}

.content_drop {
background: #FFF2D7 url(photos/content_drop.jpg) top left repeat-y;
}

.nav_bg {
background: #996533;
font-family: verdana, arial, sans-serif;
font-size: 11pt;
line-height: 22px;
padding: 0px 0px 0px 8px;
}

.text {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 10pt;
color: #000000;
line-height: 20px;
padding: 0px 8px 8px 16px;
text-align: justify;
}

h1 {
font-family: verdana, arial, sans-serif;
font-weight: normal;
font-size: 14pt;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 8px;
}


.lessons {
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 10pt;
color: #000000;
padding: 2px 7px 2px 7px;
}

/* nav */

a.nav_link:link {
text-decoration : none;
color: #000000;
font-weight: bold;
display: block;
}

a.nav_link:visited  {
text-decoration : none;
font-weight: bold;
color: #000000;
display: block;
}

a.nav_link:hover {
text-decoration : none;
font-weight: bold;
color : #EBD8C5;
display: block;
}