html, body {
margin: 0;
padding: 0;
background-color: #000;
font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000; }

.container { 
position: relative;
width: 860px;
margin: auto;
background-color: #ccc;
background-image: url("images/house_of_scorpio.gif");
background-repeat: no-repeat;
background-position: center top;
margin-top: 8px;
padding: 10px 10px 60px 20px;
min-height:400px; 
height:auto !important; 
height:400px; 
}

.nav {
position: absolute; left: 0px; top: 64px; 
width: 355px;
height: 17px;
border: none;
}

.nav2 {position: absolute; left: 540px; top: 64px; 
height: 17px;
border: none;
}

.content {
position: relative; left: 0px; top: 70px}

.column {
float: right;
width: 215px;
height: 900px;
border: 1px solid black;
background-color: white;
margin: -8px -10px 10px 15px;
}

a:link, a:visited {
font-weight: bold; 
text-decoration: underline;
color: #900
}

a:hover { 
font-weight: bold;
text-decoration: none}

#nav a:link, #nav a:visited, #nav2 a:link, #nav2 a:visited {
color: white;
padding: 0px 0px 0px 10px;
text-decoration: none;
}

#nav a:hover, #nav2 a:hover {
text-decoration: underline;
}

h1, h2, h3, h4 {
font-weight: bold;
}

h1 {
color: #900;
font-size: 16px;
padding: 10px 0px 10px 0px
}

h2 {
color: #900;
font-size: 14px;
margin-top: 20px;
}

h3 {
color: #600;
font-size: 12px;
margin-top: 3px;
}

h4 {
font-size: 12px;
color: #333;
margin-top: 3px;
line-height: 120%;
}


p {
margin: 0px 0px 15px 0px;
}

table#important, div#important {
width: 635;
background-color: #ff9;
border: 2px solid #900;
border-collapse: collapse;
color: #900;
margin: 0px;
line-height: 150%;
padding: 10px
}

#important td {
vertical-align: top;
padding: 5px;
border: 1px solid #900;
font-size: 13px;
}

#important th {
background-color: #900;
font-size: 14px;
font-weight: bold;
color: white;
border: 1px solid #ff9;
}

table#important ul {margin-left: -10px}