@import url("styles.css");
@import url("gallery.css");
html {
	overflow:auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../pix/bk-main-page.jpg);
	background-repeat: repeat-x;
	font-size: 100%;
	height:100%;
	margin:0 auto;
	text-align: center;
}
.ctreWrapper #wrapper {
	width: 940px;
	height:100%;
	margin: 0 auto;
	text-align: center;

}
#content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-align:center;
	height: 100%;
	width: 940px;
	background-image: url(../pix/bk-main-contents.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header {
	height: 130px;
	width: 940px;
	margin:0;
}
#topbar {
	margin: 0px;
	height: 40px;
	width: 940px;
	text-align:right;
}
#Main {
	width: 510px;
	margin:0;
}
#Nav{
	margin: 0px;
	height: 490px;
	width: 280px;
}
#Section {
	margin:0 20px 0 0;
	height: 484px;
	width: 190px;
	float: right;
	text-align:left;
	padding: 0 0 0 20px;
}
.ie #Section {width: 186px;}
.ie7 #Section {width: 190px;}
#Page {
	height: 594px;
	width: 410px;
	float: right;
	margin:00;
	text-align:left;
	padding: 0 0 0 20px;
}
#footer {
	height: 50px;
	width: 510px;
	margin:0;
	padding:0;
	text-align:left;
}
/* tidying */
.clearfloat { 
	clear:both;
    height:0;
	margin:0;
    font-size: 1px;
    line-height: 0px;
}

