body, ul, ol, p, table, form, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 1.58em;
}
h1 {
	font: 100% Verdana, Arial, Helvetica;
	font-size: 50px;
	color: #000000;
	letter-spacing: -3px;
}
h2 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	letter-spacing: 0px;
        line-height: 2em;
}
li {
	margin: 20px 0;
}
html {
	height: 100%;
}
/*container y footer----------------------------------*/
#container {
	min-height: 100%;
	text-align: left;
	width: 905px;
	margin: 0 auto;
}
* html #container {
	height: 100%;
}
#footer {
	height: 40px;
	background: #ffffff;
	position: relative;
	width: 905px;
	margin: 0 auto;
	margin-top: -40px;
	text-align: center;
}
#main {
	padding: 1em 1em 40px 1em;
	position: relative;
}
/*content----------------------------------*/
#content {
	margin-right: 0em;
	margin-left: 15em;
}
/*sidebar----------------------------------*/
#sidebar {
	position: absolute;
	top: 8em;
	width: 14em;
	min-height: 10em;
}
