/*******************************************************************************

FILE: style.css
AUTHOR: Takashi Okamoto mud(tm) - http://www.mudcorp.com/
VERSION: 2.0 - initial public release
DATE: 03/01/2006

--------------------------------------------------------------------------------

This file is part of MudShiftContent.

	MudShiftContent is free for anyone to use, but this header MUST be
	included, and may not be modified.

*******************************************************************************/

#imgs-frame {
	position:relative;
	float: left;
	width: 588px;
	height: 360px;
	/*background-color: #ffffff;*/
	background-color: #66bf7d; /*Green Background */
	overflow: hidden;
}

#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

#controller {
	position: relative;
	float: left;
	clear: left;
	width: 588px;
	margin-top: 5px;
}

#text-frame {
	position: realative;
	float:left;
	height: auto;
	width: 528px;
}
#text-frame h1{
	margin-top: 0px;
	font-weight: normal;
}
#oneCol{
	position:relative;
	float:left;
	clear:both;
	width: 789px;
	height: 360px;
}
