BODY {
	color: #000000;
	font-family: bookman old style, times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
DIV, UL, LI, H1, H2, A, IMG, P, OBJECT {
	border: 0px;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
A, A:visited, A:hover {
	text-decoration: none;
}
INPUT, SELECT, TEXTAREA {
	border: 1px solid #000000;
}
.noborder {
	border-width: 0px;
}
TABLE {
	border: 1px solid #000000;
	padding: 10px;
}

#body {
	background: #FFFFFF;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 780px;
	border: 1px solid black;
}

.topbar {
	height: 20px;
	width: 780px;
}
.topbar IMG {
	display: none;
}

#musicplayer {
	display: none;
}

#menu {
	font-family: verdana, arial, sans-serif;
	padding-top: 20px;
}
#menu UL {
	width: 160px;
	margin-bottom: 10px;
}
#menu A {
	color: #000000;
	line-height: 24px;
	height: 24px;
	padding-left: 35px;
}
#menu .selected {
	font-weight: bold;
}
#menu IMG {
	display: none;
}

#content {
	background: #FFFFFF;
	float: right;
	width: 580px;
	margin-bottom: 20px;
	padding: 0px 15px;
}
#content A {
	color: #0F4D2A;
	display: inline;
	text-decoration: underline;
}
#content A:hover {
	color: #0F4D2A;
	text-decoration: none;
}
#content H1 {
	font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
}
#content H2 {
	font-family: verdana, arial, sans-serif;
	font-size: 13pt;
	padding: 3px 0px;
}
#content P, #content UL {
	text-align: justify;
	padding: 8px 0px;
}
#content UL LI {
	display: list-item;
	list-style: square inside;
}
#content .left {
	float: left;
	margin-right: 10px;
}
#content .right {
	float: right;
	margin-left: 10px;
}
#content .leftphoto {
	float: left;
	padding: 12px;
	background-color: #F7F7F7;
	margin-left: 30px;
}
#content .rightphoto {
	float: right;
	padding: 12px;
	background-color: #F7F7F7;
	margin-right: 30px;
}
#content .inline {
	border: 0px;
	margin: 0px;
}
#content  IMG {
	margin: auto;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .code {
	font-family: courier new, courier, serif;
	font-size: 8pt;
	text-align: left;
}
#content   .price {
	text-align: right;
}

#bottombar {
	background: #0F4D2A;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 16px;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
}

#bottombar A, #bottombar A:visited {
	display: inline;
	color: #FFFFFF;
}

#bottombar A:hover {
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
}