body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	background: url(../images/bg.png);
	margin: 0px;
	padding: 0px;		
}

a {
	color: #4D95A7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top {
	background: url(../images/top.png);
	height: 43px;	
}

#wrap {
	background: url(../images/bg-content.png) repeat-y;
	width: 1120px;
	margin: auto;	
}

#center {
	width: 960px;
	margin: auto;	
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 960px;
	height: 487px;
}

#topic {
	background: url(../images/topic.png) no-repeat;
	width: 306px;
	height: 306px;
	padding: 34px 11px 9px 16px;
	float: left;
	position: relative;
	top: -43px;
	left: 524px;
}

#logo {
	background: url(../images/GIM.png) no-repeat;
	width: 323px;
	height: 183px;
	float: left;
	position: relative;
	left: -150px;
}

#menu {
	width: 176px;
	height: 240px;
	float: left;
	position: relative;
	top: 182px;
	left: 17px;
}

#menu h1 {
	margin: 0;
}

#content {
	background: url(../images/bg-block.png) repeat-y;
	display: inline-block;
}

#content-top {
	background: url(../images/bg-block-top.png) no-repeat;
	min-height: 200px;
	display: inline-block;
}

#block_left {
	width: 210px;
	float: left;
}

#navigation {
	padding: 0px 20px 10px 20px;
}

#navigation a {
	display: inline-block;
	width: 130px;
	border-bottom: 1px solid;
	padding: 10px 0 10px 40px;
}

#navigation:hover a.link  {
	background: none;
}
	
#navigation a:hover, #navigation a.link, #navigation a.link:hover  {
	background: url(../images/arrow.gif) 20px 50% no-repeat;
}

#admin {
	width: 750px;
	float: left;
}

#news {
	width: 750px;
	float: left;
}

#news img {
	float: left;
	margin: 10px;
}

#news ul {
	background: #A8CBD4;
	border: 1px dashed #3C2511;
	margin: 0;
	padding: 10px 30px;
	list-style-type: none;
}

#news ul li {
	list-style-image: url(../images/case.jpg);
}

.news-top {
	display: inline-block;
	background: url(../images/news-top.png) no-repeat;
	width: 100%;
}

.news-middle {
	display: inline-block;
	background: url(../images/news-middle.png) repeat-y;
	width: 100%;
}

.news-bottom {
	display: inline-block;
	background: url(../images/news-bottom.png) 0 100% no-repeat;
	width: 750px;
}

.news-top2 {
	display: inline-block;
	background: url(../images/news-top2.png) no-repeat;
	width: 100%;
}

.news-middle2 {
	display: inline-block;
	background: url(../images/news-middle2.png) repeat-y;
	width: 375px;
}

.news-bottom2 {
	display: inline-block;
	background: url(../images/news-bottom2.png) 0 100% no-repeat;
	width: 100%;
}

.news-title {
	padding: 10px 25px 10px 25px;
	font-size: 20px;
	color: #0D627B;
}

.news-content {
	display: inline-block;
	padding: 10px 21px 27px 21px;
	width: 708px;
}

.news-content2 {
	display: inline-block;
	padding: 10px 21px 27px 21px;
	width: 333px;
}

.news-id {
	display: none;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 750px;
	height: 34px;
	padding-top: 4px;
	padding-left: 210px;
	text-align: center;
}

#footer a {
	margin: 0 5px;
}

.block-forum a, .block-bfeditor a, .block-game-addict a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.block-forum a:hover, .block-bfeditor a:hover, .block-game-addict a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}

.block-forum a {
	color: #4d95a7;
}

.block-bfeditor a {
	color: #8ec178;
}

.block-game-addict a {
	color: #f5a309;
}