

body {
	padding: 0px;
	margin: 0px;
}

h1 {

}

#bg, #bg_main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#bg_main {
	background: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: right;
}

#container {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}


#logo {
	border: none;
	float: left;
	margin-top: 15px;
	margin-bottom: 10px;
}


#margin {
	width: 210px;
	float: right;
	margin-top: 15px;
	margin-bottom: 30px;
}


#news {
	position: relative;
	padding: 10px;
	font-size: 9pt;
	width: 180px;
	margin-bottom: 30px;
	float: left;
}

#bar_news {
	float: right;
}

a.news {
	margin-top: 10px;
	display: block;
	font-size: 9pt;
}

.news_text {
	font-size: 8pt;
}



#content, #content_main {
	width: 630px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#bar {
	float: left;
	width: 1px;
	height: 450px;
}


#content_main {
	width: 450px;
}


#bottom {
	clear: both;
	border: solid 1px #ff7f00;
	margin-top: 5px;
	position: relative;
	padding: 4px;
	padding-left: 8px;
	font-size: 9pt;
	line-height: normal;
	height: 13px;
	margin-bottom: 20px;
}


#round1_ul {
	top: -1px;
	left: -1px;
	position: absolute;
}

#round1_dl {
	bottom: -1px;
	left: -1px;
	position: absolute;
}

#round1_ur {
	top: -1px;
	right: -1px;
	position: absolute;
}

#round1_dr {
	bottom: -1px;
	right: -1px;
	position: absolute;
}




