*
{
margin: 0;
padding: 0;
border: none;
}

body   
{
height: 100%;
width: 100%;
font-family: Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px; 
color: #333333;
background-color: #999999;
background-position: top left;
background-repeat: no-repeat;
background-attachment: scroll;
font-weight: normal;
font-style: normal;
text-align: left;
line-height: 24px;
}

body a img {
margin:3px;
}

p
{
background-color:#FFFFFF;
	filter:alpha(opacity=85);
 	-moz-opacity:.85;
	opacity:.85;
margin-bottom: 10px;
}

#nav a,p a     
{  
color: white;
font-weight: bold;
text-decoration: none;
background-color: #333333;
}

#nav a:hover,p a:hover     
{
background-color: #999999;
}

h2
{
font-size: 24px;
background-color: white;
margin-bottom: 10px;
line-height: 36px;
}

h3
{
font-size: 12px;
background-color: white;
margin-bottom: 10px;
line-height: 18px;
}

#header
{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 80px;
}

#header a
{
width: 100%;
height: 80px;
display: block;
background-color: #333333;
font-size: 48px;
font-weight: bold;
color: white;
line-height: 80px;
text-decoration: none;
}

#header a:hover       
{
background-color: #999999;
}

#nav
{
position: absolute;
left: 0;
top: 120px;
width: 220px;
height: 400px;
}

.navlink
{
font-size: 24px;
line-height: 36px;
}

.strike
{
font-weight: bold;
text-decoration: line-through;
}

table
{
position: absolute;
left: 240px;
top: 120px;
width: 300px;
height: 400px;
border-collapse: collapse;
float: left;
}

td
{
height: 100px;
width: 100px;
line-height: 0;
}

#content
{
position: absolute;
left: 580px;
top: 120px;
width: 380px;
height: 400px;
}