/* LEFT COLUMN */
div.leftcol {
	position: absolute;
	top: 90px;
	left: 110px;
	width: 421px;
}

/* RIGHT COLUMN */
div.rightcol {
	position: absolute;
	top: 90px;
	left: 540px;
	width: 191px;
}

/* MAIN BOX W/ FAQ, STORY & PRESS */
div.mainbox {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 421px;
	background-image: url( /peeps/about_background.gif );
}

div.maintext {
	margin: 0px;
	padding: 8px;
	width: 421px;
	font-size: 9px; 
	line-height: 13px; 
	font-family: Geneva, Verdana, sans-serif;

}

/* MAIN BOX NAV */
div.mainnav {
    background-color: #FFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 421px;
    height: 18px;
}

/* MOVIE BOX */
div.moviebox {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 191px;
}


/* CONTACT INFO BOX */
div.contactbox {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 191px;
	background-image: url( /peeps/about_contact_background.gif );
}

div.contacttext {
        margin: 0px;
	padding: 8px;
	width: 185px;
	font-size: 9px; 
	line-height: 13px; 
}

div.helpbox {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}