a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

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

#page {
  margin: auto;
}

#innerpage {
	position: absolute;
	top: 50%;
	left: 0px;
    margin: -150px auto 0px auto;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

#flashinnerpage {
	position: absolute;
	left: 0px;
	top:50%;
	width: 100%;
	height: 590px;
	margin: -350px auto 0px auto;
	overflow: hidden;
}


#main {
  display: block;
  margin:0 auto;
  width: 815;
  height: 240px;
}

#content {
  text-align: left;
  color: #221E1F;
  width: 355px;
  height: 240px;
  background-image: url('../gfx/1.png');
  float:left;
}

#content p {
  margin: 0px 15px 0px 15px;
}

#right {
  margin-top:-6px;
  width: 460px;
  height: 240px;
  float:right;
}

#menu {
  color: #fff;
  width: 200px;
  height: 200px;
  background-image: url('../gfx/2.png');
  float:right;
}

#menu p {
  font-size: 8pt;
  line-height: 12pt;
  margin: 19px;
}

#menu a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
}

#menu a:hover {
  text-decoration: underline;
}

#bottom {
  color: #554325;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
  overflow: hidden;
  font-size: 8.5pt;
  line-height: 15pt;
}
#bottom a {
  color: #554325;
  font-weight: bold;
  text-decoration: none;
}
#bottom a:hover {
  text-decoration: underline;
}
body {
  font-family: Tahoma, Verdana, Arial, Syntax, sans-serif;
  text-align: center;
  font-size: 10pt;
  line-height: 12.5pt;
  font-weight: normal;
}
h1 {
  visibility: hidden;
  font-family: verdana;
  line-height: 1em;
  font-size:24px;
  padding: 10px 0px 0px 14px;
  color:#FFFFFF;
}
h3 {
	font-size: 18pt;
	font-weight: lighter;
	line-height: 1em;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0em;
	word-spacing: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	vertical-align: top;
}

