body {
	background: URL(images/background.jpg) #000 no-repeat top center;
	margin: 0px;
	font-family: 'segoe ui','trebuchet MS', helvetica, arial, sans-serif;
	text-align: left;
	font-size: 11px;
}
#menu-container {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	background: URL(images/bkg_menu.png) #666666;
	background-repeat: no-repeat;
	height: 22px;
	font-size: 11px;
	font-weight: normal;
	color: #eee;
	padding: 0 10 0 10;
}
#main-column {
	vertical-align: top;
	background: #fff;
}
#footer {
	background: #ddd;
	height: 35px;
	font-size: 11px;
	color: #333;
	padding: 0 10px;
}
a {
	text-decoration: none;
	color: #b41943;
	border-bottom: 1px dotted #b41943;
}
a:hover {
	border-bottom: 1px solid #b41943;
}
a.view {
	border: 0px;
}
h1 {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #b41943;
}
h2 {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #b41943;
}
h3 {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #444;
}
h4 {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #444;
}
h5 {
	font-family: 'lucida sans unicode','lucida grande',tahoma,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444;
}
address {
	font-style: normal;
	color: #666;
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 10px;
}
p {
	color: #333;
	font-size: 100%;
	line-height: 175%;
}


.dimensions td {
	text-align: center;
	padding: 2px 7px 2px 7px;
	border-bottom: 1px solid #eeeeee;
}

#opalcms {
	padding: 0 2px;
	color: #a00000;
	text-decoration: none;
	border-bottom: 1px dotted #a00000;
}
#opalcms:hover {
	color: white;
	background: #a00000;
	border-bottom: 1px solid #a00000;
}
#bkg-left {
	abackground: url(images/bkg_left.jpg) #000;
	abackground-repeat: no-repeat;
	abackground-position: top right;
}
#bkg-middle {
	width: 700px;
	height: 184px;
	abackground: url(images/bkg_top.jpg) #000;
	abackground-repeat: no-repeat;
}
#bkg-right {
	abackground: url(images/bkg_right.jpg) #000;
	abackground-repeat: no-repeat;
	abackground-position: top left;
}
#print-logo {display: none;}
@media print {
	#menu-container,#bkg-left,#bkg-middle,#bkg-right,#screen-logo {display: none;}
	#print-logo {display: inline;}
}