@import url(/Menu.css);
/* KGD.css */
/* updated 15-Dec-09 */

body{
font-family: "Comic Sans MS", Helvetica, sans-serif;
margin:0;
padding:0;
line-height: 1.5em;
background: #208020;
}

b{font-size: 110%;}

em{color: red;}
.just{text-align: justify;}
.ital{font-style: italic;}

#maincontainer {
background: url(/Img/KGDbg.jpg) repeat;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
min-height: 1024px;
}

#topsection{
height: 150px; /*Height of top section*/
border: thick solid #3E3EFF;
background: url(/Img/KGDh1bg.jpg) repeat;
text-align: center;
line-height: 175%;
width: 700px;
margin: auto;
}

#topsection h1{
margin: 0;
padding-top: 30px;
}

#tabs {
height: 100px; /*Height of tab section*/
padding-left: 100px;
}

#tabcent {
height: 75px;
padding-left: 19%;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 350px; /*Set right margin to RightColumnWidth*/
padding: 0 100px;
}

#contentc {
margin-left: auto;
margin-right: auto;
text-align: center;
}

#rightcolumn{
float: left;
width: 450px; /*Width of right column in pixels*/
margin-left: -450px; /*Set left margin to -(RightColumnWidth) */
margin-right: -100px;
text-align: center;
}

/* class updt */
.updt {
/*color: #ff7f50;*/
font-size: 87%;
}

.imgyel {
border: 10px solid #ffff00;
}

.imggrn {
border: 10px solid #00ff00;
}

.imgbrn {
border: 5px solid #663300;
}

#footer{
font-size: 75%;
color: #000000;
clear: both;
width: 100%;
/*background: black;*/
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.koschtitgallery {
margin-left: auto;
margin-right: auto;
text-align: center;
}

#lists {
  clear: both;
  display: block;
  line-height: 130%;
  text-align: justify;
  padding: 0 100px;
  }
#LHCol {
  float: left;
  text-align: left;
  width: 50%;
  }
#RHCol {
  float: right;
  text-align: left;
  width: 40%;
 }

/* Span class xsmll */
.xsmll {
  font-size: 87%;
  font-weight: bold;
  color: #ff7f50;
  }

.arc {
	border: 3px solid;
	border-collapse: collapse;
	text-align: center;
	}

.arc td {
	border-width: 2px;
	border-style: solid;
	border-collapse: collapse;
	text-align: center;
	padding: 7px 30px;
	empty-cells:show;
	}
