/* Begin Typography & Colors */

img	{
	display: block;
	border: 0;
	}

body {
	font-family: "Trebuchet MS", "Myriad Pro", verdana, lucida, arial, helvetica, sans-serif;
	color: #fff;
	line-height: 1.5;
	padding-top: 30px;
	background-color:#c8e8f2;
}
#header {
	background: url('../website-layout-doctor4.png') no-repeat left top;
}
#footer {
	background: url('../website-layout-doctor4.png') no-repeat bottom left;
	border: none;
	height: 17px;
}
/* End Typography & Colors */

/* Begin Structure */
#container {
	margin: 20px auto; /* seems to need the auto to keep the centering :( */
	padding: 0;
	width: 960px;
	background: url(../website-layout-doctor4.png) repeat-y right center;
	border: none;
}
#header {
	margin: 0 0 0 0px;
	padding: 0;
	height: 20px;
	width: 960px;
}
#contentsleft {
	float: left;
	margin: 128px 0px 0px;
	padding: 5px 15px 10px 15px;
	width: 150px;
}
#contentsright {
	padding: 0 0 20px 45px;
	margin: 0px 0 0 140px;
	width: 700px;
}
.clear {
	clear: both;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
}
#footfoot p {
	margin: 0;
	padding: 21px 30px;
	text-align: right;
}
/* General Typography */
p {
	margin-bottom: 15px;
	margin-top: 0;
	font-size: .8em;
}
h1 {
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 2px;
	color: #fff;
}
h2 {
	font-weight: bold;
	font-size: large;
	margin-bottom: 2px;
	color: #fff;
}
h3 {
	font-weight: bold;
	font-size: medium;
	margin-bottom: 2px;
	margin-top: 0;
	color: #CEDEE3;
}
ul {
	font-size: .8em;
	list-style: none;
}
li {
	margin-top: 15px;
}
ul p {
	font-size: inherit;
}
/* Link Stuff */
	
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00044D;
	background: transparent;
}
a:hover {
	font-weight : normal;
	text-decoration: underline;
	color: #3A3A3A;
	background: transparent;
}
a:active {
	font-weight : normal;
	text-decoration: underline;
	color: #fff;
	background: transparent;
}
/* End Structure */

/* Menu */

#menu {
	padding: 0;
	margin: 0;
}
#menu a {
	text-indent: -100em;
}
#menu ul {
	font-size: .7em;
	width: 123px;
	height: 127px;
	background: url(/images/doctor-nav.gif);
	margin: 0;
	padding: 0;
	position: relative;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
}
#menu li, #menu a {
	width: 123px;
	height: 25px;
	display: block;
	border-bottom: 0;
	text-decoration: none;
}
#navhome {
	top: 0;
	height: 26px;
}
#navexcerpts {
	top: 26px;
	height: 25px;
}
#navbju {
	top: 51px;
	height: 25px;
}
#navbuy {
	top: 76px;
	height: 25px;
}
#navabout {
	top: 101px;
	height: 26px;
}
#navhome a:hover {
	background: transparent url(file:///P|/images/doctor-nav.gif) -123px 0px no-repeat;
}
#navexcerpts a:hover {
	background: transparent url(file:///P|/images/doctor-nav.gif) -123px -26px no-repeat;
}
#navbju a:hover {
	background: transparent url(file:///P|/images/doctor-nav.gif) -123px -51px no-repeat;
}
#navbuy a:hover {
	background: transparent url(file:///P|/images/doctor-nav.gif) -123px -76px no-repeat;
}
#navabout a:hover {
	background: transparent url(file:///P|/images/doctor-nav.gif) -123px -101px no-repeat;
}
