/* CSS - http://matthewjamestaylor.com/blog/perfect-3-column.htm

    * Collapse All
    * Expand All

http://matthewjamestaylor.com/blog/perfect-3-column.htm
Embedded Styles from http://matthewjamestaylor.com/blog/perfect-3-column.htm
*/


body {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/*
iphone fixes - for fixed positioning
*/

/* header styles */

#header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* main content */
#content_wrap {
	float: left;
	margin: 0 50px 0 330px;
	padding: 100px 0 0 0;
	border-left: 1px dotted #acae77;

}
#content {
	float: left;
	margin: 1em 2em 5em 1em;

}
/* menu/s */
#nav {
	position: absolute;
}
/* topical - right column */
#topical {
	position: absolute;
	top: 120px;
	right: 0;
	width: 50px;
}
/* Footer styles */
#footer, body#eyeteam #footer, body#eyeteam_zara #footer, body#eyeteam_laura #footer, body#eyeteam_prisca #footer, body#eyeteam_marianne #footer, body#eyeteam_wen #footer, body#eyeteam_jo #footer, body#eyeteam_brooke #footer, body#eyeteam_paola #footer {
	clear: both;
	display: block;
	position: relative;
	left: 0;
	bottom: 0;
	background: transparent url(images/footer.png) repeat-x;
	background-position: 77px -25px;
	color: #E2E3C4;
}
/* eyelearn pages */
#eyelearn #topical {
	position: absolute;
	top: 0;
	right: 10px;
	text-align: left;
	display: block;
	width: 220px;
	margin: 0 0 1em 0;
	font-size: 0.9em;
	line-height: 1.6em;
	background: transparent url(images/eyelearn/eyelearn_logo2.png) top left no-repeat;
	padding: 10em 0 0 5em;
	z-index: 1000;
}


