body { font-family: Georgia, "Times New Roman", Times, serif; background-color: gray; background-image: url(img/bg_tyre.jpg); margin-top: 12px; }

p { }

td { }

a:link { border-width: 0; }

a:visited { border-width: 0; }

a:hover { border-width: 0; }

a:active { border-width: 0; }

a img {
border: 0;
}

#bracket { 
background: transparent url(img/orange.png) repeat 0 0;
width: 900px;
margin: 0 auto;
}

#main { 
background: transparent url(img/bg.jpg) no-repeat 0 0;
position: relative; 
width: 900px; 
overflow: visible; 
min-height: 600px; 
margin: 0 auto; 
}

#nav { vertical-align: top; }

.content { 
background-image: url(img/white.png); 
background-repeat: repeat; 
width: 600px; 
float: right; 
min-height: 450px; 
margin: 0 20px 12px; 
padding: 20px 12px 12px 20px; 
}

#menu { 
background-image: url(img/bg_menu.png); 
background-repeat: no-repeat; 
width: 200px;
height: 300px; 
padding: 12px; 
float: left;
}

h1 { color: white; font-family: "Courier New", Courier, Monaco, monospace; background-color: black; text-align: right; padding-right: 12px; }
.results { font-size: 75%; }
.overleft { color: white; }
.overright { color: white; text-align: right; }

#footer { 
color: gray; 
font-size: 75%; 
width: 900px; 
clear: both; 
padding: 5px; 
position: relative;
top: 2em;
}

.left { float: left; margin: 5px; }
.right { float: right; }
.over { color: white; }
.oops { color: red; font-weight: bold; }
