html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F2F4F9;
	height: 100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}
#gad {
	position: relative;
	left: -10px;
	width: 468px;
	overflow: hidden;
	padding: 20px 0 5px 0;
}
* html #gad {
	left: -20px;
}
#header {
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat; 
	height: 112px;
	width: 664px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	margin-top: 0;
}
#contents {
	background-image: url(../images/bodybg.png);
	background-repeat: repeat-y;
	width: 664px;
	min-height: 101%;
	text-align: left;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}
* html #contents {
	height: 100%;
}
#banner {
  margin-top: 15px;
  margin-bottom: 10px;
}
#footer {
	margin: 0;
	padding: 0;
	background: url(../images/footerbg.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 664px;
	height: 32px;
	bottom: -6px;
	position: relative;
	clear: both;
}
#footer p {
	float: right;
	padding: 8px;
	margin: 0;
}
#footer img {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-left: 8px;
}
#menu {
	height: 45px;
	width: 252px;
	top: 68px;
	left: -62px;
	position: relative;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	text-align: center;
}
#menu a {
	margin: 0;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 4px;
	text-decoration: none;	
	display: block;
	float: left;
	clear: none;
	height: 22px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FAFAFA;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FAFAFA;
}
#menu a.visited {
	border-bottom-style: none;
	border-bottom-width: 0;
	border-bottom-color: #F6EE6B;
}
#menu a.active {
	border-bottom-style: none;
	border-bottom-width: 0;
	border-bottom-color: #F6EE6B;

}
#menu a:hover {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #F5F5F5;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #F5F5F5;	
}
#menu a#home:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #F6EE6B;
}
#menu a#faq:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #8EB0F6;
}
#menu a#contact:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #9BF692;
}
#menu a#suggest:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #70F3F1;
}
#menu a#download:hover {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #F37071;
}
a {
	border-style: none;
}
#body {
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 140px;
	width: 420px;
	float:left;
}
#sidebar {
	margin: 0;
	padding: 0;
	width: 165px;
	left: -10px;
	vertical-align: top;	
	float: right;
	position: relative;
	clear: right;
}
#downloadcom {
  width: 165px;
  height: 84px;
	padding: 8px;  
}
#downloadnow {
  width: 165px;
  height: 84px;
	background: url(../images/downloadbg.png);
	background-repeat: no-repeat;
	background-position: top left; 
}
#downloadnow a {
	display: block;
	width: 140px;
	height: 44px;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	padding: 12px;
	padding-top: 30px;
	padding-left: 14px;
	margin: 0;
}
#quotes {
  width: 165px;
  height: 139px;
	background: url(../images/quotesbg.png);
	background-repeat: no-repeat;
	background-position: top left; 
}
#screenshots {
	margin-top: 30px;
	width: 420px;
	height: 90px;
	vertical-align: top;	
}
#screenshots img {
	margin-right: 14px;
	clear: none;
	float: left;
}
#screenshots p {
	padding: 0;
	margin-top: 0;
	padding-top: 0;
	margin-left: 40px;
	clear: right;
}
#screenshots h3 {
	margin-top: 0;
	padding-top: 0;
	margin-right: 10px;
	clear: none;
	float: left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.links {
	display: block;
	margin: 10px;
	padding-bottom: 20px;
	clear: none;
}
.links a {
	padding: 0;
	padding-left: 8px;
}
.links ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: none;	
}
.links ul li {
	padding: 0;
	margin: 0;
	height: 12px;
	background: url(../images/linklistitem.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 8px;
}
#whatsnew h3 {
	padding-top: 10px;
}
#whatsnew ul {
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-top: 4px;
	list-style-type: none;
}
#whatsnew ul li {
	padding: 0;
	margin: 0;
	min-height: 20px;
	width: 136px;
	padding-top: 1px;
	background: url(../images/star_yellow.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 1.5em;
}
.answer {
	padding-bottom: 26px;
}
textarea {
	border: 1px solid #D7CECD;
	background-color: #FBF7F5;
	color: black;
	width: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	text-indent: 2px;
}
input[type="text"] {
	border: 1px solid #D7CECD;
	background-color: #FBF7F5;
	color: black;
	width: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	text-indent: 2px;
}
/* IEFIX */
input.text {
	border: 1px solid #D7CECD;
	background-color: #FBF7F5;
	color: black;
	width: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
	text-indent: 2px;
}
div {
	margin: 0;
	padding: 0;
}
a {
	color: #472A17;
	text-decoration: none;
}
a:active {
	color: #FF4500;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
form {
	padding: 0px;
	margin: 0px;
}
p, h1, h2, h3, ul, li, a, td, th, caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table {
	margin:0;
	padding:0;
	margin-top: 20px;
}
caption {
	font-size: xx-small;
	font-weight: bold;
	margin-top: 20px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
}
html>p {
	font-size: x-small;
}
th {
	background-color: #fef2f2;
	font-weight: bold;
  padding-left: 20px;
  padding-right: 40px;
}
td {
	padding-left: 24px;
}
p, li, td, th {
	font-size: xx-small;
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding-bottom: 0;
	line-height: 1.5em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
}
html>p {
	font-size: x-small;
}
h1 {
	font-size: small;
	margin: 0;
	margin-left: 2px;
	padding-bottom: 8px;
	letter-spacing: 2px;
	font-weight: bold;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: large;
}
html>h1 {
	font-size: large;
}
h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 0;
	margin-left: 2px;
	padding: 0;
	line-height: 1.5em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: medium;
}
html>h2 {
	font-size: medium;
}
h3 {
	font-size: xx-small;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 0;
	line-height: 1.5em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
}
html>h3 {
	font-size: x-small;
}
