/* basic global style declarations */

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #444;
}
b {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/* basic font-size declarations */

body, div, span, table, td, p, h1, h2, h3 {
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	color: #444;
}
body, div, span, table, td {
	font-size: 10pt;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E4303D;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}
a:focus {
	outline: none;
}
h1 {
	float: right;
	width: 80%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 16pt;
	font-weight: bold;
}
h1.fullwidth {
	width: 100%
}
h2 {
	float: right;
	width: 80%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	float: right;
	width: 80%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 10pt;
	font-weight: bold;
}
p {
	margin: 0px 0px 12px 0px;
}
li {
	list-style-type: square;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 4px;
}

/* MAIN TABLE */

#main {
	width: 790px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid green;
	border-collapse: collapse;
}
#main td {
	border: 0px solid green;
	margin: 0px;
}
#logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #BBB;
	font-style: italic;
	text-align: center;
	vertical-align: top;
	background-color: #000;
	width: 220px;
	padding: 10px;
}
#logo div {
	width: 200px;
	background-color: #FFF;
	margin: 0px 0px 2px 0px;
	text-align: center;
	vertical-align: middle;
}
#logo a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #E4303D;
}
#logo a:hover {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
	color: #444;
}
#map {
	text-align: center;
	vertical-align: bottom;
	height: 150px;
	background-color: #000;
	width: 220px;
	padding: 10px 10px 0px 10px;
}
#map p {
	margin-bottom: 6px;
	font-weight: bold;
	color: #FFF;
}
#content {
	width: 570px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	vertical-align: top;
}
#txtphotos {
	border: 0px solid green;
	border-collapse: collapse;
	margin: 2px 10px 10px 10px;
	padding: 0px;
	width: 550px;
}
#txtphotos td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}
#txt {
	width: 430px;
}
#txt2 {
	width: 570px;
}
#hmpgphoto {
	width: 570px;
}
#photos {
	width: 120px;
}
#thumbs {
	width: 113px;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 8px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	visibility: hidden;
}
p.click {
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
	padding-top: 15px;
	margin-bottom: 15px;
}
p.foto {
	margin: 6px 0px 0px 0px;
}
p.thu {
	margin: 1px 0px 1px 0px;
}
img.off {
	border: 2px solid #FFF;
}
img.on {
	border: 2px solid #E4303D;
}
#stripwrapper {
	background-color: #000;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 570px;
}	
#strip {
	height: 75px;
	width: 450px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#strip td {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11pt;
	color: #BBB;
	vertical-align: bottom;
}

/* NAV ELEMENTS */

.corner {
	background-image: url(image/corner.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 570px;
	height: 8px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
.nav1 {
	background-image: url(image/nav1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.nav2 {
	background-image: url(image/nav2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.back {
	width: 670px;
	text-align: right;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.back a {
	color: #FFF;
}
.back a:hover {
	color: #444;
}

