#paski {
	background: #bbb;
	color: black;
	position: fixed;
	bottom: 1em;
	right: 0;
	width: 80px;
	height: 10px;
	margin: 4px;
	padding: 0px;
	z-index: 10;
	border: 1px solid black;
	text-align: center;
}

#paski a {
	background: black;
	padding: 4px;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

#paski a:hover {
	background: white;
	color: black;
}

body {
	font-family: Arial, Verdana, sans-serif;
	background: white url(img/hbar.png) repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}

/* begin header */
#header {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: auto;
	background: #ccc url(img/hbar.png) repeat-x;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 4px;
	padding: 0;
	z-index: 6;
}

#header .color-wrapper {
	padding: 4px;
	margin: 1px;
	border: 1px solid #eee;
}

#header h1 {
	padding: 0;
	margin: 0;
	font-size: 54px;
	white-space: nowrap;
	color: white;
	display: inline;
	padding: 5px;
	margin: 0px;
}

#header h4 {
	padding: 0;
	margin: 0;
	font-size: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	border-top: 1px solid white;
	text-align: center;
	background: url(img/q.png);
}

#side {
	position: absolute;
	margin: 0;
	padding-left: 1em;
	top: 1em;
	left: 0;
	right: 0;
	border-bottom: 8px solid black;
	z-index: 4;
}

#side .color-wrapper div {
	display: inline;
}

#side .color-wrapper a {
	background: #999;
	border: 1px solid black;
	border-top: 4px solid black;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	margin: 2px;
	text-transform: lowercase;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

#side .color-wrapper a:hover {
	background: #660;
}

#content {
	position: relative;
	z-index: 1;
	margin: 6em 0 0em 0;
	background: #ccc;
	padding: 8px;
	border-top: 2px solid black;
}

img {
	border: 0;
}

.icenter {
	text-align: center;
}

.noborder {
	border: none;
}

#content a {
	color: #744;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed black;
}

#content a:hover {
	color: white;
	border-bottom: 1px solid white;
}

.menuTitle {
	color: white;
	padding: 8px;
	background: gray;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.subMenu {
	background: url(img/hbar.png) repeat-x;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	margin: 0;
	padding: 0;
}

#content div.subMenu a {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0;
	margin-right: 0;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid black;
}

#content div.subMenu a:hover {
	color: white;
	border-bottom: 0;
}

div.icenter p {
	font-size: 12px;
	
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	background: url(img/hbar.png) repeat-x;
	padding: 2px;
	border: 1px solid black;
}

table td {
	background: #aaa;
	padding: 4px;
}

table th {
	background: #eee;
	border-bottom: solid 1px black;
}

table.imgPage td {
	text-align: center;
}

