@charset "UTF-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/container_bg.png);
}
.oneColFixCtrHdr #header {
	background-image: url(../images/teethHeader.png);
	background-repeat: no-repeat;
	height: 517px;
	width: 900px;
	margin-top: -17px;
	margin-left: 15px;
	clear: both;
	padding-right: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: -200px;
	margin-bottom: 170px;
}
.oneColFixCtrHdr #container #header .nephylsmythe {
	text-align: right;
	float: right;
	height: 200px;
	width: 400px;
	margin-right: 10px;
	margin-top: 5px;
}
.oneColFixCtrHdr #bg-top {
	background-color: #666666;
	height: 30px;
	background-image: url(../images/container_bg_top.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #bg-bot {
	background-color: #666666;
	height: 40px;
	background-image: url(../images/container_bg_bot.png);
	background-repeat: no-repeat;
	margin-top: -21px;
	clear: none;
}
.oneColFixCtrHdr #footer {
	height: 411px;
	text-align: center;
	padding-bottom: 10px;
	margin: 0px;
	bottom: -15px;
}

.thumbwrapper {
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	width: 140px;
	height: 160px;
	float: left;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}

