@charset "utf-8";

* {
	margin: 0; padding: 0;
	}
a {
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
body {
	background: #f1efed;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #fff;
	text-align: center;
	}

#main {
	background: #000;
	}
	
#topleft, #midleft, #botleft {
	float: left;
	width: 442px;
	}
#topright, #midright, #botright {
	float: left;
	width: 484px;
	}

#bot {
	color: #999;
	font-size: 10px;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	}
#mid {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	}
#top {
	background: url(img/boomer-top.jpg) bottom left no-repeat;
	width: 980px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	text-align: left;
	}
	
#midright {
	position: relative;
	height: 63px;
	width: 484px;
	}
	#facts, #releases, #photos, #factson, #releaseson, #photoson {
		position: absolute;
		display: block;
		cursor: default;
		text-decoration: none;
		text-align: center;
		background-position: left bottom;
		height: 63px;
		top: 0px;
		}
	#facts:hover, #releases:hover, #photos:hover {
		background-position: left top;
		cursor: pointer;
		}
	#factson, #releaseson, #photoson {
		background-position: left top;
		cursor: pointer;
		}
	#facts, #factson {
		left: 0px;
		background-image: url(img/n-facts.gif);
		width: 145px;
		}
	#releases, #releaseson {
		left: 145px;
		background-image: url(img/n-releases.gif);
		width: 224px;
		}
	#photos, #photoson {
		left: 369px;
		background-image: url(img/n-photos.gif);
		width: 115px;
		}
	#midright i{ 
		visibility:hidden; 
		}
	#midright li {
		display: inline;
		}
	#midright ul {
		list-style: none;
		}
#topright ul {
	list-style-type: none;
	margin: 55px 0 0 0;
	}
#topright li {
	background: url(img/ico-doc.gif) left top no-repeat;
	margin: 15px 0 0 0;
	padding: 0 0 0 33px;
	}
.thumb {
	border: 1px solid #ccc;
	}
.photo {
	font-size: 11px;
	}