html, body
	{
	color: #000;
	background: #fff;
        width: 100%;
	}
html, body, img, div
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body
	{
	padding-bottom: 70px;
	}
a
	{
	color: #F00;
	text-decoration: none;
	}
a:active, a:hover
	{
	text-decoration: underline;
	}
#content
	{
        position: relative;
	margin: 0 auto;
        height: 400px;
        width: 700px;
	}
/* front page */
/*
#introduction
	{
	text-align: center;
	}
#logo, #front_menu
	{
	position: absolute;
        width: 201px;
        left: 0px;
	}
#disassembled, #introduction
	{
	position: absolute;
        left: 201px;
	}
#disassembled, #front_menu
	{
	top: 200px;
	}
*/

/* menus - unused */
#front_menu, #nav
	{
	list-style: none;
	}

#front_menu li, #nav li, #nav
	{
	background: #DDD;
	}
#front_menu a, #nav a
	{
	background: white;
	display: block;
	font-size: 1.2em;
	border-bottom: #F00 solid 3px;
	}

/* nav only - unused */
#nav
	{
	width: 680px;
	height: 31px;
	padding: 3px;
	margin: 15px 0px 20px 0px;
	}
#nav li
	{
	float: left;
	display: block;
	width: 130px;
	padding: 3px;
	}
#nav li a
	{
	padding: 0px;
	height: 22px;
	text-align: center;
	}

/* front page */
.sections
	{
	text-align: left;
	}
.sections div
	{
	margin-top: 5px;
	padding: 5px;
	background: #DDD;
	}
.sections div div
	{
	margin: 0px;
	height: 25px;
	padding: 0px 5px 0px 5px;
	font-size: 1.2em;
	border-bottom: #F00 solid 3px;
	background: #FFF;
	}
/* old menu */
table.menu
	{
	margin: 15px 0px 20px 0px;
	background: #DDD;
	}
table.menu tr td
	{
	text-align: center;
	background: #FFF;
	width: 140px;
	padding: 5px;
	font-size: 1.2em;
	border-bottom: #F00 solid 3px;
	}

/*prices table*/
table.prices tr td
	{
	padding: 2px 4px 1px 4px;
	text-align: right;
	border: black solid 0.7pt;
	border-right: 0px;
	border-bottom: 0px;
	}
table.prices tr.bt_row td
	{
	border-bottom: black solid 0.7pt;
	}
table.prices tr td.lst_td
	{
	border-right: black solid 0.7pt;
	}
table.prices tr.pr_nm td, table.prices tr td.frst_td
	{
	text-align: left;
	}
table.prices tr.spacer_row td
	{
	border: 0px;
	height: 10px;
	}

/*maint sections*/
.msect
	{
	padding: 5px 0px 5px 30px;
	}

/* contact */
#contact
	{
	margin: 20px 0px 10px 0px;
	font-weight: bold;
	}
#contact #description
	{
	margin-top: 8px;
	font-size: 0.9em;
	}
