/* style sheet 2_col layout for ohau cottage */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;  /* allows centering in IE */
	background: #aaf;
	color: #333;
	font-family: arial, san-serif;
	}  
	
#container {
	position: relative;
	margin: 0 auto; 
	width: 800px; 
	text-align: left;   /* overrides text-align rule in body */
	}
	
#banner {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 800px;
	text-align: center;
	}

#masthead {
	height: 40px;   /* make this the same in each column */
	}

h1, h2, h3, h4 {
	background-color: #aaf;
	color: #00f;
	text-align: center;
	font-family: "Bell MT", "Trebuchet MS", serif;
	}
	
h4 {
	background-color: #aaf;
	color: #851;
	text-align: left;
	font-family: "Bell MT", "Trebuchet MS", serif;
	}		
	
#main {
	position: absolute;
	top: 200px;
	left: 180px;
	width: 650px;  /* was 400px, 466 */
	border-left: solid 2px #00f;
	margin: 0 10px;
	padding: 0 10px;
	}

ul {
text-align: left;
list-style-type: disc;
}

#links {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 160px;
	padding-right: 6px;
	font-size: small;
	line-height: 160%;
	background: #ddd;
	}
	
td {text-align: left}