body
{
	background-color: #FFF;
	text-align: center; 
	font: 12px/1.2em verdana, arial, sans-serif;
	color: black; 
	margin-top: 0px;
}

/* used for images that have to be centered - create a div around them! */
.img_ctr{text-align: center;}

/* used for text under images */
p.about{margin: 0px; padding: 1px; font: 9px/1em arial, sans-serif;}

/* banner */
.bannerbox 
{
	width: 100%;
	height: 81px;
}

.banner 
{
	background: url('../images/fm3banner.gif') no-repeat;
	height: 81px;
	width: 720px;
	margin: 0px auto;
}

.banner a
{
	width: 720px;
	height: 81px;
	display: block;
}

/* navbar */
.navbarbox
{
	width: 100%;
	height: 20px;
}

.navbar
{
	background: url('../images/navbar.jpg') repeat;
	height: 20px;
	width: 720px;
	margin: 0px auto;
	font: 14px/1.2em verdana, arial, sans-serif;
	color: white;
}

.navbar a
{
	color: white;
	text-decoration: none;
}

.navbar a:hover, .navinnercontainer a:active
{
	color: silver;
}

/* main 'frame' */
.mainbox
{
	width: 100%;
	margin-top: 10px;
}

.main
{
	background-color: #FFF;
	height: 100%;
	width: 720px;
	margin: 0px auto;
	font: 12px/1.2em verdana, arial, sans-serif;
	text-align: left;
	color: black;
}	

.main a
{
	font-weight: bold;
	text-decoration: none;
	color: navy;
}

/* footer */
#footbox 
{
	float: left;
	width: 100%;
	height: 18px;
	margin-top: 20px;
}

#foot 
{
	height: 18px;
	width: 720px;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	border: solid;
	border-width: 1px;
}

/* three frame mode */
.three_left
{
	width: 213px;
	float: left;
	top: 0px;
	left: 0px;
	border-right: solid;
	border-width: 1px;
	min-height: 360px;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 10px 10px;
}

.three_center
{
	width: 213px;
	float: left;
	top: 0px;
	border-left: solid;
	border-right: solid;
	border-width: 1px;
	min-height: 360px;
	margin: 0px -1px 0px -1px;
	padding: 0px 10px 10px 10px;
}

.three_right
{
	width: 213px;
	float: left;
	top: 0px;
	left: 0px;
	border-left: solid;
	border-width: 1px;
	min-height: 360px;
	margin: 0px 5px px 0px;
	padding: 0px 10px 10px 10px;
}

/*two frame mode */
#two_left
{
	width: 213px;
	float: left;
	top: 0px;
	left: 0px;
	border-right: solid;
	border-width: 1px;
	min-height: 320px;
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 10px 10px;
}

#two_right
{
	width: 425px;
	float: left;
	top: 0px;
	border-left: solid;
	border-width: 1px;
	min-height: 320px;
	margin: 0px 5px 0px -1px;
	padding: 0px 10px 10px 40px;
}


/* inline floating div, right-side */
div.float_rt
{
	width: 300px;
	float: right;
	border: solid;
	border-color: navy;
	border-width: 2px;
	background-color: #ABF;
	color: black;
	font: 12px/1.2em Georgia, "Times New Roman", serif;
	margin: 2px;
	padding: 2px;
}