/****************

Common page elements

*****************/
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/vert1.jpg);
}
#headleft {
	position:absolute;
	left:18px;
	top:17px;
	width:249px;
	height:90px;
	z-index: auto;
}
#headright {
	position:absolute;
	left:586px;
	top:3px;
	width:142px;
	height:136px;
	z-index: auto;
}
#headright2 {
	position:absolute;
	left:378px;
	top:24px;
	width:187px;
	height:121px;
	z-index: auto;
}
#navbar{
	width: 650px;
	margin: 8px;
	padding: 0px;
	left: 52px;
	top: 180px;
	position: absolute;
	height: 16px;
	z-index: auto;
}
/****************

Common font elements

*****************/
.normal {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.normalitalic {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.normalbold {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.normalboldwhite {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.normalboldwhiteitalic {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.parahead {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
}
/****************

Common navigation elements

*****************/
#navlist {
	font-size: 12px;
	margin: 0px 0 0 0;
	width: 100%;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
	display: block;
}
#navlist ul {
	margin: 0;
	padding: 0;
}
#navlist a {
	padding: 3px 10px 3px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
/*	background-color: #999999;*/
	background-image:  url(images/l1_down.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	color: #EEEEEE;
}
#home a.home, #rooms a.rooms, #visitor a.visitor, #about a.about, #where a.where, #links a.links, #contact .contact
{
	background-image:  url(images/here.gif);
	background-repeat: no-repeat;
/*	background-color: #00ff00;*/
	font-weight: bold;
}
#navlist a:hover, #navlist a:active
	{
/*	background-color: #9F6F9F;*/
	background-image:  url(images/l1_over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000000;
}
.paraheadwhite {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.normalboldwhiteonblack {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #000000;
}
