/* General HTML elements */
body {
    font: normal normal .75em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
    padding: 0px;
	color: #333333;
	background-color: #32261a;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd,
blockquote {
	margin: 0;
	padding: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	border: none;
	behavior: url("../css/pngbehavior.htc");
}
a {
	outline: none;
}
a:link,
a:visited {
	color: #80C11B;
	text-decoration: none;
}
a:hover {
	color: #f79618;
	text-decoration: none;
}
fieldset {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
}
fieldset legend {
	display: none;
}
input,
select,
textarea {
    font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
	outline: none;
}

.ClearItems:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.ClearItems {
	clear: both;
	display: inline; /* Mac */
}
/* For Windows */
* html .ClearItems,
* html .ClearItems * {
	height: auto;
}
.ClearItems {
	display: block;
}
/* End of: For Windows */


.Wrapper {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}

