@charset "utf-8";
html, body {
	margin: 0px;
	font-family: Garamond, "Times New Roman", Times, serif;
	background-image: url(../images/lay-out/ext-bg.png);
	background-repeat: repeat;
}
#shadow-top {
	background-image: url(../images/lay-out/ext-bg-shadow-top.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background-position: bottom;
}
#shadow-center {
	background-image: url(../images/lay-out/ext-bg-shadow-center.png);
	background-repeat: repeat-y;
	width: 960px;
	margin: 0 auto;
}
#shadow-bottom {
	background-image: url(../images/lay-out/ext-bg-shadow-bottom.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background-position: top;
}
#container {
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/lay-out/main-bg.png);
	background-repeat: repeat;
	position: relative;
	border: 1px solid #000000;
}
#header {
	height: 120px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e55225;
	position: relative;
}
#logo {
	position: absolute;
	left: 20px;
	top: 30px;
}
#top-buttons {
	position: absolute;
	right: 20px;
	bottom: 0px;
}
#top-buttons a {
	background-image: url(../images/lay-out/top-button-bg-1.png);
	background-repeat: repeat;
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-left-color: #B7B7B7;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	position: relative;
	float: left;
	margin-left: 5px;
}
#top-buttons a:hover {
	background-image: url(../images/lay-out/top-button-bg-2.png);
	background-repeat: repeat;
}
#content {
	background-image: url(../images/lay-out/content-bg.png);
	background-repeat: repeat-y;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	height: 100%;
}
#content-left {
	float: left;
	width: 220px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	margin-bottom: 265px;
	display: inline;
}
#content-left-bottom {
	background-image: url(../images/lay-out/main-bg.png);
	background-repeat: repeat;
	height: 264px;
	width: 218px;
	position: absolute;
	left: 20px;
	bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
}

#content-center {
	float: left;
	width: 360px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #000000;
	display: inline;
}
#content-center p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#content-center a {
	color: #E55225;
	text-decoration: underline;
}
#content-right {
	background-image: url(../images/lay-out/main-bg.png);
	background-repeat: repeat;
	float: right;
	width: 220px;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8d8;
	overflow: hidden;
	display: inline;
}
#content-right img {
	margin-bottom: 3px;
	border: 1px solid #d8d8d8;
}
#content-right-bottom {
	background-image: url(../images/lay-out/main-bg.png);
	background-repeat: repeat;
	height: 264px;
	width: 218px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d8d8d8;
	border-left-color: #d8d8d8;
}
#im-text  a {
	position: absolute;
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	right: 40px;
	width: 160px;
	text-align: right;
	z-index: 100;
	bottom: 8px;
	clear: both;
}
#im-text  a:hover {
	text-decoration: underline;
}
#clear {
	clear: both;
	height: auto;
}
#footer {
	clear: both;
	height: 34px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E55225;
	font-size: 12px;
	color: #999999;
	text-align: center;
	padding-top: 6px;
}
