@charset "UTF-8";

body{
	width: 985px;
	height: 800px;
	background-image:url('../images/background.png');
	background-repeat: no-repeat;
}

h2, h3{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-indent: 10px;
	width: 475px;
}

a:link {
	color: #549096;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#header {
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	height: 256px;
	width: 865px;
	margin-top:50px;
	margin-left: 60px;
}

#wrapper {
	background-image: url(../images/Bottom.png);
	background-repeat: no-repeat;
	height: 480px;
	width: 865px;
	margin-left: 60px;
}
#footer {
	
	height: 90px;
	width: 862px;
	margin-left: 60px;
}
#footertext {
	position:relative;
	margin-left: 240px;
	margin-top: 5px;
	font-size: .9em;

}

#menu a {
  	position: absolute;
  	height: 40px;
  	top: 145px; 
  	text-decoration: none;
 }
 
 #menu a i { visibility: hidden; }

/* Define the top of the image map */
a#photos, a#videos, a#specs, a#about {top: 145px;}
a#home { 
	top: 98px;
	left: 420px;
	width: 165px;
	height: 165px;
	}

/* Left edge and width definitions */

a#photos {left:120px; width: 136px;}
a#videos {left: 254px; width: 128px;}
a#specs {left: 610px; width: 128px;}
a#about {left: 736px; width:128px;}

#sidebar {
	position: absolute;
	height: 553px;
	width: 228px;
	left: 130px;
	top: 254px;
}

#topbar {
	position: absolute;
	top: 225px;
	left: 617px;
	width:272px;
	height: 67px;
}

#button1, #button2, #button3, #button4, #button5 { 
	position: relative;
	width: 220px; 
	height: 97px;
	top: -10px;
	left: 5px;
	border-bottom: #000 solid 2px;
	}


#button5 {border: none;}


#content {
	position: absolute;
	height: 443px;
	width: 480px;
	left: 400px;
	top: 310px;
}
