@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F99B07;
	border-right-color: #F99B07;
	border-left-color: #F99B07;
	background-image: url(background.gif);
	background-repeat: repeat-y;
}
#wrapper #body {
	height: 1300px;
	background-image: none;
	background-color: #000000;
	position: relative;
}
#wrapper #body #navigation {
	height: 300px;
	width: 240px;
	position: absolute;
	top: 20px;
	left: 0px;
}
#wrapper #body #gallery {
	height: 300px;
	width: 640px;
	position: absolute;
	left: 250px;
	top: 20px;
	border: thin double #F99B07;
}
#wrapper #body #text_box {
	height: 750px;
	width: 800px;
	position: absolute;
	top: 350px;
	left: 50px;
	background-image: url(Untitled-3-copy.jpg);
	background-repeat: repeat-y;
	border: 0.2px solid #F99B07;
	padding-left: 5px;
	padding-right: 5px;
}
#wrapper #body #text_box #INNERTEXT {
	height: 730px;
	width: 780px;
	position: absolute;
	left: 10px;
	top: 10px;
}

#wrapper #footer {
	height: 100px;
	background-image: none;
	background-color: #62655E;
	line-height: 30px;
}
#wrapper #body #bottom_images {
	height: 150px;
	width: 500px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	background-image: url(BRICKIMAGES.jpg);
	border: thin solid #F99B07;
}
#wrapper #body #bottom_logo {
	height: 72px;
	width: 250px;
	position: absolute;
	bottom: 40px;
	left: 600px;
	background-image: url(LOGO_BOTTOM.jpg);
	border: thin solid #F99B07;
}

#wrapper #header {
	height: 200px;
	background-image: url(HEADER-150.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}

