body {
	background-color: black;
	display: block;
	margin: 0px;
	font-family: sans-serif;
	font-size: 12px;
	color: #cccccc;
}

div {
	display: block;
}

a.thumb {
    display: block;
	float: left;
    width: 180px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle;
	text-align: center;
	margin: 3px;
	border: 1px solid #555555;
	background-color: #000000;
}

a.thumb:hover {
	background-color: #222222;
	border: 1px solid #aaaaaa;
}

div.thumb1 {
    display: table;
    height: 140px;
    width: 180px;
}

img.thumb {
    vertical-align: middle;
	border: 1px solid #aaaaaa;
	padding: 2px;
}

#w_main {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 7px;
	border: 1px solid #000000;
}

#w_photo {
	position: absolute;
	background-color: #000000;
	width: 740px;
	height: 740px;
}

#s_photo {
	background-color: #000000;
	overflow: auto;
    overflow-x: hidden;
}

#s_copyright {
	position: absolute;
	left: 640px;
	top: 727px;
	width: 97px;
	font-size: 9px;
	text-align: right;
	color: #aaaaaa;
}

#google_ads{
	display: block;
	float: left;
	background-color: #111111;
}

#w_info {
	position: absolute;
	background-color: #00111e;
	border: 1px solid #555555;
	left: 740px;
	top: -1px;
	width: 240px;
	height: 740px;
}

#s_info {
	overflow: auto;
	overflow-x: hidden;
}

#s_navig {
	position: absolute;
	left: 740px;
	top: 485px;
	width: 240px;
	height: 255px;
}

#s_map {
	position: static;
	margin-left: 15px;
	margin-top: 5px;
	width: 210px;
	height: 210px;
}

a {
    text-decoration: none; 
}

a:link, a:visited, a:active, a:hover { 
    color: #cccccc;
}

a:hover {
    text-decoration: underline; 
}

a.disabled {
    cursor: default;
    color: #777777;
}

a.disabled:hover {
    text-decoration: none;
}

p {
    margin: 0px;
	width: 90%;
	margin-left: 15px;
}

p.date {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 10px;
}

p.title {
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

p.description {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	margin-top: 5%;
	margin-bottom: 3px;
	border-bottom: 1px solid #aaaaaa;
	width: 90%;
	margin-left: 15px;
	font-size: 200%;
}

h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	width: 90%;
	margin-left: 15px;
	font-size: 130%;
}

img {
	background: black;
	margin: 2px;
	padding: 2px;
	border: 1px solid #aaaaaa;
}

table {
	width: 90%;
	margin-left: 15px;
}

td {
	padding: 0px;
	font-weight: bold;
}

td.center {
	text-align: center;
}

img.preload {
  width: 100px;
  height: 100px;
  display: none;
}


