body {
  margin: 0;
  padding: 0;
  background-color: #0f0f17;
  background-image: url(images/bg2.jpg);
  background-repeat: repeat-x;
  color: White;
  font: 12pt Tahoma, Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}

#wrapper {
	background-color: black;
	margin: 25px auto;
	border: 2px solid Maroon;
	max-width: 945px;
	min-width: 945px;
	text-align: left;
}
#header {
	margin: 0 0 0 0;
	padding: 10px;
	width: 920px;
	height: 268px;
	color: White;
}
#logo-area {
	background-image: url(images/clinic_logo_wide_home.jpg);
  	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 900px;
	height: 268px;
	margin: 0 0 0 10px;
	padding: 0;
}
#banner {
	float: left;
	width: 721px;
	height: 81px;
	margin: 187px 0 0 0;
	padding: 0;
	text-decoration: none;
}
#menu-area {
	float: right;
	display: inline;
	width: 165px;
	height: 268px;
	position: relative;
	margin: 0;
	padding: 70px 0 0 0;
}
#menu-item {
	float: right;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-image: url(images/bgmenu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 165px;
	height: 28px;
	padding: 6px 23px 0 0;
	margin: 0 0 -6px 0;
	text-align: right;
	vertical-align: middle;
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 15px;
}
#menu-item a {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
#menu-item a:link {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
#menu-item a:hover {
	color: gold;
}

/*
#business-card {
	background-image: url(images/businesscard.png);
  	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	float: right;
	top: 0;
	right: -20px;
	width: 310px;
	height: 268px;
	margin: 0;
	padding: 0;
}
*/
#tagline {
	position: relative;
	background-color: #800080;
	display: block;
	background-image: url(images/bgtagline.jpg);
  	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 10px 20px 10px;
	padding: 5px 0 5px 0;
	width: 900px;
	text-align: center;
	vertical-align: middle;
	clear: both;
}
#tagline p {
	font-size: 12pt;
	color: White;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
}
#main-area {
	margin: 50px 0 0 0;
	padding: 0;
	width: 920px;
	max-width: 920px;
	color: white;
}
#content {
	margin: 0 320px 0 0;
	padding: 0 40px 0 20px;
}
#content h1 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
	color: #406bfe;
}
#content h3 {
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	color: Gold;
}
#content ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 5px 10px;
}
#content li {
	font-size: 105%;
	font-weight: normal;
	font-style: normal;
	color: Gold;
}
#content p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-align: justify;
}
#content p.centered {
	text-align: center;
}
#content p.indented {
	margin-left: 30px;
}
#content p.smaller {
	font-size: 90%;
}
#content p.tiny {
	font-size: 80%;
}
.instructions {
	font-size: 80%;
	color: silver;
	text-align: center;
}
#content p.special-quote {
	font-size: 105%;
	color: #406bfe;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content p.quote-from {
	font-size: 95%;
	color: #406bfe;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 30px;
	text-align: right;
}
#content a {
	color: Silver;
	font-size: 105%;
}
#content a:link {
	color: Silver;
	font-size: 105%;
}
#content a:hover {
	color: Gold;
}

.image-left {
	float: left;
	display: inline;
	margin: 5px 8px 8px 0;
	padding: 0;
}
.image-right {
	float: right;
	display: inline;
	margin: 5px 0 8px 8px;
	padding: 0;
}


#content #big-list-area {
/*
	background-image: url(images/bgspots.jpg);
*/
	background-image: url(images/bigmetalspotlight.jpg);
  	background-repeat: no-repeat;
	background-position: top left;
	background-color: #294a77;
	width: 540px;
	padding: 20px 0 20px 0;
	margin: 0;
/*	
	height: 460px;
*/
}
#content #big-list-area ul {
	list-style: disc inside;
	padding: 0 10px 0 5px;
	margin: 5px 0 5px 10px;
}
#content #big-list-area li {
	font-size: 110%;
	font-weight: normal;
	font-style: bold;
	color: gold;
	padding-top: 3px;
}


#sidebar {
	float: right;
	width: 310px;
	background-color: Black;
	background-image: url(images/bgsidebar3.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0px;
/* Raise/Lower the 3rd number below to raise/lower sidebar bottom */
	padding: 20px 10px 600px 10px;
	border: 1px solid Blue;
}

#sidebar h3 {
  font-size: 100%;
  /*
  background-image: url(images/bgsidebartitle.jpg);
  */
  background-image: url(images/titlespots.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 2px 5px 2px 20px;
  font-weight: Bold;
  color: White;
  width: 300px;
  height: 30px;
}
#sidebar p, #sidebar li {
  font-size: 90%;
  line-height: 1.4em;
  color: Silver;
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar a {
	font-size: 105%;
	color: silver;
}
#sidebar a:link {
	font-size: 105%;
	color: silver;
}
#sidebar a:hover {
	font-size: 105%;
	color: crimson;
}
#sponsors {
	width: 250px;
	margin: 10px 0 10px 10px;
	padding: 0;
	overflow: hidden;
}

#footer
{
	width: 920px;
	clear: both;
	padding: 10px;
	margin: 10px 0 0 0;
	text-align: center;
}
.copyright
{
	color: Silver;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
}
.copyright a {
	color: #800080;
}
.copyright a:link {
	color: #800080;
}
.copyright a:hover {
	color: silver;
}

#clearone {
  clear: both;
  height: 1px;
}
#blogroll {
	background-color: black;
	border: 1px solid blue;
	width: 500px;
	height: 300px;
	margin: 20px 0 10px 0;
	padding: 0;
}
#google-ad {
	margin: 20px 0 0 0;
	padding: 0;
}
