/* colors
background:	#eeece7
main text	#000
page headline #cccbc6

*/

/* base arguments */
@page {
	size: 21.0cm 29.7cm portrait;
	margin-top: 2cm;
	margin-bottom: 2.5cm;
	margin-left: 2cm;
	margin-right: 1.5cm;
}
html, body, div, p, h1, h2, h3, h4, ul, ol, span, a, table, td, form, img, li {
   margin: 0px;
   padding: 0px;
   font-family: verdana, arial, helvetica, tahoma, sans, sans-serif;
   }
html, body {
	font-size: 100.01%;
	text-align: center;
}
body {
  margin-bottom: 10px;
  margin-top: 5px;
}
#layer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 720px;
	height: auto;
}
/*BEGIN OF Top Navigation*/
#head {
  position: relative;
	background: url(../images/but_bg.gif) repeat-x #fff;
	background-position: bottom;
	left: 0px;
	top: 0px;
	width: 720px;
	height: 80px;
	margin-bottom: 2px;
}
#topnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
img.button {
	height: 50px;
	border: 0px;
}
span.button {
	float: left;
	margin-right: 10px;
}
#path {
	clear: both;
	margin-bottom: 5px;
	width: 700px;
	height: 1.4em;
	background-color: #fff;
	text-align: left;
	font-size: 0.7em;
	padding: 0.2em 10px 0em;
}
/*END OF Top Navigation*/
/*BEGIN OF Site Content*/
.content {
	position: relative;
	color: #000;
	background: #fff;
	padding: 0.7em 10px 1em;
	margin-bottom: 5px;
	width: 700px;
	text-align: left;
}
table.gallery {
	width: 680px;
	margin-bottom: 20px;
	margin-left: 10px;
}
td.gallery {
	padding-right: 10px;
	padding-bottom: 10px;
}
.vspace10 {
	height: 10px;
}
td.thumb {
	width: 198px;
	height: 130px;
	padding-right: 10px;
	vertical-align: top;
}
.gallery_text {
	background-color: #eee;
	font-size: 0.7em;
	padding: 0.7em 1em;
	vertical-align: top;
}
div.gallery {
	position: relative;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.image {
	background-color: #eee;
	width: 220px;
	text-align: center;
	padding: 10px 0px;
}
img.thumb {
	padding: 0px;
	border: none;
}
.image_text {
	background-color: #eee;
	width: 220px;
	font-size: 0.7em;
	vertical-align: top;
	text-align: center;
	margin-top: 2px;
	padding: 0.1em 0px;
}
/*END OF Site Content*/
#bottom {
	position: relative;
	background: #fff;
	width: 700px;
	height: 20px;
	clear: both;
}
a:link {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #aaa;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #777;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #777;
	text-decoration: underline;
}
a:focus {
	font-weight: bold;
	color: #777;
	text-decoration: none;
}
h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
}
h3 {
	font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
p {
	line-height: 1.2em;
    margin-bottom: 0.4em;
}