﻿@font-face {
    font-family: Old English Text MT;
    font-style:  normal;
    src: url(OLDENGL0.eot); 
}
body
{
	margin: 0;
	background-color: #000000;
	font-family: Verdana, Arial;
	color: #999999;
	font-size: 12px;
	background-image: url(../localpic/marble.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
}
.mainheader
{
	font-family: 'Old English Text MT';
	color: gray;
	font-size: 34px;
}
.container
{
	background-color:#231f20;	
}
.frameleft
{
	background-image: url(../localpic/frame-left-repeat.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}
.frameright
{
	background-image: url(../localpic/frame-right-repeat.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
}
.subtext
{
	font-size: 18px;
	color: #ffffff;
	font-family: 'Palatino Linotype', Garamond, Sylfaen, 'Century Gothic';
}
a
{
	color:#cccccc;	
}
a:hover
{
	color: #ffff99;
}
#menuanatomy
{
	background-image: url(../localpic/menu-bg-repeat.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}
.anatmenu
{
	background-image: url(../localpic/menuBG.gif);
	position: static;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	height: 30px;
	cursor: hand;
	background-attachment: scroll;
}
