﻿/*give the body height:100% so that its child
    elements can have percentage heights*/
  body{ 
	  height:100%; 
    background-color: #1b2f3d;
    padding: 0;
    border: 0;
  }

  /*this is what we want the div to look like*/
  div.fullscreen{
    display:block;
    color: white;
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    margin-left: auto;
    margin-right: auto;
    /*set the width and height to 100% of the screen*/
    height:100%;
    width: 100%;
	color: #726e65;
	font-family: "Viner Hand ITC", "Monotype Corsiva", Cambria, Cochin, Georgia, Times, "Times New Roman", serif ;
	font-size: medium;
    }
  div.frame{
	position: relative;
	height: 586px;
	width: 690px;
	top: 50%;
	left: 50%;
	margin-left: -345px;
	margin-top: -293px;
	background: url('images/frame.jpg') no-repeat center;
	
}

a{
	color: #1b2f3d;
	text-decoration: none;
}

a:hover{
	color: white;
}
a.confirmation{
	color: gray;
	text-decoration:none;
}
a.confirmation:hover{
	color: white;
}
* html a:hover
{
	visibility:visible
}

.home{
	width: 47px; height: 27px; position: relative; right: -517px; top: 122px;
	background: url('images/homeUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.home a{
	display: block;
	width: 47px;
	height: 27px;
	display: block;
	float: left;
	text-decoration: none;
}
.home img{
	border: 0;
}

.home a:hover img
{
visibility:hidden
}

.register{
	width: 92px; height: 45px; position: relative; right: -470px; top: 127px;
	background: url('images/registerUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.register a{
	display: block;
	width: 92px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
}
.register img{
	border: 0;
}

.register a:hover img
{
visibility:hidden
}

.schedule{
	width: 87px; height: 32px; position: relative; right: -476px; top: 118px;
	background: url('images/scheduleUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.schedule a{
	display: block;
	width: 87px;
	height: 32px;
	display: block;
	float: left;
	text-decoration: none;
}
.schedule img{
	border: 0;
}

.schedule a:hover img
{
visibility:hidden
}

.directions {
	width: 96px; height: 43px; position: relative; right: -464px; top: 121px;
	background: url('images/directionsUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.directions a{
	display: block;
	width: 96px;
	height: 43px;
	display: block;
	float: left;
	text-decoration: none;
}
.directions img{
	border: 0;
}

.directions a:hover img
{
visibility:hidden
}

.biography {
	width: 99px; height: 54px; position: relative; right: -465px; top: 121px;
	background: url('images/biographyUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.biography a{
	display: block;
	width: 99px;
	height: 54px;
	display: block;
	float: left;
	text-decoration: none;
}
.biography img{
	border: 0;
}

.biography a:hover img
{
	visibility:hidden
}

.contact {
	width: 86px; height: 36px; position: relative; right: -474px; top: 124px;
	background: url('images/contactUp.png') no-repeat;
	white-space: nowrap;
	display: block;
}
.contact a{
	display: block;
	width: 86px;
	height: 36px;
	display: block;
	float: left;
	text-decoration: none;
}
.contact img{
	border: 0;
}

.contact a:hover img
{
visibility:hidden
}

.content{
	position: relative;
	top: -85px;
	left: 154px;
	width: 295px;
	height: 255px;
	color: #726e65;
	font-family: "Viner Hand ITC", "Monotype Corsiva", Cambria, Cochin, Georgia, Times, "Times New Roman", serif ;
	font-size: medium;
}

.content br{
	line-height: 50%;
}
.div1{
	display: block;
}
.div2{
	display: none;
	overflow:auto;
	height: 255px;
	scrollbar-face-color: #c2af72; 
	scrollbar-highlight-color: #c2af72; 
	scrollbar-3dlight-color: #e5dec3; 
	scrollbar-darkshadow-color: #e5dec3; 
	scrollbar-shadow-color: #e5dec3; 
	scrollbar-arrow-color: #1b2f3d; 
	scrollbar-track-color: #e5dec3;	
}
.div3{
	display: none;
}
.div4{
	display: none;
}
.div5{
	display: none;
}
.div6{
	display: none;
}
