@charset "iso-8859-1";
/* General HTML elements */
body {
	background:url(../images/bg.jpg) repeat-x top center;    
    font: 12px , Verdana, Arial;
	color:#333;
    margin: 0px auto;   
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
    margin: 0;
    padding: 0;
}
ul,
ul li {
    list-style: none;
}
img {
    border: none;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
input,
select,
textarea {
    font: 100% Tahoma, Arial, "Bitstream Vera Sans", sans-serif;
	color: #000000;
    padding: 2px;
}

.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;
}
.ClearDemo {
    clear: both;
}
/* End of: For Windows */
