/* CSS Document */
body {
background-color: #5e5e5e;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
}
#main {
width: 799px;
margin: 0 auto;
height: 750px;
background-color: transparent;
}
#leftside {
width: 57px;
height: 750px;
background-image: url('images/leftside.jpg');
float: left;
}
#body {
background-color: #ffffff;
float: left;
width: 688px;
height: 750px;
}
#rightside {
background-image: url('images/rightside.jpg');
width: 54px;
height: 750px;
float: left;
}
#bottomshadow {
margin: 0 auto;
width: 799px;
height: 70px;
background-image: url('images/bottomshadow.jpg');
}
#header {
background-image: url('images/header.jpg');
width: 688px;
height: 96px;
float: left;
}
#top {
background-image: url('images/main.jpg');
width: 688px;
height: 274px;
float: left;
}
#toprightnav {
background-color: transparent;
width:226px;
height: 203;
margin-left: 444px;
margin-top: 71px;
text-align: right;
}
#rightnav {
background-color: transparent;
padding-right: 15px;
padding-top: 10px;
height: 22px;
border-bottom: 1px solid #ffffff;
}
#rightnav a {
color: #ffffff;
text-decoration: none;
}
#rightnav a:hover {
color: #ffaa00;
text-decoration: underline;
}
#bottom {
background-image: url('images/bottom.jpg');
width: 688px;
height: 213px;
float: left;
}
#bottomleft {
width: 434px;
height: 203px;
background-color: transparent;
float: left;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
font-weight: bold;
}
#bottomright {
width: 226px;
height: 213px;
background-color: transparent;
float: left;
text-align: right;
color: #ffffff;
}
#bottomrightstuff {
padding-right: 8px;
}
#truebottom {
padding-top: 60px;
padding-left: 10px;
padding-right: 10px;
float: left;
width: 668px;
background-color: transparent;
height: 120px;
}
#bottomheader {
font-size: 13pt;
font-weight: bold;
border-bottom: 1px solid #000000;
}
a {
color: #000000;
text-decoration: none;
}
