* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
}
img {
	border: 0px;
    margin: 0px;
    padding: 0px;
}
p {
	font-size: 12px;
	font-family: Arial;

}
ul {
	margin-left: 20px;
}
#gora {
	width: 950px;
	height: 50px;
	display: block;
	margin: 0 auto;
    margin-bottom: 0px;
}
#gora img {
	width: 950px;
	height: 50px;
}
#menu {
    top: 0px;
    margin: 0 auto;
    width: 950px;
    height: 27px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: right;
}
#menu .spacer-left {
    width: 45px;
    height: 27px;
    float: left;
    background: url('/img/menu_spacer_left.jpg') 0 0 repeat-y;
}
#menu .content {
    background-color: #0e6d04;
    float: left;
    width: 876px;
    height: 27px;
}
#menu a {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    margin-right: 10px;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    top: 5px;
    position: relative;
    right: 27px;
}

#menu .spacer-right {
    width: 29px;
    height: 27px;
    float: left;
    background: url('/img/menu_spacer_right.jpg') 0 0 repeat-y;

}
#content {
    margin: 0 auto;
    width: 950px;
    height: 422px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    margin-top: 0px;
    clear: left;

}
#content img {
	border: 0px;
    margin: 0px;
    padding: 0px;
}
#content .spacer-left {
    width: 44px;
    height: 422px;
    float: left;
    background: url('/img/content_spacer_left.jpg') 0 0 repeat-y;
}
#content .spacer-right {
    width: 26px;
    height: 422px;
    float: left;
    background: url('/img/content_spacer_right.jpg') 0 0 repeat-y;
}
#content .content {
    width: 879px;
    background-color: #ffffff;
    height: 422px;
    float:left
}
#content .header {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    margin-top: 13px;
    clear: left;
}
#content .image {
    width: 340px;
    height: 370px;
    margin-left: 4px;
    float: left;
    clear: left;
}
#text {
  width: 520px;
  height: 370px;
  overflow: auto;
  float: left;
  margin-left: 5px;
}
#text p {
    font-family: arial;
    font-size: 12px;
    color: #000000;
}
#text h1 {
    font-family: arial;
    font-size: 14px;
    color: #0e6d04;
    text-decoration: none;
}
#text a {
    font-family: arial;
    font-size: 12px;
    color: #0e6d04;
    font-weight: bold;
    text-decoration: none;
}
#text a:hover {
    text-decoration: underline;
}

#footer {
    width: 950px;
    height: 90px;
    background: url('/img/footer.jpg') 0 0 no-repeat;
    clear: left;
    margin: 0 auto;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
    color: #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

