html {
	height: 100%;
}
body {
	background-image: url(../images/artwork/gradient.png);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #3C3C3C;
	margin: 0;
	padding: 0;
	height: 100%;
}

#header a {
	outline: none;
}
#header a img {
	border-style: none;
}

#container {
	width: 800px;
	height: 100%;
	/*overflow: scroll;*/
	position: relative;
	margin: 0 auto 0 auto;
	background-color: #004c3a;
}
#sidebar {
	width: 159px;
	/*background-color: orange;*/
	float: left;
}
#flash {
	margin: 0 5px 0 5px;
	padding: 10px 0;
}

#menu {
	padding-top: 2px;
}
#menu ul {
	background-color: #006633;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	margin: 5px 5px 0 5px;
	
	border: 1px solid #b2cc99;
	}
#menu ul li {
	width: 100%;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
#menu ul a {
	display: block;
	text-decoration: none;
	color: #b2cc99;
	/*line-height: 1.5em;*/
	padding: .2em;
	outline: none;
}
#menu ul a:hover{
	text-decoration: none;
	color: white;
}
#menu ul a.active {
	font-style: italic;
	color: #cccc99;
}

#languagebox {
	padding: 10px 5px;
	margin: 0px 6px 5px 5px;
	color: #b2cc99;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #b2cc99;
	border-bottom: 1px solid #b2cc99;
	height: 36px;
}

#languagebox a {
	border: none;
	display: block;
	width: 48%;
	float: left;
	text-decoration: none;
}

#languagebox img {
	border: none;
}

#content {
	width: 636px;
	padding: 5px 5px 5px 0;
	margin: 0;
	float: right;
}

.itable a.highslide {
	text-decoration: none;
	border: none;
	display: block;
	overflow: hidden;
}
.itable a.right {
	float: right;
	margin: 5px 0px 5px 10px;
	clear: both;
}
.itable a.left {
	float: left;
	margin: 5px 10px 5px 0px;
	clear: both;
}

.itable a img {
	margin:0px;
	padding: 1px;
	border: 1px solid silver;
}

.itable h2.cright {
	padding-top: 1em;
	clear: right;
}

.itable h2.cleft {
	padding-top: 1em;
	clear: left;
}

/*.itable h2 {
	clear: both;
}*/

.itable {
	background-image:  url("../images/vaag.png");
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: top;
	background-color: #fffff1;
	height: 500px;
}

.itable p {
	text-align: justify;
}

.itable p.pcenter {
	text-align: center;
}

#footer {
	height: 22px;
	background-color: #006633;
	clear: both;
	/*border-top: 1px solid #004c3a;*/
	padding: 1px 0;
}
#footer p {
	height: 20px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #004c3a;
	border-bottom: 1px solid #004c3a;
	overflow: hidden;
	text-align: center;
	color: white;
}

#phrase p {
	color: white;
	text-align: center;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.itable h1 {
	font-size: large;
	font-weight: bold;
}

.itable h2 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}

.itable h3 {
	font-size: medium;
	font-weight: normal;
	padding-left: 4em;
	font-style: italic;
}



p.keywords {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}
p.center_italic{
	font-style: italic;
	text-align: center;
}

.framed {
	background-color: #f8f3e9;
	/*border: thin solid #998066;*/
	border: thin solid #664d33;
	color: #664d33;
	padding: 10px;
	clear: both;
	margin: 0 20px;
}

.center {
	text-align: center;
}

#flGallery {
	height: 225px;
	width: 300px;
	padding: 1px;
	border: 1px solid silver;
}
#flGalleryContainer {
	float: right;
	margin: 5px 0px 5px 10px;
	clear: both;
	text-align: center;
}
#flGalleryCaption {
	display: inline;
	font-size: small;
	padding: 0.2em 0em;
	color: #664d33;
	text-decoration: none;
}
#flGalleryContainer a:hover {
	color: silver;
}

#sponsorgrid {
	/*display: block;*/
	margin: 20px;
	padding: 0px;
	/*border: thin solid #664d33;*/
	/*background-color: #f8f3e9;*/
	text-align: center;
	padding-left: 42px;
	padding-top: 42px;
	padding-bottom: 42px;
}
#sponsorgrid ul {
	list-style: none; 
	padding: 0px;
	margin: 0px;
	overflow: auto;
	width: 100%
}
#sponsorgrid ul li {
	background-image: url("../images/artwork/sponsortile.png");
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	
}
#sponsorgrid ul li a {
	display: block;
	height: 130px;
	width: 130px;
	margin: 15px;
	padding: 0px;
}
#sponsorgrid ul li a img{
	margin-top: 2.5px;
	border: none;
}
