body
{
	overflow: auto;
	margin: 0px;
	font-family: Verdana, Helvetiva, Arial, sans-serif;
	font-size: 12px;
	background-image: url("img/back.gif");
}

.content
{
	height: 500px;
}

.contentTable
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

fieldset
{
	border: 1px solid black;
	background-color: #EEEEEE;
}

legend
{
	font-size: 24px;
	font-weight: 700;
	color: #7040FF;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #EEEEEE;
}

input, textarea, hr
{
	border: 1px solid black;
}

.button
{
	height: 18px;
	color: #ffffff;
	background-color: #000033;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid white;
	background-image: url("img/pipeButton.gif");
}

.contentTableMain
{
	height: 488px;
}

.menuLeft
{
	background-color: #333366;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url("img/pipeSide.gif");
	width: 70px;
	padding-left: 5px;
}

.contentMain
{
	background-color: #ffffff;
	vertical-align: top;
	color: #000000;
	font-size: 12px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	width: 600px;
	padding-left: 25px;
	padding-top: 10px;
}

.contentLayer
{
	overflow: auto;
	height: 475px;
	width: 590;
}

.menuRight
{
	background-color: #333366;
	vertical-align: top;
	color: #ffffff;
	font-size: 12px;
	border-bottom: 1px solid black;
	background-image: url("img/pipeSide.gif");
	padding-left: 10px;
}

.note
{
	font-size: 10px;
}

.bu2ContentTable
{
	width: 567px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bu2ContentRow
{
	background-color: #EEEEEE;
}

.bu2Story
{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.guestBookContentTable
{
	width: 500;
	border:	1px solid black;
	font-size: 11px;
}

.guestBookRow
{
	background-color: #EEEEEE;
	padding: 1px;
}

.guestBookAdd
{
	font-size: 11px;
}

.trainzContentTable
{
	background-color: #FFFFDD;
	font-size: 12px;
}

a 
{ 
	color: #ffffff; 
}

a:hover 
{ 
	color: #9999CC;
}