/*================= REWRITTEN TAGS ==================*/
body{
	background:url(bg.png);
	margin: 0;
	line-height: 14px;
	font-family: arial, verdana, sans;
}

/************************** BLOCK ID's ***************************/
#container {
	width:815px;
	text-align:left;
	margin: 0 auto;
}

#header{
	background-image:url('header.png');
	background-repeat: no-repeat;
	height:212px;
/* 	position: relative; */
/* 	z-index: 100; */
}


body> #container #lang {
	float: left;
	clear: none;
	margin-top: 100px;
	margin-left: 120px;
}

* html #lang {
/* 	float: left; */
	clear: none;
	margin-top: 100px;
	margin-left: 120px;
}
#lang img {
	border: 0;
}

#menu{
	clear: both;
	overflow:hidden;
	height: 23px;
	padding: 9px 0 0px 47px;
	margin: 0 0 0 35px;
	background: url('menu.png') no-repeat ;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#menu ul li a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #000;
	text-decoration: none;
	font-size: 13px;

}


#body{
	clear: both;
/* 	z-index: 10; */
	margin: 0 0 0 35px;
	background: url('bg-text.png')  ;
/* 	border: 1px solid black; */
/* 	overflow: auto; */
	width: 780px;
}

.floatfix{
	clear: both;
}

#body-left{
/* 	background: url('bg-text.png')  ; */
	float: left;
	clear: both;
	width:185px;
	padding: 25px 0 15px 20px;
}

.body-left {
	padding: 0;
	font-size: 12px;
	text-align: center;
	margin-left:5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	color: #555;
	background: #fff;
	border-right: 1px solid #6facff;
	border-left: 1px solid #6facff;
}
.body-left  h1 {
	visibility: hidden;
	height: 0;
	font-size: 0;
}
#left-menu {
	background: #fff;
	padding: 0;
}
#left-menu ul {
	list-style: none;
	padding: 5px;
	margin: 0;
}
#left-menu ul li {
	padding: 3px 5px;
}
#left-menu ul li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

#left-menu ul li a:hover , #menu  ul li a:hover {
	color: #555;
}


#body-right{
	margin: 0px 0 0 199px;
	width:538px;
	background:  url('bg-text-right-top.png') no-repeat;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	min-height:400px;
	height:auto !important;
	height:400px;
	line-height: 20px;
}

#right_header h1 {
	border-bottom: 1px solid #A2C8FF;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	color:#035;
	padding: 0px 0 5px 0;
}
#right_content{
	padding-top:0px;
	font-size:12px;
	color:#333;
}

#submenu {
	margin: 0;
/* 	padding: 5px; */
	padding-bottom: 10px;
	border-top: 1px solid #ace;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	color: #135;
}

.submenu a {
	color: #257;
	padding: 5px 5px;
	text-decoration: none;
}


#body-footer-top{
/* 	float:left; */
	background:  url('bg-body-footer-top.png') no-repeat;
	text-align: center;
	width:750px;
	height: 24px;
	margin-left: 35px;
	padding: 0 10px 0px 20px;
}

#body-footer{
	float:right;
	background:  url('bg-body-footer.png');
	width:750px;
	padding: 0 10px 10px 20px;
}

#body-footer div {
	width: 216px;
 	float: left;
	font-size: 11px;
	text-align: left;
	margin:0 20px 0 20px;
	color: #555;
}

#body-footer div h1 {
	width: 100%;
	border-bottom: 1px dashed #579;
	font-size: 12px;
}


#footer{
	background: url('bg-text.png')  ;
	width:780px;
	height: 40px;
	margin-left: 35px;
	font-size: 10px;
	font-weight:bold;
	color:#3768B3;
	margin-top: 0px;
/* 	float: left; */
}

#footer_designby {
	width:357px;
/* 	margin-top: 10px; */
	margin-left: 24px;
	padding:5px;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/* 	float: left; */
	clear: none;
	text-align:left;
	background: #fff  ;
	height: 15px;
}

#footer_copyright{
/* 	width:357px; */
	margin-left: 390px;
	margin-top: -25px;
	margin-right: 23px;
	height: 15px;
	padding:5px;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/* 	margin-left: 392px; */
/* 	float:right; */
	clear: none;
	text-align: right;
	background: #fff  ;
}

#footer_designby a {
	text-decoration: none;
	color:#3768B3;
}

form fieldset { border: none; margin: 0; padding: 0; }
form fieldset ol { list-style: none; }
form input[type="text"], form textarea { width: 400px; border: 1px solid #888; }
form textarea { height: 100px; }
form input[type="submit"] { width: 100px; border: 1px solid #888; margin: 10px 0 0 0; }
form img { border: 0; }
