﻿* 
{
    border: 0px;
	margin: 0px;
	padding: 0px;
}

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
  background:#000;
} 

#imgId 
{
	position:absolute;
	min-width:760px;
	min-height:687px;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #000000;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: left;
}

#home
{
	position:absolute;
	text-decoration:underline overline;
	top: -23px;
	width: 50px;
	left: 1px;
	height: 25px;
}

#register
{
	position:absolute;
	text-decoration:underline overline;
	top: -23px;
	left: 61px;
	width: 90px;
	height: 25px;
}

#contact
{
	position:absolute;
	text-decoration:underline overline;
	top: -23px;
	left: 550px;
	width: 90px;
	height: 25px;
}
#bio
{
	position:absolute;
	text-decoration:underline overline;
	top: -23px;
	left: 511px;
	width: 35px;
	height: 25px;
}
#session
{
	position:absolute;
	left: 165px;
	top: -23px;
	width: 65px;
	height: 25px;
}
#directions
{
	position:absolute;
	left: 238px;
	top: -23px;
	width: 80px;
	height: 25px;
}
#accommodations
{
	position:absolute;
	left: 325px;
	top: -23px;
	width: 125px;
	height: 25px;
}
#forum
{
	position:absolute;
	left: 460px;
	top: -23px;
	width: 50px;
	height: 25px;
}
#text
{
	position:absolute;
	top: 16px;
	left:3px;
	z-index:10;
	width: 750px;
	height: 535px;
}

#nav 
{
  background: transparent;
  min-width: 230px;
  min-height: 160px;
  width: 230px;
  height: 160px;
  position:absolute;
  z-index: 0;

}

#content
{
	position:absolute;
	width: 753px;
	height: 545px;
	left: 4px;
	z-index:10;
	top: 144px;

}

div
{
    color:White;
    font-family:Arial;
    font-size:small;
}
iframe
{
	width: 750px;
	height: 535px;
	border-collapse: collapse;
	border: none;
}
.register
{
	min-width:100px
}
label
{
    color:White;
    font-family:Arial;
    font-size:small;
}
textarea
{
	width:300px;
}
#right
{
}
#left
{
	float:left;	
	padding-right:10px;
}
#Submit
{
	
}
