﻿body{
	background:url(images/background.gif) repeat;
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align:center;
}

#container
{
	margin: 0 0 0 0 ;
	position: absolute;
	top:300px;
	left:100px;
}

/* row & column layout */
#middlerow {
	margin: 0 0 0 0;
	position: relative;
	width: 650px;
}

#footer {
	height:100px; 
	width:100px;
	background:url(images/menu/copyright.gif) no-repeat;
	position:fixed;
	left:0px;
	bottom:0px;  
	padding:0px 0px 0px 0px; 
	font-size:12px; 
	margin-top:0px;
}

.left{
	float:left;
	width:290px;
}

.right{
	float:left;
	width:300px;
}

#middle_col {
	float: left;
    width: 650px;
    padding-bottom: 15px;
}

.paragraphblock {
	/* This div class is used to give the paragraph blocks their background color */
	margin: 0 0 0 0px;
	border: 0px solid #999999;
	text-align: left;
	float: left;
	padding: 5px;
	width: 600px;
}

/*font formatting */

#middle_col p{
	/* normal text */
    margin: 15px 5px 15px 5px;
	font-size: 15px;
	color: #000000;
	text-align: left;
}



h1{
	/* header text */
	margin: 15px;
	font-size: 25px;
	color: #2103E8;
	text-align: left;
}

h2{
	margin: 15px;
	font-size: 17px;
	color: #2103E8;
	text-align: left;
}

h3 {
	font-size: 1.0em;
	color: #2103E8;
}

li{
	font-size: 0.75em;
	color: #000000;
	text-align: left;
}


.photoframe {
	float: left;
	width: 600px;
	height: 1200px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

.imgcenter {
	border:0;
}


.imgleft {
	border:0;
	float:left;
}

table tr td{
	font-size: 1em;	
}

.links {
	text-align:center;
}

.links img{
	border:0;
	position: relative;
	padding: 5px;
}

.links p{
	text-align:center;
}
.links a{
	color: #000000;
}

a {
	color: #000000;
	text-decoration:none;
}

a:visited{
	color: #ffffff;
}

a:hover{
	color: blue;
	text-decoration:underline;
}

#menurow {

}

#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 300px;
	background: no-repeat;
	width: 750px;
	position: absolute;
	left:0px;
	top:0px;
}


#menu span {
  display: none;
  position: absolute;
}


#menu a {
  display: block;
  text-indent: -900%;
  outline: none;
}

#menu a:hover span {
  display: block;
  position: absolute;
}


#menu .iamascorporation {
	background: url(images/menu/iamascorporation.gif) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:557px;
	height:278px;
}


#menu .menuhome {
	background: url(images/menu/home.gif) no-repeat;
	position:absolute;
	left:557px;
	top:0px;
	width:193px;
	height:21px;
}

#menu .menuhome:hover {
  background: url(images/menu/home_down.gif) no-repeat;
}

#menu .menuabout {
	background: url(images/menu/about.gif) no-repeat;
	position:absolute;
	left:557px;
	top:21px;
	width:193px;
	height:22px;
}

#menu .menuabout:hover {
  background: url(images/menu/about_down.gif) no-repeat;
}

#menu .menuhistory {
	background: url(images/menu/history.gif) no-repeat;
	position:absolute;
	left:557px;
	top:43px;
	width:193px;
	height:24px;
}

#menu .menuhistory:hover {
  background: url(images/menu/history_down.gif) no-repeat;
}

#menu .menumission {
	background: url(images/menu/mission.gif) no-repeat;
	position:absolute;
	left:557px;
	top:67px;
	width:193px;
	height:26px;
}

#menu .menumission:hover {
  background: url(images/menu/mission_down.gif) no-repeat;
}

#menu .menupromotions {
	background: url(images/menu/promotions.gif) no-repeat;
	position:absolute;
	left:557px;
	top:93px;
	width:193px;
	height:26px;
}

#menu .menupromotions:hover {
  background: url(images/menu/promotions_down.gif) no-repeat;
}

#menu .menumemorabilia {
	background: url(images/menu/memorabilia.gif) no-repeat;
	position:absolute;
	left:557px;
	top:119px;
	width:193px;
	height:24px;
}

#menu .menumemorabilia:hover {
  background: url(images/menu/memorabilia_down.gif) no-repeat;
}

#menu .menubooking {
	background: url(images/menu/booking.gif) no-repeat;
	position:absolute;
	left:557px;
	top:143px;
	width:193px;
	height:26px;
}

#menu .menubooking:hover {
  background: url(images/menu/booking_down.gif) no-repeat;
}


#menu .menulinks {
	background: url(images/menu/links.gif) no-repeat;
	position:absolute;
	left:557px;
	top:169px;
	width:193px;
	height:27px;
}

#menu .menulinks:hover {
  background: url(images/menu/links_down.gif) no-repeat;
}

#menu .bottomright {
	background: url(images/menu/bottomright.gif) no-repeat;
	position:absolute;
	left:557px;
	top:196px;
	width:193px;
	height:82px;
}
