html,body{
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  } 

body 
{
  color: black;
  background: white;
  width:800px;
  margin:0 auto;
}



/* ----- HEADER ----- */



#header 
{
width:800px;
border-bottom: 1px solid;
padding-bottom: 5px;
}

#header b
{
color:red;
}


/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_3.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
width:800px;
background:url(background_3.gif) repeat-y; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
}


/* ----- NAVIGATION ----- */



#wrapper_menu
{
width:140px;
float:left;
}

#menu
{
width:140px;
padding: 10px 5px 5px 5px;
border-bottom: 2px solid;
}

#adsense
{
width:120px;
padding-top: 10px;
padding-left: 10px;
}

#menu h3
{
padding-left: 5px;
background: #5A6;
}

#menu ul
{
margin:auto;
padding-left: 15px;
}

/* ----- MAIN CONTENT ----- */

#content
{ 
margin-left:150px;
min-height:550px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:550px; /* for IE5.x and IE6 */
width:507px;
padding: 10px 5px 5px 5px;
border-left: 1px dotted;
border-right: 1px dotted;
}


#content img 
{
float: left; 
margin-right: 5px; 
margin-left:5px;
}

#content p
{
padding-right: 5px;
padding-left: 5px;
}

#content h2 
{ 
margin: 0;
padding: 0px 0px 5px 0px; 
font-size: 1em;
}

#content_s
{ 
margin-left:150px;
min-height:550px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:550px; /* for IE5.x and IE6 */
width:633px;
padding: 10px 5px 5px 5px;
border-left: 1px dotted;
}

#content_s p
{
padding-right: 5px;
padding-left: 5px;
}

#content_s img 
{
float: none; 
margin-right: 5px; 
margin-left:5px;
}

#content_s h1
{ 
text-align: center;
}

#screens
{ 
margin-left:150px;
min-height:550px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:550px; /* for IE5.x and IE6 */
width:633px;
padding: 10px 5px 5px 5px;
border-left: 1px dotted;
}

#screens img 
{
float: none; 
padding: 2px; 
}

/* ----- CHANGES ----- */

#changes
{ 
min-height:550px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:550px; /* for IE5.x and IE6 */
float: right;
width:125px;
padding: 10px 0px 0px 0px;
}

#changes h3
{
padding-left: 5px;
text-align: center;
background: #5A6;
}

#changes ul 
{ 
padding:2px 0px 2px 0px; 
margin:0;
border-bottom: 2px solid;
}

#change_info
{
border-top: 1px dotted;
}

#change_info ul 
{ 
padding:2px 0px 2px 0px; 
margin:0;
}
/* ----- FOOTER ----- */



#copyright 
{ 
border-top: 1px solid;
width:800px;
padding-top: 5px;
text-align: center;
}


.right
{
  text-align: right;
}

.center
{
  text-align: center;
}

.usage
{
list-style-type: decimal;
}

.variants
{
list-style-type: disc;
}

.date
{
font-family: Verdana, Arial, Helvetica; 
font-size: 7pt; 
color: #FF0000; 
font-weight: bold;
padding-left: 5px;
}

.download
{
list-style:disc;
}

.change
{
font-family: Verdana, Arial, Helvetica; 
font-size: 10pt; 
padding-left: 5px;
}

.features
{
list-style-type: disc;
}

p{font-size: 0.9em;}
ul {list-style: none; }

a
{
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  font-size: 1em; 
}
a:link {color: #009;}
a:visited {color:  #369;}
a:hover {color: #00c;}

h1, h2, h3
{
  font-weight: bold; 
}
h2,h3
{
  color: #036;
  padding: 0;
  margin: 0; 
}
h1 {font-size: 1.2em; }
h2 {font-size: 1em; } 
h3 {font-size: 0.8em; } 
