body {
	font-family: Tahoma;
	font-size: 11pt;
	background: #ffffff;
	color: #111;
}

/* links */
a {
	color: #256bfe;
	text-decoration: underline;
}

a img {
	border-color: #000;
}

/* opera img fix
img[title] { content: attr(alt); } 
 */
a:hover {
	text-decoration: none;
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	padding-bottom: 0.5em;
}

h1 {
	 font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

/* p */
p {
	padding-bottom: 1em;
}

ul li {
	margin-bottom: 10px;
}

.sub {
	position: absolute;
	display: none;
}

/* menu */
#menu {position:relative; width:100%; clear:both;}
#header {position:relative; overflow:hidden; width:100%; clear:both;}
#header img {display:block;}

#menu table td {
	text-align: center;
	vertical-align: middle;
}

#footer {
	padding-top: 10px;
	clear: both;
	font-size: 10pt;
	text-align: center;
}

.center {
	text-align: center;
}

.poll {
	line-height: 1.5em;
}

.vmenu {
	line-height: 1.8em;
}

.vsub {
	padding-left: 15px;
}


.gallery_images .image {float:left; text-align:center;}
.gallery_images .image img {display:block;}
.gallery_images .image a {border:none; text-decoration:none;}
.gallery_images .image span {display:block;}

