body {
	color: #444;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	width: 780px;
}

a {
	color: #CC6733;
	}
	
a:hover {
	color: #663202;
	}

img
	{
	border: 1px solid #CC6733;
	}
	
img.screenshot {
	border: none;
	max-width: 400px;  /* for non IE browers */
	width: expression(this.width > 400 ? 400: true); /* IE can't handle max-width */
	}

h1 {
	font-size: 1.2em;
	color: #CC6733;
	margin-left: 0px;
	}

h2 {
	font-size: 1em;
	color: #CC6733;
	margin-left: 0px;
	}
	
h3 {
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #CC6733;
	margin-left: 0px;
	}
	
table {
	border: 1px solid #999999;
	width: 100%;
	border-collapse: collapse; 
	}
	
th {
	border-left: 1px solid #999999;
	font-size: 1em;
	margin: 0;
	padding: 6px;
	line-height: 1.2em; 
	}

td {
	border-top: 1px dotted #999999;
	border-left: 1px dotted #999999;
	font-size: 14px;
	margin: 0;
	padding: 6px;
	line-height: 1.2em; 
	}
	
td.screenshots {
	border: none;
	width: 160;
	font-size: 13px;
	margin: 0;
	padding: 6px;
	line-height: 1.2em; 
	vertical-align: top;
	}

code
	{
	background: #FFCC99;
	margin: 2px 2px 2px 2px;
	padding: 1px 4px 1px 4px;
	font-family: "Lucida Console", Monaco, "Courier New", monospace;
	}
	
hr.tiny {
	width: 100px;
	text-align: left;
	margin: 0 auto 0 0;
	border: none;
	border-bottom: 1px solid #CC6733;
	height: 1px; 
	}

.top {
	font-size: 1.2em;
	margin-left: 10px;
	border:none;
	border-bottom: 1px solid #CC6733;
	}
	
.top a {
	text-decoration: none;
}

.top a:hover {
	background: #f1f1f1;
	color: #663202;
	}

.content {
	float: right;
	margin: 10px 0;
	width: 650px;
	}

.title {
  	color:#CC6733;
   	font-size: 1.1em;
   	font-weight: bold;
	margin-left: 0px;
	background-color:#f2f2f2;
	}

.insidebox {
    width: auto;
    line-height: 20px;
    color: #555A60;
    background-color: #f2f2f2;
    font-size: 0.95em;
    padding: 5px 6px 6px 6px;
    height: auto;
	}

.navigation {
	float: left;
	text-align:left;
	width: 120px;
	color:#CC6733;
	font-size: 0.9em;
	margin-top:18px;
	margin-left:10px;
}

.navigation h2 {
	color:#CC6733;
	font-size: 1.1em;
	line-height: 12px;
	padding-left:8px;
	width: 120px;
}
.navigation ul {
	padding: 0;
	margin: 0;
	width: 120px;
}

.navigation li 
	{
	list-style: none;
	}

.navigation li a {
	color: #CC6733;
	font-size: 1.1em;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 120px;
}

.navigation li a:hover {
	background: #f1f1f1;
	color: #663202;
}

.insidebox li
	{
	margin-bottom: 4px;
	}

.footer {
    width: auto;
    line-height: 20px;
    color: #555A60;
    font-size: 0.9em;
    background: #f4f4f4;
    border:1px solid #DDDDDD;
    text-align: center;
    height: auto;
}