	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#_background-howfar { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* half of content_container's height */
		float:left;
		}

	#contentContainer {
		margin:0 auto;
		position:relative; /* puts container in front of _background-howfar */
		text-align:left;
		height:600px;
		width:960px;
		clear:left;
	}
	
	#header {
		width: 950px; 
		text-align: center; 

	}
	
	#curlyContainer {
		height:540px;
	}
	
	#menu {
		width: 900px; height: 35px; 
		padding:13px 20px 0 20px;
		
	}
	#menu table {
		margin-left: 60px;
		width: 800px;
		border: 0;

		text-align: center;

	}
	#menu table tr td:hover, #gals a:hover {
		background-color: #000;
	}
	#menu table tr td { border-right: 1px solid black; }
	#menu a {
		font-size: 1.5em;
		line-height:35px;
		text-decoration: none;
	}
	#gals { display: none; position: absolute; margin-left: 0px;}
	
	#sidebar {
		float: right;
		padding: 20px;
		height: 440px; width: 180px;
		margin-right: 20px;
	border-left: 1px solid black;

	}
	
	#sidebar h2 {
		font-size: 1.5em;
		color: #630000;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#sidebar p {
		padding-bottom: 10px;
		font-size: 1.2em;
	}