/* -------------------------------------------------------------- 

	eduk8
	a division of Modoku, Inc.
	25 January 2010

-------------------------------------------------------------- */

body {
	margin: 0px 0px 0px 0px;
	background: #eee;
	}

#header {
	margin: 0px auto;
	width: auto;
	background: #eee;
	background-image: url(../art/eduk8_header_background.png);
	background-repeat: repeat-x;
	}

#frame {
	text-align: left;
	width: 720px;
	margin: 0px auto;
	background: #fff;
	background-image: url(../art/eduk8_background.png);
	padding: 60px 108px;
	position: relative;}
		
#footer {
	margin: 0px auto;
	width: auto;
	background: #eee;
	}

.nav {
	position: absolute;
	top: 0px;
	right: 108px;
	text-align: right;
	}

#singleColumn {
	clear: both;
	}

#leftColumn, #rightColumn, .left, .right {
	float: left;
	width: 47%;
	}

#rightColumn, .right {
	float: right;
	}

.left, .right {
	text-align: center;
	}

.center {
	text-align: center;
	}

.right {
	float: right;
	margin: 0 0 0.5em 0.5em;
	}

.clear {
	clear: both;
	}		

.twoColumn {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

.twoColumn li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 2%;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	font-family: "Futura", helvetica, sans-serif;
	}

.twoColumn li a {
	margin-bottom: 1.5em;
	border:none;
	background: none;
	}

.twoColumn li img {
	border: 0px solid;
	}

.twoColumn li {
	width: 47%;
	/* Make image width 330px */
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

.plain {
	background: none;
	border: none;
	padding: 0;
	}
