/* CSS Document */

body {
margin: 5px 0 5px 0;
padding:0;
background: url("images/Wheelies_bgr.jpg") top right no-repeat #B38554;
line-height:1.6em;
color:#000;
text-align: center;
font: 16px Futura Lt BT, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font: bold 28px Futura Lt BT, Verdana, Arial, Helvetica, sans-serif;
}

.hr {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/hr.png');
width: 600px;
height: 15px;
}

.hr[class] {
background: url("images/hr.png");
}

.wrapper {
width: 600px;
margin: auto;
padding: 15px 65px 15px 15px;
text-align: left;
border: 3px black solid;
position: absolute; top: 45px; left: 15px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/75p_honey.png');
}

.wrapper[class] {
background-image: url("images/75p_honey.png");
}

.woman {
width: 470px;
height: 650px;
margin: auto;
text-align: right;
border: 0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/trophy-only-big.png');
float: right;
z-index: 1;
position: absolute; top: 0px; left: 615px;
}

.woman[class] {
background-image: url("images/trophy-only-big.png");
}

#banner {
width: 700px;
height: 50px;
margin: auto;
padding: 0;
}

a:link {
	color: #482D10;
	border-bottom: 1px dashed #482D10;
	text-decoration: none;
}
a:visited {
	color: #482D10;
	border-bottom: 1px dashed #482D10;
	text-decoration: none;
}
a:active {
	color: #482D10;
}
a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	text-decoration: none;
}
a.img:link {
	border: 0;
	text-decoration: none;
}
a.img:hover {
	text-decoration: none;
	border: 0;
}
a.img:visited {
	text-decoration: none;
	border: 0;
}

img { behavior: url(iepngfix.htc); }