*					{ margin: 0; padding: 0; }
body
{
background: #000000;
}

a:link 
{
color: #999999;
}

a:visited
{
color:#FF9900;
}

h1
{
color: #999999;
padding: 10px;
background-color: #000000;
}

#page-wrap
{
min-width: 760px;
min-height: 500px;
margin: 0 auto;
position: relative;
zoom: 1;
}

#header
{
min-width: 560px;
margin: 15px auto 0;
text-align: center;
}

#main-content
{
padding: 0 240px;
background: #000000;
color: #999999;
text-align: center;
border-left: 3px solid #FF9900;
border-right: 3px solid #FF9900;
border-top: 3px solid #FF9900;
}

.guide-table table
{
border-collapse: collapse;
margin: 0 auto;
}

.guide-table td, th
{
border: 1px solid #FF9900;
padding: 5px 5px;
}

.guide-image
{

}

.images
{
margin: 0 auto;
border: 0;
}

.note
{
font-size: 0.75em;
}

#main-sidebar
{
position: absolute; left: 0; top: 0; width: 190px; bottom: 0; 
background: #000000;
padding: 0 10px;
color: #999999;
text-align: Center;
border-right: 3px solid #FF9900;
border-top: 3px solid #FF9900;
}

ul
{
text-align: center;
list-style-type: none;
}
                      
#secondary-sidebar
{
position: absolute; right: 0; top: 0; width: 190px; bottom: 0;
background: #000000;
padding: 0 10px;
color: #999999;
text-align: center;
border-left: 3px solid #FF9900;
border-top: 3px solid #FF9900;
}
                      
#footer
{
max-width: 1400px;
min-width: 560px;
background: #000000;
margin: 0 auto 15px;
color: #999999;
text-align: center;
border-top: 3px solid #FF9900;
font-size:0.75em;
}