body
{
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

a{
  color: #000000;
  text-decoration: none;
}
a:hover
{
  color: #df0029;
}

h1{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}

h2{
  font-size: 14px;
  font-weight: normal;
}

img
{
  border: 0px;
}

td
{
  vertical-align: top;
}

.border
{
  border: 1px solid #000000;
}

.gallery_list
{
  width: auto;
}

#main {
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:450px;
	margin-left: -500px;
	margin-top: -225px;	
	background: url(../img/bg.gif) no-repeat;
	background-position: 0px 0px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:999px;
	height:57px;
}

#navigation {
	position:absolute;
	left:10px;
	top:90px;
	width:164px;
	height:390px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	overflow: auto;
}

#content {
	position:absolute;
	left:170px;
	top:90px;
	width:529px;
	height:335px;
	overflow:auto;	
  line-height: 12px;
  letter-spacing: 1px;
}

#location  {
	position:absolute;
	left:170px;
	top:64px;
	font-size: 14px;
	color: #FFFFFF;
	width:529px;
	height:30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#imagebar{
	position:absolute;
	left:700px;
	top:85px;
	width:299px;
	height:345px;
	background: url(../img/imagebar.jpg) no-repeat;
	background-position: center center;
}

#navigation a{
  color: #FFFFFF;
  text-decoration: none;
}
#navigation ul
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#navigation ul ul
{
  list-style-type: none;
  padding-left: 15px;
  margin: 0px;
}