/* n800 normal browser view 650x360*/

* { margin: 0px; padding: 0px;  }

body
{
background: url(../pics/yellow_gradient.png);
background-repeat: repeat-x;
background-attachment: fixed;
background-color: black;
font-family: verdana, trebuchet, arial, sans-serif;
font-size: 13px;
color: #000000;
}

#holder
{
width: 635px;
margin: 0px auto;
padding: 0px;
}

#header
{
height: 80px;
text-align: center;
margin-top: 0px;
background: url(pics/papertop.png) no-repeat;
padding-top: 50px;
}

#content
{
margin-top: 0px;
padding: 10px 40px 30px 40px;
background: url(pics/papermid.png);
background-repeat: repeat-y;
background-position: 0px 127px;
}

#footer
{
height: 40px;
margin-bottom: 15px;
background: url(pics/paperbottom.png) no-repeat;

}

.index
{
padding-left: 10px;
font-weight: bold;
list-style-type: decimal;
list-style-position: inside;
}

.index li
{
margin-bottom: 12px;
}

.index2
{
font-weight: normal;
list-style-type: none;
list-style-position: inside;
text-indent: 40px;
margin-bottom: 15px;
margin-top: -10px;
}

.index2 li
{
margin-bottom: 0px;
}

.index a
{
color: black;
text-decoration: none;
color: #000000;
}

.index a:hover
{
color: #550000;
text-decoration: underline;
}


.basic
{
list-style-type: disc; 
padding-left: 30px; 
list-style-position: outside;
margin: 15px;
}

#logo
{
float: left;
margin-top: 40px;
margin-left: -230px;
}

h1
{
max-width: 560px;
margin: 0px 20px 15px 20px;
font-size: 25px;
}

h2
{
margin: 10px 15px 20px 0px;
text-align: center;
}

h3
{
margin: 25px 25px 15px 0px;
font-size: 15px;
}

p
{
line-height: 18px;
margin-bottom: 10px;
margin-top: 10px;
}

hr
{
color: #aaaaaa;
background-color: #aaaaaa;
width: 100%;
height: 1px;
border: none;
margin: 30px auto 40px auto;
}

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

a{ color: #bb4444; border:0 }
a:active{}
a:visited{}
a:hover{color: #FF0000;}

table
{
margin: 15px;
border: 1px solid black;
border-collapse: collapse;
}


td
{
text-align: center;
border: 1px solid #aaaaaa;
padding: 3px;
overflow: hidden;
}

tr.title
{
text-align: center;
font-weight: bold;
background-color: #8888ee;
border-bottom: 2px solid #444444;
}

td.standard
{
background-color: #DED66B;
border-right: 2px solid #444444;
}

.instruction_list
{
list-style-type: decimal;
margin: 30px;
}

.instruction_list li
{
margin-bottom: 10px;
}

code
{
width: 90%;
margin: 5px auto;
display: block;
font-size: 12px;
color: #444444;
background-color: #f0f0f0;
padding: 5px;
margin-bottom: 5px;
}

