﻿html,body
{
	margin: 0;
	padding: 0;
	height:100%;
	color:#3e3f2f;
	font-family: Arial;
	line-height:15px;
	background-color:#71d7e2;
	background-image:url(../Images/bcg_body.gif);
	background-repeat:repeat;
}
.centeredContainer
{
	font-size:61.5%;
	width:712px;
	position:absolute;
	left:50%;
	margin:0 auto 0 -356px;
	top:15px;
}
.header
{
	position:relative;
	height:89px;
	display:block;
	background:url(../Images/bcg_header.gif);
}
.anzlogo
{
	position:relative;
	left:25px;
	top:8px;
}
.visalogo
{
	position:absolute;
	left:100px;
	top:8px;
}
img
{
	border: none;
}
.prelogo
{
	position:absolute;
	bottom:6px;
	left:26px;
}
.contentContainer
{
	background:#e4e5d5 url(../Images/bcg_contContainer.gif) 0 0 repeat-x;
	width:712px;
}
.content
{
	border-left:solid 2px #ffffff;
	border-right:solid 2px #ffffff;
	width:678px;
	padding:39px 15px 15px 15px;
	background:url(../Images/bcg_content.gif) top right no-repeat;
}
.bottomCont
{
	background:url(../Images/bcg_bottomCont.gif) 0 0 no-repeat;
	height:15px;
	width:712px;
}

.bottomBoxes
{
	width:712px;
	margin-top:4px;
}
.bottomBoxes div
{
	height:164px;
	width:342px;
	padding-left:12px;
	position:relative;
}
.boxLeft
{
	float:left;
}
.boxLeft .card{
	position:absolute;
	bottom:-20px;
	right:7px;
}
.boxRight .card{
	position:absolute;
	bottom:-21px;
	right:7px;
}
.boxRight
{
	float:right;
}
.bottomBoxes .season
{
	background:url(../Images/box_season.gif) 0 0 no-repeat;
}
.bottomBoxes .buyonline
{
	background:url(../Images/box_buyonline.gif) 0 0 no-repeat;
}
.boximgtext
{
	margin-top:8px;
}
.clearFloating
{
	clear:both;
	width:650px;
	height:0;
	overflow:hidden;
}
/*footer*/

#footer
{
    Font-size:11px;
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    WIDTH: 770px;
    COLOR: #233e06;
    PADDING-TOP: 15px;
    TEXT-ALIGN: center
}
#footer A
{
    MARGIN: 0px 8px;
    COLOR: #103d09;
    WHITE-SPACE: nowrap;
    TEXT-DECORATION: none
}
#footer A:hover
{
    TEXT-DECORATION: underline
}
#footer P
{
    MARGIN: 1em 0em
}



/*text*/
h1
{
	padding:0 0 10px 0;
	margin:0;
}
h2
{
	margin:0;
	padding:0 0 10px 0;
}
.bottomBoxes h3
{
	margin:10px 0;
	padding:0
}
p
{
	font-size:1.1em;
}
.green
{
	color:#498d3f;
}