/* GLOBAL CLASSES */

.align_left {
	float: left;

}

.align_right {
	text-align: right;
}

img.png {
	behavior: url(css/iepngfix.htc);	

}

.black {
	color: black;

}

.white {
	color: white;

}



/* GENERAL LAYOUT */

div.container {
	text-align: left;
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	margin: auto;
}


div#footer_container {
	clear: both;
	text-align: left;
	margin: auto;
}

div#header {	
	margin: 0;
	padding: 0;
	background: none;
	text-align: left;
}

div#header #header_logo {

}


div#content {

}

div.left {
	float: left;

}

div.right {
	float: left;
}



div#footer {


}






