@charset "utf-8";

body {
	background-image: url(imgs/bg.png);
	background-repeat: repeat-x;
	background-color: #FFD019;
	
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	padding: 0;
}

#container_table
{
	border-color: #000;
	border-width: 5px;
	border-style: solid;
	border-collapse: collapse;
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
	width: 700px;
}

#page_content
{
	background-color: #FFF;
	vertical-align: top;
	width: 540px;
	
	border-color: #000;
	border-width: thin;
	border-style: solid;
	
	padding: 10px;
	
	font-size: 9pt;
	color: #990000;
	text-align: justify;
}

#menu
{
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}

#sidebar
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	
	padding-top: 15px;	
/*	padding-left: 1px;
	padding-right: 1px;*/
	
	font-size: 9px;
	vertical-align: top;
	text-align: center;
	
	width: 139px;
}

#infobox
{
	background-color: #333;
	color: #FFF;
	font-size: 9px;
	
	text-align: left;
	
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	
	width: 120px;
}

#infobox a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#infobox a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#infobox a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#infobox a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

#kgy_logo
{
	margin-top: 15px;
	width: 130px;
	border: none;
}

.sidebar_white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 5px;
}

.sidebar_white a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar_white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar_white a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar_black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.page_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: justify;
}

.text a:link {
	color: #990000;
	text-decoration: none;
}

.text a:visited {
	color: #990000;
	text-decoration: none;
}

.text a:hover {
	color: #990000;
	text-decoration: underline;
}

.text a:active {
	color: #990000;
	text-decoration:: underline;
}

.index
{
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px !important;
	font-weight: bolder;
	color: #990000;
	text-align: center !important;
}

.subtitle
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

table.gallery
{
	width: 100%;
}

.gallery td
{
	padding-top: 10px;
	padding-bottom: 10px;
	
	text-align: center;
}