@charset "utf-8";
/* CSS Document */
div.background {
	background-image: url('../img/wallpaper.jpg');
	background-position: center;
	background-size: auto 100%;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #333333;
	padding-top: 45px;	
	padding-left: 0px;	
	padding-right: 0px;	
	padding-bottom: 145px;
	height: 500px;
	width: 100%;
	z-index: 99;
}
table.header {
	background-color: #E2E2E2;
	background-image: url('../img/wall.gif');
	width: 100%;
}
table.header td {
	background-color: transparent !important;
}
table.header td.image {
	height: 90px;
	width: 250px;
	text-align: right;
	vertical-align: middle;
}
table.header td.ruler {
	font-size: 20px;
	font-weight: bold;
	height: 90px;
	text-align: right;
	vertical-align: middle;
}
table.header td.ruler a {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
table.header td.ruler a:hover {
	font-size: 17px;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: underline;
}
table.pageCounter {
	width: 940px;
}
table.pageCounter td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	width: 940px;
	color: black;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table.pageCounter td.arrow {
	width: 74px;
}
table.pageCounter td.arrow img {
	border: 0;
}
table.pageCounter td a {
	color: DodgerBlue;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
table.pageCounter td a:hover {
	color: DodgerBlue;
	text-decoration: underline;
}