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

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.

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

body {
	background: #fff;
	color: #545454;
	font: 10px/16px arial, helvetical, verdana, sans-serif;
	overflow: hidden;
	top-margin: 0px;
	left-margin: 0px;
}

a { color: #0099FF; }
a:hover {	color: #0066CC; text-decoration:none; }
body a img {border:none;}

.title {
 	font-weight:bold; 
 	font-size:10px;
	color:#4A4430;
	text-transform:uppercase;
	}

.boxtext {
	position: absolute;
	width: 600px;
	background: #FFFFFF;
	top: 450px;
	left: 0px;
	}

#imgs-frame {
	position: absolute;
	top: 35px;
	left: 0px;
	padding: 0px;
}

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

#text-frame {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
}


	



