
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/background1.jpg);
	color: black;
}
.main 
{
	position: absolute;
	left: 175;
	right: 100;
	top: 120;
	padding-left: 20px;
	padding-top: 5px;
}
.menuBar
{
    FLOAT: left;
    WIDTH: 170px;
    MARGIN-TOP: 10px;
    PADDING-LEFT: 10px;
    POSITION: absolute;
    TOP: 120;
}
.Bar
{
    PADDING-RIGHT: 5px;
    MARGIN-BOTTOM: 10px;
    BORDER-RIGHT: black 1px outset;
    BORDER-TOP: black 1px outset;
    FLOAT: right;
    COLOR: white;
    BORDER-LEFT: black 1px outset;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-ALIGN: right;
    TEXT-INDENT: 5px;
    FONT: bold;
    BORDER-BOTTOM: black 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: black
}
.Bar2
{
    PADDING-RIGHT: 5px;
    MARGIN-BOTTOM: 10px;
    BORDER-RIGHT: black 1px outset;
    BORDER-TOP: black 1px outset;
    FLOAT: right;
    COLOR: white;
    BORDER-LEFT: black 1px outset;
    WIDTH: 160px;
    CURSOR: hand;
    TEXT-ALIGN: right;
    TEXT-INDENT: 5px;
    FONT: bold;
    BORDER-BOTTOM: black 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: black
}
.logo
{
	POSITION: absolute;
	TOP: 0; 
	RIGHT: 0;
	WIDTH: 140;

	text-align: right;
	PADDING-TOP: 10px;
	padding-left: 20px
}
.topbar
{
	position: absolute;
	left: 20;
	top: 0;
	padding-left: 20px;
	padding-top: 20px
}
.bizname 
{
	font-family: Arial, Helvetica; 
	font-size: 50px; 
	color: black
}
.bizmotto 
{
	font-family: Arial, Helvetica; 
	font-size:20px; 
	font-style: italic; 
	color: black; 
	padding-left: 60px 
}
a:link
{
	color: white;
	text-decoration: none;
}
a:visited
{
	color: white;
 	text-decoration: none;
} 
a:active 
{
	color: white;
	text-decoration: none;
}