body,td,th {
	font-size:11px;
	color: #cdc2bb;
	font-family: Tahoma;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/bgr.gif);
}
#header {
	width: 100%; margin: 0;
	background: #000 url(../img/top_bg.gif) bottom repeat-x;
}
.cont {
	width:700px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
.gogo {
	width:300px;
	position:static;
}
#content {
	background: #1a1818 url(../img/bgrb.gif) repeat;
	padding: 20px;
	width: 660px;
	border-left:1px solid #211f1f;
	border-right:1px solid #211f1f;
	border-bottom:1px solid #211f1f;
}
.imgleft {
	float: left;
	padding-right: 10px;
}
.imgright {
	float: right;
	padding-left: 10px;
}
.lang {
	float: right;
	padding-top: 3px;
	padding-right: 3px;
}
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.style2 {
	color: #3366CC;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}