@import url("styles.css");
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e7e7e7;
	background-image: url(../pix/bk-main.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	height:100%;
}
body {zoom:1.0;}
.ctreWrapper #wrapper {
	width: 800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	text-align: center;

}
#content {
	background-image: url(../pix/bk-edge.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 800px;
	margin:0px;
	text-align:left;
}
#nav {
	float: left;
	height: 100%;
	width: 154px;
	margin:0px;
	background-image: url(../pix/bk-nav.jpg);
	background-repeat: no-repeat;
}
#footer {
	position:absolute;
	width:800px;
	height:62px;
	bottom:0;
	background-color: #ffffff;
	text-align:center;
}
/* page */
#page {
	float: right;
	height: 100%;
	width: 646px;
	text-align:left;
	margin:0px;
}
#header {
	width: 646px;
	margin: 0px;
	background-color: #fcc3300;
}
#headMontage {
	height: 108px;
	width: 646px;
	background-color: #00CCCC;
	background-image: url(../pix/bk-header.jpg);
	background-repeat: repeat-y;
	margin:0;
}
#headNav {
	height: 20px;
	width: 646px;
	background-color: red;
	margin: 0px;
	background-image: url(../pix/edge.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align:left;
}
#pageContent {
	padding: 0 0 0 20px;
	width: 606px;
	height: 100%;
}
#pagecameos {
	float: right;
	width: 92px;
	text-align:right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
