body {
	margin: 0;
	padding: 0;
	background-color: #C4BFB0;
	background-image: url(bg.jpg);
	background-repeat:  repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
#imSite {
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#imHeader {
	height: 200px;
	background-color: #FFFFFF;
}
#imBody {
	background-color: #FFFFFF;
	text-align: center;
}
#imMenuMain {
	width: 164px;
	float: left;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#imBox {
	width: 144px;
	float: left;
	padding-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #CC3700;
	text-align: center;
	padding-bottom: 25px;
	padding-left: 5px;
}
#imContent {
	width: 515px;
	margin-top: 3px;
	height: auto;
	margin-bottom: 25px;
	position: relative;
	float: left;
}
#Title {
	height: 25px;
	width: 500px;
	float: left;
	position: static;
}
#Text {
	height: auto;
	width: 500px;
	position: static;
	float: left;
	text-align: justify;
	margin-bottom: 15px;
}
#TextArea {
	height: auto;
	width: 340px;
	position: static;
	text-align: justify;
	float: left;
}
#BoxMain {
	height: auto;
	width: 500px;
	position: static;
	float: left;
	margin-bottom: 20px;
}
#Box {
	height: auto;
	width: 229px;
	position: static;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
#BoxText {
	height: auto;
	width: 87px;
	position: static;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
}
#BoxGallery {
	height: auto;
	width: auto;
	position: static;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}
#imFooterMenu {
	clear: both;
	height: 25px;
	background-color: #979076;
	text-align: center;
	padding-top: 15px;
	color: #FFFFFF;
}
#imFooterMenu a:link, #imFooterMenu a:active, #imFooterMenu a:visited, #imFooterMenu a:hover {font: 11px Tahoma, sans-serif; color: #FFFFFF; text-decoration: none; }
#imFooterMenu a:hover {color: #FFFFFF; text-decoration: underline; }
#imFooter {clear: both; height: 40px; background-color: #FFFFFF; }

