/***********************************************************
 * Style changes to HTML tags.
 */
html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

li a {
	color: #CC9900;
}


/***********************************************************
 * Style declarations for classes, ids and other selectors.
 */
div#header {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 25px;
	left: 184px;
	right: 0;
}

div#header div {
	right: 0px;
	padding: 0px;
	font-size: medium;
	text-align: left;
	vertical-align: top;
}

#headerbar-blue {
	background-color: #5C727C;
	height: 25px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	top: 25px;
	vertical-align: middle;
}

#headerbar-black {
	height: 25px;
	bottom: 0;
	position: absolute;
	color: #5C727C;
	top: 0;
	left: 0px;
	font-size: medium;
}

#headertext-right {
	position: absolute;
	color: #5C727C;
	margin-right: 10px;
}

div#sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 184px;
	background-image:url(anatomy/203/images/bio203a_bg2.gif);
	text-align: right;
}

div#sidebar div {
	text-align: right;
	margin-top: 10px;
	padding-right: 0px;
}

div#sidebar div ul {
	list-style: none;
	font-size: 12px;
	color: #FFFFFF;
}

div#main {
	position: fixed;
	top: 75px;
	bottom: 0;
	left: 194px;
	right: 0;
	overflow: auto;
	color: #CC9900;
	font-size: 12px;
}

#main-left{
	bottom: 0px;
	left: 0px;
	position: absolute;
	}
	
#main-right{
	position:absolute
	margin-right: 10px;
}

div#main div {
	padding: 0px;
	color: #CC9900;
}

