html {
	overflow: scroll;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	letter-spacing: 0.01em;
	text-align: left; height:101%;  
}

#wrapper {
	position: relative;
	margin: auto;
	width: 750px;
}

#header {
	position: absolute;
	top: 20px;
	height: 80px;
	width: 100%;
}

#menu {
	text-align: right;
	position: absolute;
	top: 60px;
	height: 10px;
	width: 100%;
}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
	color: #333;
}

#container {
	position: absolute;
	top: 90px;
	width: 100%;
	height: 100%;
}

#bar {
	float: left;
	width: 0px;
	height: 100%;
}

#main {
	border: thin solid #cccccc;
	padding: 20px;  
}

#footer {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 0px;
}