/*reset things so most browsers display things in a sane manner*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/background1.jpg);
	color: black;
}
.main 
{
	position: absolute;
	left: 175;
	right: 100;
	top: 100;
	padding-left: 20px;
	padding-top: 5px;
}
.logo
{
	/*POSITION: absolute;*/
	FLOAT: left;
	TOP: 0; 
	RIGHT: 0;
	WIDTH: 120;

	text-align: right;
	PADDING-TOP: 10px;
	padding-left: 20px
}
.topbar
{
	/*position: absolute;*/
	left: 30;
	top: 0;
	padding-left: 20px;
	padding-top: 20px
}
.menuBar
{
    FLOAT: left;
    WIDTH: 170px;
    MARGIN-TOP: 10px;
    PADDING-LEFT: 10px;
    TOP: 280;
	LEFT: 0;
    POSITION: absolute;
}
.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
}
.mBar1
{
    PADDING-RIGHT: 5px;
    MARGIN-BOTTOM: 5px;
    BORDER-RIGHT: black 1px outset;
    BORDER-TOP: black 1px outset;
    BORDER-LEFT: black 1px outset;
    BORDER-BOTTOM: black 1px outset;
    FLOAT: right;
    COLOR: white;
    WIDTH: 120px;
    CURSOR: hand;
    TEXT-ALIGN: right;
    TEXT-INDENT: 5px;
	font-family: sans-serif, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: bold;
    POSITION: relative;
    BACKGROUND-COLOR: 326689
}
.mBar2
{
    PADDING-RIGHT: 5px;
    MARGIN-BOTTOM: 5px;
    BORDER-RIGHT: black 1px outset;
    BORDER-TOP: black 1px outset;
    BORDER-LEFT: black 1px outset;
    BORDER-BOTTOM: black 1px outset;
    FLOAT: right;
    COLOR: white;
    WIDTH: 160px;
    CURSOR: hand;
    TEXT-ALIGN: right;
    TEXT-INDENT: 5px;
	font-family: sans-serif, Arial, Helvetica; 
	font-size: 16px; 
	font-weight: bold;
    POSITION: relative;
    BACKGROUND-COLOR: 326689
}
.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;
}

