html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fdfcec url(../images/bg_body.gif) repeat-x top;
	font: normal 12px/130% "Times New Roman", Times, serif;
	color: #796a4a;
}

#wrapper {
	position: relative;
	width: 756px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_wrapper.gif) no-repeat top;
	border: 0px solid red;
}
#wrapper1 {
	position: relative;
	width: 756px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_wrapper1.gif) repeat-y;
	border: 0px solid blue;
}

#top {
	width: 756px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background: url(../images/top.gif) no-repeat;
	border: 0px solid red;
}

#logo {
	margin: 0 auto;
	padding: 17px 0px 0px 0px;
	width: 756px;
	height: 106px;
	border: 0px solid red;
	background: url(../images/top.jpg) no-repeat;
	text-align: center;
}
#main-nav {
	height: 26px;
	width: 730px;
	margin: 0 auto;
	padding: 0px 0px 1px 0px;
	background: url(../images/bg_menu.gif) repeat-x;
	text-align:center;
}

#menu {
	height: 26px;
	width: 730px;
	background: url(../images/left_menu_bar.gif) no-repeat top left;
}

#menu ul {
	height: 26px; 
	width: 730px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: url(../images/right_menu_bar.gif) no-repeat top right;
}

#menu ul li {
	float: left;
	margin:5px 11px 0 11px;
	padding: 0;
}
#menu ul.en li {
	float: left;
	margin:7px 13px 0 13px;
	padding: 0;
}
#show-image {
	margin: 0 auto;
	width: 750px;
	height: 237px;
	text-align: center;
	border: 0px solid red;
}
#main-content {
	width: 730px;
	margin: 10px auto 0px auto;
	padding: 0 0 70px 0;
	border: 0px solid red;
	background: url(../images/bg_content_top.gif) no-repeat top;
}
#top_content {
	width: 730px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_content_top.gif) no-repeat bottom;
}
#content {
	width: 694px;
	margin: 0px;
	padding: 0px 18px;
	border: 0px solid red;
	background: url(../images/bg_content.gif) repeat-y;
}
#bottom_content {
	width: 730px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_content_bottom.gif) no-repeat top;
}
#footer { 
	font-size:16px;
	position: absolute;
	bottom: 0;
	width: 756px;
	height: 72px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/footer.gif) no-repeat bottom center;
	border: 0px solid red;
}
#footer p { 
	color: #747474;
	font-size: 70%;
	text-align: center;
	font-family: Tahoma;
	padding: 35px 0 0 0;
	margin: 0;
}

#footer p a{
	text-decoration: none;
	color: #747474;
}

a{
	text-decoration:underline;
	color:#796a4a;
}
a:hover{
	text-decoration:none;
	color:#796a4a;
}
p{
	font: normal 12px/130% "Times New Roman", Times, serif;
	color: #796a4a;
}

.submitform{
	border:1px solid #796a4a;
	background-color:#FFFFFF;
	width:100px;
	color:#796a4a;
}
.textform{
	border:1px solid #796a4a;
	background-color:#FFFFFF;
}