html, body {
margin: 0;
padding: 0;
height: 100%;
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
font-weight: normal;
color: #e0e0e0;
background-color: #666600;
}

body {
background-image:url('../images/tiverton_bg_750x560.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
scrollbar-3dlight-color:#99CC00;
scrollbar-arrow-color:#FFFF00;
/*scrollbar-base-color:;
scrollbar-darkshadow-color:;
scrollbar-highlight-color:;
scrollbar-shadow-color:;
*/
scrollbar-track-color:#2F0F00;
scrollbar-face-color:#999900;

height: 100%;
width: 100%;
text-size:100%
}

#wrap {
position: relative;
width: 750px;
height: 100%;
margin: 0 auto;
}

a:link {
color: #CACA00;
text-decoration:none;
}

a:visited {
color: #CACA00;
text-decoration:none;
}

a:hover {
color: #CACA00;
text-decoration: underline;
}

a:active {
color: #CACA00;
}

a img {
border: none;
}

a img.rollover {
position: absolute;
visibility: hidden;
}

a:hover img.rollover {
visibility: visible;
}

a:hover img{
white-space: normal;
}

#content {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
height: 560px;
margin-top: -280px;
width: 750px;
margin-left: -375px;
}

#pheader {
padding: 19px 20px 0px 0px;
height: 65px;
font-size: 12px;
font-weight: normal;
text-align: right;
margin: 3px 0px 0px 550px;
}

#dualcol {
height:500px;
clear: both;
}

#leftcol {
position: absolute;
top:60px;
left:12px;
width:98px;
height:225px;
}

#rightcol {
width: 590px;
height:376px;
margin: 0px 15px 0px 0px;
padding: 5px;
float: right;
border: 0px solid #ffff00;
text-align: left;
overflow: auto;
}

#pfoot_home {
position: absolute;
top: 545px;
left: 335px;
}

#pfoot_email {
position: absolute;
top: 545px;
left: 575px;
}

#cheader {
text-align:center;
}


