@charset "utf-8";
/* CSS Document */

html {
min-height: 101%;
}
img.rightFloat {
	float: right;
	margin: 10px;
	border: solid 1px #000000;
}
img.leftFloat { 
	float: left;
	margin: 10px;
	border: solid 1px #000000;
}
img.rightFloatNB {
	float: right;
	margin: 10px;
}
img.leftFloatNB { 
	float: left;
	margin: 10px;
}
img.rightFloatW {
	float: right;
	margin: 10px;
	width: 200px;
}
body {
	background: #f2952e;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 16px;
}


.container_16 {
	background: #fff;
}

.imgBd {
margin-top: 8px;
 }
 
 .imgIll {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1.topMargin { margin-top: 10px; }

.txtAlignerRight { text-align:right; }


#cdButton
{
	display: block;
	width: 100px;
	height: 105px;
	background-image: url(../img/berrys_button.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}

#cdButton:hover
{
	background-position: 0 -105px;
}

#cdButton span
{
  display: none;
}
