body {
	background: silver url(../images/tile.gif);
	margin-top: 0px;
}

#container {
	background: #ff8000;
	width: 760px;
	right: auto;
	left: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: #ff8000 url(../images/header_background.jpg);
	width: 760px;
	height: 137px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#logo {
	top: 10px;
	left: 36px;
	background: url(../images/logo_hifi.gif) no-repeat top left;
	background-repeat: no-repeat;
	height: 92px;
	padding: 0;
	margin: 0;
	width: 262px;
	position: absolute;
}

#logo a {
	border-style: none;
	display: block;
	width: 262px;
	margin: 0px;
	padding: 0px;
}

#logo img {
	display: block;
	width: 0px;
	margin: 0px;
	padding: 0px;
}

#logo span {
	width: 262px;
	height: 92px;
	margin: 0px;
	padding: 0px;
}

#nav_container {
	width: 760px;
	position: relative;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	top: 120px;
	overflow: hidden;
}

#nav {
	display: inline; 
	overflow: hidden;
	list-style: none;
	right: auto;
	left: auto;
	width: 760px;
	height: 15px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 0px;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only */
}

#nav a:hover {
	background-position: 0 -18px;
	background-repeat: no-repeat;
}

#nav li.selected a {
	background-position: 0 -18px;
}

#agreement a {
	background: url(../images/agreement.gif) no-repeat left top;
	width: 218px;
	margin-left: 65px;
}

#links a {
	background: url(../images/useful_links.gif) no-repeat left top;
	width: 101px;
	margin-left: 70px;
}

#contact a {
	background: url(../images/contact_us.gif) no-repeat left top;
	width: 78px;
	margin-left: 80px;
}

#plan a {
	background: url(../images/plan.gif) no-repeat left top;
	width: 197px;
	margin-left: 60px;
}

#content {
	background: white;
	width: 760px;
	height: 450;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#image {
	width: 197px;
	float: left;
}

#flash {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}

#text {
	width: 375px;
	float: left;
	background: repeat-x;
	padding: 10px 0 15px 10px;
	margin-top: 10px;
}

#text p {
	font: 16px/19px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#text a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
	font-size: 14px;
}

#text a:hover {
	color: #ec9b25;
	border-bottom: 1px solid #ec9b25;
}
