body, html {
overflow:hidden;
margin:0px;
padding:0px;
background:#232020;
}

body, html, .full {
height:100%;
width:100%;
}

.spcr {
height:1px;
width:1px;
}

* {
font-family: Georgia, Arial, Verdana, Helvetica, sans-serif
}	

/* main containing table (for centered alignment) */
div#mainContain {
position:absolute;
top:0px;
left:0px;
z-index:2;
padding:20px;
padding-left:162px;
-moz-box-sizing:border-box;
}


/* menu / visit containers */
div#menuContain {
position:absolute;
left:0px;
top:7px;
z-index:3;	
}


div#menu_home, div#menu_news, div#menu_bio, div#menu_gallery, div#menu_sponsors, div#menu_links, div#menu_bike, div#contact {
float:left;
clear:both;
margin-bottom:7px;
}

div#visits {
padding:6px;
padding-right:0px;
}

/* menu links */
.menuItem, .menuItemCorner, .menuItemHover, .menuItemCornerHover {
float:left;
height:31px;
}

.menuItemCorner, .menuItemCornerHover {
width:20px;
}

.menuItemHover {
background-image:url('../images/container/menu_bg.gif');
background-repeat:repeat-x;
}

.menuItemCornerHover {
background-image:url('../images/container/menu_bg_corner.gif');
background-repeat:no-repeat;
}

.menuImage {
margin-top:10px;
margin-left:10px;
}

div#logo {
clear:both;
height:200px;
width:197px;
margin-top:14px;
position:relative;
left:-10px;
}

/* transparency table */

table#transTable {
width:100%;
}
td#transColTopLeft, td#transColTopRight, td#transColBottomLeft, td#transColBottomRight {
width:40px;
}
td#transColTop, td#transColBottom {
height:40px;
}
td#transColLeft, td#transColRight {
width:10px;
}
td#transColMain {
width:100%;
border:2px solid #000000;
}