/* General HTML elements */
body {
    font: 0.7em Verdana, Arial, "Bitstream Vera Sans", sans-serif;
    margin: 0px;
    /*padding: 0px;*/
	padding-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
form,
ul,
ul li,
ol,
ol li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	
}

input,
select,
textarea {
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

.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 */

#main {
	/*background: url(../images/bg-left.gif) left bottom no-repeat;*/
}
#main div.Submain {
	/*background: url(../images/bg-right.gif) right top no-repeat;*/
	text-align: center;
}