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

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 {
	overflow-x: hidden;
}

/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #CCC;
background-color: #544F4B;
}



img {
	border: 0;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: 1em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
padding-left: 0px;
}

h1, h2 {
font-family: Verdana;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #FFF;
border-bottom: 1px #000 solid;
border: none;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1em Verdana;
}

#sidebar-2 a, #sidebar-1 a {
color: #FFF;
border: none;
}


div#sidebar {
	position: relative; 
	background-color: #544F4B;
	font-family: LucidaGrande, Times, serif;
	font-size: 11px;
	line-height: 14px;
	color:#FFFFFF;
	width:150px;
	overflow: auto;
}

div#content {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #CCC;
}


#imgs-frame {
	position: static;
	width = 700;
	padding: 0px;
}

#imgs {
	width = 700;
	position: relative;
}

#controller {
	position: relative;
}

#text {
	position: absolute;
}


#text-frame {
	position: static;
}

#footer {
}

#title {
}


}

#title {
}



