@charset "utf-8";
/* CSS Document */

#body{
   background: url(Images/bg_image.jpg);
}

#page-wrap {
	height: 800px;
	width: 980px;
	margin: 0 auto;
	background-image: url(Images/bg_image.jpg);
	}
	
#page-wrap-gallery {
	background-image: url(Images/bg_image.jpg);
	height: 950px;
	width: 980px;
	margin-left: 10px;
}

#banner {
	background-image: url(Images/banner.jpg);
	height: 162px;
	width: 980px;
}

#nav {
	height: 50px;
	width: 520px;
	margin-left: 240px;
}
#main-image {
	height: 100px;
	width: 980px;
}
#left-column  {
	float: left;
	height: 400px;
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
	background-color: #B22423;
	border: thin solid #DCA420;
}
#left-column-gallery {
	height: 550px;
	width: 800px;
	background-color: #b22423;
	margin-left: 80px;
	margin-top: 30px;
	border: thin solid #dca420;
}
#space {
	height: 20px;
	width: 980px;
}


#footer {
	float: left;
	height: 38px;
	width: 980px;
}

#right-column {
	float: right;
	height: 450px;
	width: 326px;
}
