html {
overflow: -moz-scrollbars-vertical;
}

* {margin: 0;padding: 0;}

html, body {margin: 0; padding: 0; height: 100%;}

body, td {
font: 11px Tahoma, Verdana, Geneva, Arial, sans-serif;
}

body {background-color: #f0f0f0;}

#wrap {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
background-color: #f0f0f0;
}

#container {
background: #f0f0f0;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
height: 383px;
margin-top: -191px;  /* needs to be half of content height */
width: 811px;
margin-left: -405px; /* needs to be half of content width */
}

#content {
width: 811px;
height: 383px;
border: 1px solid #f0f0f0;
text-align: left;
background: url(images/main_background.gif) no-repeat;
}

#nav {
text-align: left;
border: 0px solid black;
/*width: 200px;*/
margin-top: 46px;
margin-left: 20px;
}

#contentSlab {
float: left;
width: 762px;
height: 243px;
border: 0px solid black;
margin: 20px 0px 0px 21px;
}

*html #contentSlab {
margin: 20px 0px 0px 10px;
}

#imageSlot {
float: left;
margin-right: 20px;
width:359px; 
height:243px;
}

#textSlot {
height:208px;
margin-top: 32px;
font-family: Tahoma;
font-size: 8pt;
text-transform: none;
border: 0px solid black;
}

#footer {
margin-top: 30px;
float: left;
border: 0px solid black;
width: 783px;
font-family: Tahoma;
font-size: 10px;
color: #9980aa;
text-transform: none;
padding-left: 20px;
}

a:link.footerLink {text-decoration: none; color:#9980aa;}
a:visited.footerLink {text-decoration: none; color:#9980aa;}
a:hover.footerLink {text-decoration: underline; color:#9980aa;}

a:link.contactLink {text-decoration: underline; color:#000;}
a:visited.contactLink {text-decoration: underline; color:#000;}
a:hover.contactLink {text-decoration: underline; color:#9980aa;}

a:link.contactLinkNoUL {text-decoration: none; color:#000;}
a:visited.contactLinkNoUL {text-decoration: none; color:#000;}
a:hover.contactLinkNoUL {text-decoration: none; color:#9980aa;}


#footerLinks {
float: left;
width: 400px;
}

#copyright {
float: right;
margin-right: 20px;
}

*html #copyright {
margin-right: 10px;
}


.border {
border-left: 1px solid black;
border-right: 1px solid black;
width: 358px;  
height: 243px;
}









