@charset "UTF-8";
/* CSS Document */
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border:thin;
	height: 500px;
	background-color: #9cc;
}
#navblock {
	width: 240px;
	float: left;
	height:100%;
	background-color: #E9DFC0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#flashblock {
	width: 700px;
	float: left;
	height:100%;
}
#leftbottomblock {
	width: 240px;
	float: left;
	background-color: #E9DFC0;
	text-align: center;
	height: 100%;
}
#rtbottomblock {
	width: 695px;
	float: right;
	height:100%;
	background-color: #CCC;
	position: relative;
	background-image: url(../images/ahmg_bottom_midfill.gif);
	background-repeat: repeat-x;
}
#rtcenterbottom {
	width: 695px;
	height:100px;
	position: relative;
	background-image: url(../images/ahmg_bottom_midfill.gif);
	background-repeat: repeat-x;
	background-color: #F00;
}
#centerblock4 {
	width: 250px;
	background-color: #1fc;
	height:190px;
}
#centerblock5 {
	width: 250px;
	background-color: #ddd;
	height:20px;
}

#containertop {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border:thin;
	height: 194px;
	background-color: #E9DFC0;
}

#containerbottom {
	width: 942px;
	position: relative;
	top: -30px;
	margin: auto;
	background-color: #E9DFC0;
	background-image: url(../images/ahmg_bottom_midfilla.jpg);
	background-repeat: repeat-x;
}
#mncontainerbottom {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	position: relative;
	height: 100%;
}
#rtcenterbottom2 {
	width: 695px;
	height:100%;
	position: relative;
	background-color: #CCC;
}
