@charset "utf-8";
/* CSS Document */

h1, h2, h3 {
	text-align:center;
}

#MainContainer {
	width:900px;
	border:1px solid #333;
	margin:20px auto;
	padding:15px;
}

#Content div {
	border:1px solid #666;
	margin:1%;
	padding:1%;
	float:left;
}

#Footer {
	text-align:center;
	clear:both;
}


/* Helpers */
.onecol {width:29%;}
.twocol {width:62%;}
.threecol {width:95%;}
.onehalf {width:45%;}

.tall {height:300px;}
.extratall {height:500px;}
.short {height:100px;}
.extrashort {height:50px;}
.norm {height:200px;}

.nondiv {border:0; padding:0; margin:0; float:left;}