/* CSS Document */
h1#banner_pos            { /* Position of main page banner */
	position        : absolute;
	left            : 8px;
	top             : 22px;
	width           : 960px;
	height          : 48px;
}
div#home_pic            { /* Main Picture on Home page */
	position        : absolute;
	left            : 30px;
	top				: 80px;
	width           : 900px;
	height          : 597px;
	text-align		: left;
}
div#col8_text            { /* First column of text under photo */
	position        : absolute;
	top				: 816px;
	left			: 734px;
	width           : 163px;
	height          : 48px;
	text-align      : center;
	border-radius	: 10px;
/*	background-size : contain;
	background-image: url(../Graphics/button_bgd.png);  */
	box-shadow		: 10px 10px 5px #A97B64;  
}
div#col1_text            { /* Second column of text under photo */
	position        : absolute;
	top				: 820px;
	left			: 5px;
	width           : 130px;
	height          : 44px;
	text-align      : center;
	border-radius	: 5px;
/*	background-size : contain;
	background-image: url(../Graphics/button_bgd.png);  */
	box-shadow		: 10px 10px 5px #A97B64;  
}
div#col2_text            { /* Second column of text under photo */
	position        : absolute;
	top				: 820px;
	left			: 160px;
	width           : 178px;
	height          : 44px;
	text-align      : center;
	border-radius	: 5px;
/*	background-size : contain;
	background-image: url(../Graphics/button_bgd.png);  */
	box-shadow		: 10px 10px 5px #A97B64;  
}
div#col3_text            { /* Third column of text under photo */
	position        : absolute;
	top				: 880px;
	left			: 5px;
	width           : 130px;
	height          : 44px;
	text-align      : center;
	border-radius	: 5px;
/*	background-size : contain;
	background-image: url(../Graphics/button_bgd.png);  */
	box-shadow		: 10px 10px 5px #A97B64;  
}
div#col4_text            { /* Third column of text under photo */
	position        : absolute;
	top				: 880px;
	left			: 160px;
	width           : 178px;
	height          : 44px;
	text-align      : center;
	border-radius	: 5px;
/*	background-size : contain;
	background-image: url(../Graphics/button_bgd.png);  */
	box-shadow		: 10px 10px 5px #A97B64;  
}
div#col5_text            { /* Third column of text under photo */
	position        : absolute;
	top				: 652px;
	left			: 92px;
	width           : 316px;
	height          : 41px;
	text-align      : center;
	font-style		: italic;

}
div#col6_text            { /* Third column of text under photo */
	position        : absolute;
	top				: 708px;
	left			: 220px;
	width           : 461px;
	height          : 42px;
	text-align      : center;
	font-style		: italic;
}
div#col7_text            { /* Third column of text under photo */
	position        : absolute;
	top				: 765px;
	left			: 360px;
	width           : 478px;
	height          : 36px;
	text-align      : center;
	font-style		: italic;
}
