html {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	
	height: auto;
	min-height: 100%;
	_height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	background: url('../images/bg.gif');
	
	height: auto;
	min-height: 100%;
	_height: 100%;
}

div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}

1 { margin: 0px; }

h2 {
	font-size: 1em;
	color: #ffffff;
	background-color: #555;
	margin: 0px 0px 0.5em 0px;
	padding: 0.25em;
}

.box-wrap {
	color : #000000;
	background: #e7e7ef;
	background: url('../images/mainbg.jpg');

	width: 779px;

	/* this centers the Div */
	position: relative;
	margin-left: auto;
	margin-right: auto;

	border: 1px solid #000;
	
	height: auto;
	min-height: 100%;
	_height: 100%;
	
}

.box-header	{
	color: #000000;
	background: #f00;
	background: url('../images/bg_header.jpg');
	margin: 0px;
	border: none;
	height: 57px;
}

.box-footer {
    position: absolute;
    bottom: 0px;

	background: #999966;
	clear: both;
	height: 22px;
	text-align: right;
	width:100%;
	background: url('../images/footerbg.gif') repeat-x;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	_bottom: -4px;
}

.column-wrapper {
    position:relative;
	text-align:left;

	width: 100%;

    border:none;
    margin:none;
    padding:none;
    
	height: auto;
	min-height: 100%;
	_height: 100%;
	
}

.column-wrapper-wide {
    position:relative;
	text-align:left;

	width: 100%;

    border:none;
    margin:none;
    padding:none;
    
	height: auto;
	min-height: 100%;
	_height: 100%;
}
 
.column-centre {
	position: relative;
	top: 0px;
	left: 169px;

	width: 459px;
	
	height: auto;
	min-height: 100%;
	_height: 100%;
}

.column-centre-wide {
	position: relative;
	top: 0px;
	left: 169px;
	
	width: 579px;
	
	height: auto;
	min-height: 100%;
	_height: 100%;
}

.column-left, .column-left-wide {
	position: absolute;
	top: 0px;
	left:0px;

    width: 180px;
    height: 467px;
}

.column-right {
	position: absolute;
	top: 150px;
	left: 629px;

    width: 150px;
}

.column-right-wide {
	position: absolute;
	top: 150px;
	left: 629px;
    width: 40px;
    display: none;
}

.column-left-content {
    height: 467px;
}
	
.column-centre-content {
	/*background: #e7e7ef;*/
	padding: 0px 0px 0px 20px;

	height: auto;
	min-height: 467px;
	_height: 100%;
}
.column-left-content {
	/*background: #e7e7ef;*/
    background: url('../images/menubg1.jpg') top left no-repeat;
}

.column-right-content {
	/*background: #e7e7ef;*/
}
