body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans;
	font-size: 12px;
	color: #999999;
	background-color: #000;
	scrollbar-base-color: #A79668;
	scrollbar-arrow-color: #000000;
}

img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	color: #D8D27C;
	text-decoration: none;
}

#container {
	width: 1024px;
	height: 768px;
	margin: auto;
	background: url(../gfx/bg.jpg) no-repeat 0 67px;
}

#pager {
	width: 100%;
	height: 524px;
}

#text {
	margin-left: 238px;
	width: 672px;
	height: 513px;
	padding: 5px;
	overflow: auto;
}

#menu {
	width: 1024px;
	height: 175px;
}

#g-info {
	text-align: center;
	margin-bottom: 30px;
}
#g-menu img {
	margin: 0 19px 0 19px;
}
#g-menu img.last {
	margin-right: 0;
}

.g-box {
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.g-logo {
	position: absolute;
	top: 5px;
	left: 40px;
}
.g-pics {
	position: absolute;
	top: 5px;
	left: 190px;
	width: 455px;
	height: 230px;
}
.g-pics img {
	margin: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}

/*img#bar {
	margin-left: 195px;
}*/

#page-nums {
	position: absolute;
	width: 450px;
	top: 360px;
	left: 190px;
}
#page-nums a:link, #page-nums a:visited, #page-nums a:hover, #page-nums a:active {
	color: #FCFAD1;
	text-decoration: none;
}
#page-nums a.bold {
	font-weight: bold;
}

a#page_prev {
	display: block;
	float: left; 
}
a#page_next {
	display: block;
	float: right;
}
