div#wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	width:950px;
	height:730px;
}
div#head {
    position: absolute;
    width:950px;
    height:244px;
    left:0px;
    top: 0px;
    background-image: url(GFX/header.jpg);;
}
div#columns {
	position: absolute;
	width: 950px;
	top: 244px;
	background-image: url(GFX/bg.gif);
	background-repeat: repeat-y;
	height: 486px;
}
div#side1 {
	position:absolute;
	width:200px;
	top: 5px;
	color: #CCCCCC;
	left: 15px;
	text-align: center;
}
div#content {
	position: absolute;
	width: 530px;
	top: 5px;
	left: 215px;
	color: #CCCCCC;
	padding: 5px;
	height: 486px;
}
div#side2 {
	position:absolute;
	width:180px;
	left: 760px;
	color: #CCCCCC;
	top: 5px;
	text-align: center;
}
div#foot {
	width: 950px;
	position: absolute;
	top: 727px;
	background-image: url(GFX/Bottom.gif);
	background-repeat: no-repeat;
	height: 3px;
}
#thumbs {
	font-family: "Apple Chancery", "Brush Script MT";
	font-size: 12px;
	text-align: center;
	font-style: normal;
}
#left {
	width: 47%;
	left: 2%;
	top: 5px;
	text-align: center;
}
#right {
	width: 47%;
	position: absolute;
	right: 2%;
	top: 5px;
	text-align: center;
}
#left_cabin {
	left: 2%;
	top: 5px;
	position: absolute;
}
#right_cabin {
	width: 25%;
	position: absolute;
	top: 2px;
	right: 5px;
}

