/* CSS Document */

body {
background-color: #B8B8B8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

#container {
width: 731px;
margin-left: auto;
margin-right: auto;
border-top: #FFFFFF solid 2px;
border-right: #FFFFFF solid 2px;
border-left: #FFFFFF solid 2px;
}

#banner {
height: 121px;
background-image: url(images/hdr-bg_03.jpg);
background-repeat: no-repeat;
background-color: #932B21;
}

#content {
background-color:#939393;
height: 600px;
}

#content p {
margin: 10px 30px;
}

#footer {
clear: both;
height: 26px;
background-color: #932B21;
border-top: #FFFFFF solid 2px;
border-bottom: #FFFFFF solid 2px;
}

#footer2 {
clear: both;
height: 59px;
width: 731px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
padding-top: 2px;
background-image: url(images/divaldbottom_09.gif);
background-repeat: no-repeat;
background-position: 100% Top;
font-size: 10px;
line-height: 18px;
}

#nav {
height: 24px;
width: 731px;
text-align: center;
padding-top: 14px;
}

#nav a:link, nav a:visited {
color: #FFFFFF;
text-decoration: none;
}

#nav a:hover {
background-color: #FFFFFF;
color: #932B21;
}

a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #333333;
background-color: #CCCCCC;
}

.anim-right {
float: right;
margin-left: 7px;
}

