body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backgroundTile.jpg);
	margin-top: 0px;
	margin-right: 34px;
	margin-bottom: 34px;
	margin-left: 34px;
}
#header a {
	color: #4477A6;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	padding: 2px;
	float: right;
}
#header {
	font-size: 11px;
	width: 100%;
	background-color: #FFF;
	color: #666;
}
#tabHolder {
	width: 650px;
	float: left;
}
#bmps {
	width: 230px;
	float: left;
	margin-left: 10px;
	margin-top: 45px;
	font-family: Arial, Helvetica, sans-serif;
}
#holder {
	width: 890px;
	margin-top: 15px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: 10px solid #D6D6D6;
}
#outterHolder {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.bmpImagesHolder {
	padding: 10px;
	width: 250px;
	float: left;
}
.content {
	width: 450px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 15px;
	float: right;
	font-size: 12px;
}
.data {
	font-size: 12px;
	color: #666;
}
.content h2 {
	text-transform: capitalize;
	color: #096;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.bmpImagesHolder img {
	margin: 5px;
}
.imageHolder {
	float: right;
	width: 155px;
	font-size: 10px;
	color: #333;
	margin-top: 15px;
	margin-left: 15px;
}
.links a {
	color: #6699CE;
	display: block;
}
.holdImages {
	padding: 5px;
	width: 105px;
	border: 1px solid #D6D6D6;
	margin: 5px;
	float: left;
	text-align: center;
}
.holdImages a {
	color: #748C9E;
	text-decoration: none;
	font-size: 12px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 94px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.holdImages a:hover {
	color: #FFF;
	background-color: #093;
}
.holdImages a {
	color: #FFF;
	background-image: url(../images/detailsbg.jpg);
	font-family: "Tw Cen MT";
	font-weight: normal;
}

