body {
	background-color: #666666;
}
div#container {
	width: 920px;
	margin: 0 auto;
	background-color: white;
}
div#header {
	height: 150px;
	position: relative;
}
img#logo {
	float: left;
}
ul#main_menu {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
ul#main_menu>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-color: #D6D6D6;
	width: 126px;
	height: 55px;
	margin: 8px 0 0 8px;
	position: relative;
}
ul#main_menu>li>a {
	margin: 0;
	display: block;
	height: 100%;
	width: 100%;
	line-height: 80px;
	text-indent: 2px;
	color: black;
	font-size: 19px;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
ul#main_menu>li>a:hover {
	color: white;
}
ul#main_menu>li>a#current {
	color: white;
}
li#home>a:hover {
	background-color: #990134;
}
li#about>a:hover {
	background-color: #009C6B;
}
li#appointments>a:hover {
	background-color: #00006B;
}
li#contact_us>a:hover {
	background-color: #9C00CE;
}
li#general_info>a:hover {
	background-color: #CE6B31;
}
li#prescriptions>a:hover {
	background-color: #63CE00;
}
li#registering>a:hover {
	background-color: #3163FF;
}
li#services>a:hover {
	background-color: #FF3900;
}
li#health_info>a:hover {
	background-color: #336666;
}
form#search {
	position: absolute;
	right: 7px;
	top: 70px;
	width: 126px;
}
form#search p {
	margin: 5px;
}
form#search input {
	width: 116px;
}
div#header>hr {
	color: #990033;
	background-color: #990033;
	border: none;
	margin: 5px 0 0;
	height: 1px;
}
p#breadcrumb {
	font-family: Arial;
	margin: 0 4px;
	font-size: 12px;
	display: inline;
}

/* end header */

div#content {
	margin: 20px;
}
div#right_column {
	width: 215px;
	float: right;
	border-left: 1px solid #990033;
	margin-left: 20px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 20px;
}
div#footer {
	text-align: center;
	clear: both;
	background-color: #666666;
	color: white;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 5px;
}
div#footer a {
	color: white;
}

/* Text Formatting */
body {
	font-family: Georgia, serif;
	color: #666666;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 50px;
	margin: 0;
	display: inline;
}
h2 span {
	color: #808080;
	font-size: 0.5em;
	display: block;
	width: 315px;
	margin: 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
a img {
	border: none;
}
a:hover {
	text-decoration: none;
}
sub {
	font-size: 0.7em;
}

/* Lists */

ul {
	list-style-type: disc;
}
ul>li>ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol>li>ol {
	list-style-type: lower-alpha;
}
