body {
background: url('./images/background.png') #111a26 repeat-x;
font-family: Gill Sans, Tahoma, sans-serif;
text-align: center;
}
a {
color: #000000;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#header {
height: 189px;
text-align: center;
background: url('./images/header.png') left no-repeat;
position: absolute; top: 0px;
width: 99%;
}
#menu {
font-family: Gill Sans, Tahoma, sans-serif;
position: absolute; top: 130px;
width: 100%;
}
#menu {
text-align: left;
}
#menu ul {
margin-left: 125px;
}
#menu li {
display: inline;
}
#menu a {
margin-left: 12px;
margin-right: 12px;
font-size: 16pt;
color: #ffffff;
text-decoration: none;
}

#menu a:hover {
text-decoration: underline;
}
#content {
background: url('./images/content_bg.png') #e2e5e8 no-repeat;
text-align: left;
border: 2px solid #000000;
position: relative; top: 200px;
width: 850px;
margin-left: auto;
margin-right: auto;
padding: 0px;
min-height: 365px;
padding	: 25px;
}
#content_menu {
float: left;
margin-left: -120px;
margin-bottom: 0px;
margin-right: 25px;
}
#content_menu ul {
margin: 0px;
list-style: none;
}
#content_menu li {
padding: 0px;
margin: 0px;
}
#gallery {
display: none;
}
.thumbnail {
float: right;
margin: 5px;
}
.thumbnail img {
border: 3px solid #000000;
}
#large_image {
background: #ffffff;
position: absolute;
margin-left: 200px;
width: 650px;
height: 350px;
display: none;
}
#large_image img {
border: 5px #000000 solid;
width: 650px;
height: 350px;
}

#content_menu a {
color: #ffffff;
text-decoration: none;
text-align: center;
font-size: 16pt;
width: 231px;
height: 44px;
display: block;
padding-top: 10px;
background: url('./images/content_menu.png') no-repeat;
}

#footer {
position: relative;

}
#tcwki {
width: 178px;
position: relative; top: 220px; left: 25px;

}