body {
	margin:0;
	padding:0;	
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	background:#ffffff url(/images/design/main/cols_bg.jpg) center top repeat-y;
}

h1, h2, h3, h4, h5{
	font-weight: normal; 
	font-style: normal;
}
	h1 {
		font-size:2em;
		line-height:1.3em;
	}
	h2 {
		font-size:1.6em;
		line-height:1.3em;
	}
	h3 {
		font-size:1.4em;
	}
	h4 {
		font-size:1.2em;
	}
	h5 {
		font-size:1em;
	}
a {
	text-decoration:none;
}
img {
	border:0;
}
table{
	border-collapse:collapse;
	border-color:#000000;
}
th, tr, td{
	border-color:#000000;
}
hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}
div#container {
	margin:0 auto; /* center, not in IE5 */	
	width:964px;
	background-color: #ffffff;
	background-image: url(/images/design/main/cols_bg.jpg);
	background-repeat: repeat-y;
}

div#header {
	background:#a8a8a8 url("/images/design/main/h.jpg") no-repeat;
	height:239px;
}
	.go{
		display:none;
	}
	div#home a {
		width: 300px;
		height: 188px;
		position: absolute;
		top: 20px;
		left: 360px;
		border:0;
	}

div#middle {
	background:#ffffff;
}
	div#left {
		width:202px;
		float:left;
	}
		div#head_l {
			background:#ffffff url("/images/design/main/l.jpg") no-repeat;
			height:146px;
		}
		div#nav .lang {
			font-size:12px;
			color:#ffffff;
			text-align:center;
			margin-bottom:10px;
		}
		div#nav .lang a {
			font-size:12px;
			color:#ffffff;
			text-align:center;
		}
		div#nav a {
			font-size:14px;
			color:#ffffff;
			text-decoration:none;
		}
		div#nav ul {
			list-style:none;
			padding:0px;
			margin:0px 10px 0px 14px;
			}
		div#nav li {
			padding:12px 0px 4px 0px;
			border-bottom:thin solid #d5b000;
			}
	div#content {/* for IE only */
		width:520px;
		padding:0px 20px 20px 20px;
		margin-top:16px; 
		float:left;
		line-height:1.5em;
	}
		html>body div#content {/* for real browsers */
			width:520px;
			padding:4px 20px 20px 20px;
			margin-top:0px;
			float:left;
			line-height:1.5em;
		}
		div#content img {
			border:1px solid #a8a8a8;
			padding:1px;
		}
		div#copyright {
			font-size:9px;
			text-align:center;
			color:#373737;
			padding:40px 0px 20px 0px;
		}
	div#right {
		width:202px;
		float:left;
		color:#ffffff;
		text-align:center;
	}
		div#head_r {
			background:#ffffff url("/images/design/main/r.jpg") center top no-repeat;
			height:441px;
		}
/*div#footer {
	background:#ffffff url("/images/design/main/f.jpg") center top no-repeat;
	height:9px;
}*/

.clear{clear:both;}

