body, p, div, td, th, tr, form, ol, ul, li, input, textarea, select, a {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0px 0px 25px 00px;
	padding: 0px;
	text-align: center;
	background: url('img/background.png');
	font-size: .8em;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ed603a;
}


img {
	border: 0px;
}

#page {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff;
	text-align: center;
}

#page-l {
	background: url('img/borderleft.png') top left repeat-y;
}

#page-r {
	background: url('img/borderright.png') top right repeat-y;
}

#header {
	padding: 0px 40px;
	text-align: left;
}

#header-title {
	width: 700px;
	margin: 0 10px;
	height: 100px;
	padding: 0px;
	background: url('img/header.jpg') top left no-repeat;
	display: block;
}

#header h1 span {
	display: none;
}

#middle {
	text-align: left;
	width: 90%;
	min-height: 500px;
	padding: 20px;
}

#navmenu {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: left;
	font-size: 1.5em;
}

#bottom {
	width: 100%;
	height: 35px;
	background: url('img/borderlower.png') top left repeat-x;
}

#bottom-l {
	width: 100%;
	height: 35px;
	background: url('img/borderlowerleft.png') top left no-repeat;
}

#bottom-r {
	width: 100%;
	height: 35px;
	background: url('img/borderlowerright.png') top right no-repeat;
}

#footer {
	font-size: small;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	font-size: .8em;
}

.gry-index {
	margin-top: -20px;
	margin-left: 30px;
}

.gry-index-main {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.gry-index-main table{
	margin: auto;
	text-align: center;
}

.gry-nav {
	margin-top: 20px;
	height: 20px;
}
.gry-nav-left {
	float: left;
	text-align: left;
}

.gry-nav-right {
	float: right;
	text-align: right;
}

.gry-nav-first {
	background: url('/img/first.png') top left no-repeat;
 	padding-left: 20px;
}

.gry-nav-previous {
	background: url('/img/previous.png') top left no-repeat;
 	padding-left: 20px;
}

.gry-nav-next {
	background: url('/img/next.png') top right no-repeat;
 	padding-right: 20px;
}

.gry-nav-last {
	background: url('/img/last.png') top right no-repeat;
 	padding-right: 20px;
}

.gry-nav-pages {
	text-align: center;
}

.gry-navpath {
	font-size: 1.2em;
}

.gry-index table {
	width: 50%;
}

.gry-index td {
	margin: 0%;
	padding: 2px;
	text-align: center;
}

.gry-index img {
	border: black thin solid;
}

.gry-index-desc {
	margin: 1em 0;
	text-align: left;
	width: 500px;
}

.gry-index p {
	margin: 0px;
	text-align: center;
	font-size: 4px;
}

.gry-thumb-info {
	font-weight: bold;
}

.gry-thumbnail {
	width: 150px;
	height: 150px;
}

.gry-thumbnail {
	height: auto;
	text-align: center;
}

.gry-thumbnail img {
	vertical-align: middle;
}

.gry-picture {
	margin-top: -20px;
	margin-left: 30px;
}

.gry-picture-main {
	text-align: center;
}

.gry-picture-title {
	font-size: 1.5em;
}

.gry-picture-image {
	margin-top: 20px;
}

.gry-picture-desc {
	margin: 10px auto;
	padding: 15px;
	text-align: left;
	width: 500px;

}
