@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	vertical-align: top;
}
.oneColFixCtr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background-color: #000;
	position: relative;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #999;
	font-weight: 100;
	font-style: normal;
	line-height: 130%;
}
.bodytextbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #CCC;
	font-weight: bold;
	font-style: normal;
	line-height: 130%;
}
.bodytextbold2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
}
.copywritetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #666;
	font-weight: 100;
	font-style: normal;
	line-height: 150%;
}
.quotes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #999;
	font-weight: 100;
	font-style: italic;
}
.videogallery {
	background-color: #000;
	border: 1px solid #000;
}
.headingtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color: #999;
	font-weight: 100;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
	word-spacing: 95%;
}
.headingtextitalic {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color: #999;
	font-weight: 100;
	font-style: italic;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
	letter-spacing: normal;
	word-spacing: 95%;
}
.photocredit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #666;
	font-weight: 100;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
#logogridcontainer {
	height: 100px;
	width: 300px;
}
#blockleft {
	height: 100px;
	width: 740px;
	display: block;
	white-space: pre;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
}
#blockcentre {
	background-color: #099;
	height: 100px;
	width: 100px;
	white-space: nowrap;
	float: none;
	display: inline;
}
#blockright {
	height: 100px;
	width: 100px;
	white-space: normal;
	float: right;
	display: block;
	text-align: right;
	vertical-align: top;
	position: static;
	overflow: auto;
}
.logospacer {
	display: block;
	height: 100px;
	width: 100px;
	position: absolute;
	padding: 0px;
	white-space: nowrap;
	background-color: #000;
}
.reviewsource {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #666;
	font-weight: 100;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
.wish {
	text-align: center;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.age3-5 {
	text-align: right;
	float: right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

