body {
	background-image: url(images/bgjconblack.gif);
	background-repeat: repeat;
	background-color: Black;
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;  // used for older IE browsers
}
#wrapper {
	text-align: left;
	width: 1024px;
	height: auto;
	background-color : Black;
	color: White;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border: 3px inset #393939;
	text-align: left; // counters the center alignment in body tag
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: Black;
	width: 1024px;
	height: 440px;
}
#page-title {
	background-color : Black;
	text-align: left;
	vertical-align: middle;
	width: 490px;
	height: 50px;
	padding: 5px 0 0 0;
	margin: 0;
}
#page-title h1 {
	color: gold;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin: 0;
	padding: 0;
}
#logo-area {
	float: left;
	display: inline;
	width: 495px;
	height: 440px;
	margin: 0;
	padding: 0 0 0 5px;
}
#logo-box {
	width: 490px;
	height: 381px;
	margin: 0;
	padding: 0;
}
#tribute {
	float: right;
	display: inline;
	background-image: url(images/bgtribute.jpg);
	background-repeat: no-repeat;
	width: 260px;
	height: 340px;
	margin: 0 5px 70px 0;
	padding: 30px 0 0 0;
	overflow: hidden;
}
#tribute-image {
	width: 200px;
	height: 250px;
	margin: 30px;
	padding: 0;
}
#vertical-menu {
	float: left;
	display: inline;
	width: 250px;
	height: 108px;
	margin: 316px 0 0 0;
	padding: 0 0 0 5px;
	/* Adjust above "top" padding by 36px per menu item to raise or lower menu items:
	   Add 14 to total of menu items, then subtract this sum from height of vertical-menu space.
	   This should line up the bottom of menu stack with the logo picture to its left.
	*/
}
#vertical-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#vertical-menu li {
	text-align: left;
	vertical-align: middle;
	background-color: black;
	background-image: url(images/bgmenuitem.jpg);
	background-repeat: repeat-y;
	width: 250px;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 15px;
}
#vertical-menu a {
	color: White;
	font-size: 105%;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}
#vertical-menu a:link {
	color: White;
}
#vertical-menu a:hover {
	color: Gold;
}
#menu-item {
	position: relative;	
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#tagline {
	background-image: url(images/bgtagline.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 1024px;
	min-height: 18px;
	height: auto;
	margin: 10px 0 20px 0;
	padding: 3px 0 3px 0;
}
#tagline p {
	color: White;
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
	margin: 0;
	padding: 0;
}


#main {
	width: 1024px;
	height: auto;
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	display: inline;
	background-color : Black;
	margin: 0 5px 0 9px;
	padding: 0;
	width: 560px;
	height: auto;
	/* border-top: 1px solid maroon;  */
}
#content h1 {
	font-size: 130%;
	color: Silver;
	margin: 0;
	padding: 0.7em 0 0.7em 60px;
	background-image: url(images/jesteronblack_sm.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 560px;
	height: auto;
}
#content h3 {
	font-size: 110%;
	color: Silver;
	border-bottom: 1px solid Maroon;
	margin: 5px 50px 5px 20px;
	padding: 0;
}
#content p {
	padding: 0 10px 0 10px;
}
#content a {
	color: gold;
}
#content a:link {
	color: gold;
}
#content a:link {
	color: crimson;
}

.quote {
	color: #C00000;
	font-size: 95%;
	font-style: italic;
	font-weight: bold;
	margin: 5px 50px 5px 50px;
}
#zinger {
	background-color: black;
	background-image: url(images/bgzinger.jpg);
	background-repeat: repeat-y;
	margin: 12px 0 10px 0;
	padding: 0;
	width: 556px;
	height: auto;
	border: 2px solid #393939;
}
#zinger p {
	font-size: 103%;
	color: #fcfcfc;
	margin: 0;
	padding: 8px 10px 8px 10px;
}
#zinger .date {
	color: silver;
	font-size: 103%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#rants-bar {
	float: left;
	display: inline;
	width: 220px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	/* adjust the 3rd padding parameter above to raise or lower the bottom of the panel */
	background-color: Black;
	background-image: url(images/bgleftsidebar.jpg);
	background-repeat: repeat-y;
	color: white;
}
#rants-bar h3 {
	background-image: url(images/bgleftsidebar_title.jpg);
	background-repeat: repeat-y;
	color: Silver;
	font-size: 110%;
	font-style: italic;
	margin: 10px 0 0 5px;
	padding: 5px 0 5px 25px;
}
#rants-bar ul {
	list-style-type: none;
	padding: 0;
	margin: 20px;
}
#rants-bar li {
	color: White;
	font-size: 75%;
	font-style: italic;
	margin: 0 0 2px 0;
}
#rants-bar a {
	color: Gold;
	font-size: 110%;
	font-style: normal;
}
#rants-bar a:link {
	color: Gold;
}
#rants-bar a:hover {
	color: #00FFFF;
}
#rants-bar p {
	color: silver;
	font-size: 75%;
	font-style: normal;
	margin: 5px 0 0 0;
	padding: 0 0 0 20px;
	line-height: 10px;
}

#right-panel {
	float: right;
	display: inline;
	background-color: Black;
	background-image: url(images/bgrightsidebar.jpg);
	background-repeat: repeat-y;
	width: 220px;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	/* adjust the 3rd padding parameter above to raise or lower the bottom of the right panel */
	color: white;
}
#right-panel h3 {
	background-image: url(images/bgrightsidebar_title.jpg);
	background-repeat: repeat-y;
	color: Silver;
	font-size: 110%;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
}
#right-panel ul {
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 10px;
}
#right-panel li {
	color: White;
	font-size: 75%;
	font-style: italic;
	padding: 0;
	margin: 0 0 8px 0;
}
#right-panel a {
	color: gold;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
}
#right-panel a:link {
	color: gold;
}
#right-panel a:hover {
	color: #00FFFF;
}

#special {
	color: Gold;
	font-weight: bold;
}

#clearone {
  clear: both;
  height: 1px;
}

#clinic-ad {
	background-color: black;
	margin: 20px 0 20px 0;
	padding: 0px 0 10px 0;
	width: 556px;
	height: auto;
	border: 2px solid #393939;
}
#clinic-ad p {
	margin: 0;
	padding: 0 10px 0 10px;
	font: 10pt Tahoma, Arial, sans-serif;
	text-align: justify;
	color: white;
}
#clinic-ad a {
	color: gold;
}
#clinic-ad a:link {
	color: gold;
}
#clinic-ad a:hover {
	color: #00FFFF;
}

#embed-quote {
	background-color: black;
	width: 180px;
	height: auto;
	margin: 20px 16px 10px 16px;
	padding: 0;
	border: 4px inset #393939;
}
#embed-quote p {
	margin: 0;
	padding: 6px 8px 0 8px;
	font: 9.5pt Tahoma, Arial, sans-serif;
	text-align: left;
	line-height: 13px;
	color: #F9F9F9;
}
#embed-quote .author {
	margin: 0;
	padding: 8px 8px 6px 8px;
	font: 9.5pt Tahoma, Arial, sans-serif;
	font-style: italic;
	text-align: right;
	line-height: 12px;
	color: silver;
}


#footer {
  clear: both;
  border-top: 1px solid Maroon;
  margin: 10px;
  padding: 5px 0 0 0;
  width: 1004px;
  height: 25px;
  color: #777777;
}
#footer p {
  float: left;
  display: inline;
  font-size: 75%;
  color: #777777;
  margin: 0;
  padding: 5px 0 0 0;
}
#footer a {
  font-size: 75%;
  color: #777777;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#footer a:link {
  color: #777777;
}
#footer a:hover {
  color: crimson;
}
#footer-links {
  float: right;
  display: inline;
  margin: 0;
  padding: 0;
}

