@import url("global.css");



/* ------------------------------ ContentBox ------------------------------- */

#ContentBox {
	border:3px solid #fff;
	width:995px;
	margin-top:3px;
	background:url(../images/ContentBoxBG.jpg) repeat-y;
}

#WelcomeBox {
	width:552px;
	background:url(../images/WelcomeBG.jpg) repeat-x #CBCFA3;
	float:left;
	border-right:3px solid #fff;
	padding-top:20px;	
}
#WelcomeBox .ImgFloatLeft {
	float:left;
	margin:0 10px 10px 30px;
	border:1px solid #625061; 
}

/* RightColumn */

#RightColumn {
	width:440px;
	float:right;
}

/* About */

#AboutBox {
	width:390px; /* 440px */
	background:url(../images/AboutBG.jpg) repeat-x #7F677F;
	padding:30px 20px 30px 30px;
}
#AboutBox .ImgFloatLeft {
	float:left;
	margin:0 10px 10px 0;
}

/* Gallery Preview */

#GalleryPreview {
	width:390px; /* 440 */
	background:url(../images/GalleryPreviewBG.jpg) repeat-y #848968;
	padding:40px 20px 20px 29px;
}

