body {
margin: 0 auto;
padding: 0;
background-color: #EEE;
}

#page_header {
background-image:url('../../images/header_bkg.jpg');
background-repeat: repeat-x;
height: 126px;
margin-bottom: 10px; }

img {
margin-top: 12px;
border-style: none;
border: 1px solid;
}

img.noborder {
border-style: none;
border: 0px solid;
margin: 0px;
}

img.button {
float:left;
position:relative;
left:0px;
top:0px;
margin-top: 0px;
border-style: none;
border: 0px solid;
}

img.title {
margin-top: 12px;
border-style: none;
border: 1px solid;
margin-right: 14px;
}

ol {
text-align:left;
list-style-position: inside;
line-height: 0.5cm;
}

li {
padding-bottom: 8px;
}

#spacer {
height: 2px;
width: 60%;
border-bottom: 2px dashed #444;
margin: 0px auto;
margin-bottom: 32px;
}

#header {
background-color: #bbb;
height: 328;
width: 600;
margin: 0px auto;
margin-top: 32px;
text-align:left; /* Counteract to IE5/Win Hack */
margin-bottom: 32px;
padding: 32px;
border: 2px dashed #444;
font:14px/14px Helvetica,Verdana,Arial,sans-serif;
}

div.screenshot {
background-color: #bbb;
height: auto;
width: 800;
margin: 0px auto; /* Right and left margin widths set to "auto" */
text-align:center; /* Counteract to IE5/Win Hack */
margin-bottom: 32px;
padding: 8px;
border: 1px solid;
font:14px/14px Helvetica,Verdana,Arial,sans-serif;
}

#footer {
background-image:url('../../images/header_bkg.jpg');
background-repeat: repeat-x;
height: 64px;
margin-top: 10px;
font-style: italic;
padding: 20px;
text-align:center;
clear: both; }