/* CSS Document */

body { 
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
background: #961b1e;
color: #981b1e;
}

a {
color: #5f0d0f;
text-decoration: none;
}

a:hover {
color: #e5898b;
}


a.navlink {
color: #FFFFFF;
text-decoration: none;
}

a.navlink:hover {
color: #e5898b;
}

table.thumbnails {
width: 750px;
text-align: center;
}

h1 {
margin: 0;
font-size: 24px;
}

img {
border: 0;
}


p {
margin: 0;
}

#content {

}

#shadows {
background: url(images/shadows.jpg) repeat-y;
margin: 0 auto;
width: 1130px;
}

#wrapper {
width: 790px;
margin: 0 auto;
}

span.leftalign {
float: left;
}

#navbar {
height: 19px;
font-size:16px;
text-align: right;
background: #981c1f;
color: #FFFFFF;
padding-left: 20px;
padding-right: 20px;
}

#navlower {
background: url(images/navbar-lower.jpg);
height: 24px;
}

#main {
min-height: 776px;
height: auto !important;
height:  776px;
background: url(images/bgtexture.jpg);
background-repeat:repeat-y;
}

#main2 {
min-height: 600px;
height: auto !important;
height:  600px;
background: url(images/bgtexture.jpg);
background-repeat:repeat-y;
padding: 20px;
text-align: justify;
}

#left {
width: 510px;
padding: 20px;
}

#right {
margin-top: 20px;
float: right;
width: 230px;
border-left: 1px solid #981b1e;
}

#textstatic {

}

td.blank {
width: 95px;
}

#textedit {
margin-top: 20px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #981b1e;
}

span.bold {
font-weight: bold;
}