/* design */

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

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

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

.bg_nav {
background: #e8e8e8;
border-right: solid 1px #9A696B;
padding: 0px 5px 0px 0px;
}

.tri {
border-right: solid 1px #9A696B;
}

.content {
padding: 5px 5px 5px 5px;
background: #ffffff;
text-decoration : none;
font-weight: normal;
color: #000000;
font-size: 10pt;
font-family: verdana, arial, sans-serif;
}

.footer {
font-size: 1px;
}

a.nav_link:link {
text-decoration : none;
color: #8d8d8d;
font-weight: normal;
display: block;
padding-top: 4px;
font-size: 10pt;
font-family: arial, sans-serif;
}

a.nav_link:visited  {
text-decoration : none;
font-weight: normal;
color: #8d8d8d;
display: block;
padding-top: 4px;
font-size: 10pt;
font-family: arial, sans-serif;
}

a.nav_link:hover {
text-decoration : underline;
font-weight: normal;
color : #000000;
display: block;
padding-top: 4px;
font-size: 10pt;
font-family: arial, sans-serif;
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #6D2C4F;
margin: 0px;
}

.img_border {
border: solid 1px #000000;
margin-left: 8px;
margin-bottom: 3px;
float: right;
}



