html, body 
{
 height: 100%;
 margin: 0;
 padding: 0;
}

body 
{
 background-color: Black;
 background-image: url(http://members.westnet.com.au/fordvsford/Releases/nobody/sidebar.jpg);
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: top left;
}

h1 
{
 width: 560px;
 padding-left: 8px;
 border-bottom-color: lime;
 border-bottom-width: 0px;
 border-bottom-style: solid;
 font-family: "Arial", sans-serif;
 font-size: 21px;
 text-align: left;
 color: fuchsia;
 font-weight: bolder;
}

p 
{
 text-indent: 0%;
 padding: 0px;
 font-family: "Arial", Arial;
 font-size: 13px;
}

* html #box 
{
 height: 100%;
}

#box 
{
 position: absolute;
 border-left-color: White;
 border-left-width: 4px;
 border-left-style: solid;
 border-right-color: transparent;
 border-right-width: 100000px;
 border-right-style: solid;
 left: 36.5%;
 width: 550px;
 min-height: 100%;
 margin-top: 0px;
 margin-left: -140px;
 margin-top: 0;
 color: lime;
 background-color: Black;
 font-family: sans-serif;
 font-size: 15px;
}

#navcontainer 
{
 height: 22px;
 width: 800px;
 margin: 0;
 padding: 0;
}

#navcontainer ul 
{
 list-style: none;
 margin: 0;
 padding: 0;
 border-style: none;
}

#navcontainer li 
{
 display: block;
 height: 22px;
 width: 80px;
 margin: 0;
 padding: 0;
 float: left;
}

#navcontainer a 
{
 display: block;
 color: black;
 background-color: lime;
 height: 22px;
 width: auto;
 margin: 0;
 padding-top: 2px;
 padding-right: 2px;
 padding-bottom: 0px;
 padding-left: 2px;
 border-right-color: Lime;
 border-right-width: 0px;
 border-right-style: solid;
 border-top-color: lime;
 border-top-width: 5px;
 border-top-style: solid;
 border-bottom-color: lime;
 border-bottom-width: 5px;
 border-bottom-style: solid;
 font-family: "Arial";
 font-size: 13px;
 text-decoration: none;
 font-weight: bolder;
}

#navcontainer a.active:link, #navcontainer a.active:visited 
{
 position: relative;
 background-color: #424242;
}

#navcontainer a:hover, #navcontainer a:active 
{
 background-color: Fuchsia;
 color: black;
 font-family: sans-serif;
 font-weight: bolder;
}

#main 
{
 position: relative;
 color: white;
 background-color: transparent;
 min-height: 100%;
 width: 550px;
 margin-top: 8px;
 margin-bottom: 25px;
 font-size: larger;
}

#main a 
{
 color: Fuchsia;
 font-family: "Arial", Arial;
 font-size: 12px;
}

#main a:active, a:link, a:visited 
{
 color: Fuchsia;
 font-family: "Arial", Arial;
 font-size: 12px;
 text-decoration: none;
}

#main a:hover 
{
 color: Fuchsia;
 font-family: "Arial", Arial;
 font-size: 12px;
 text-decoration: underline;
}
