html {
	height: 100%;
	font-size: 100%;
	overflow:auto;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
body {
    margin: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #793282;
    background-color: #B272AA;	
}

.headline {
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}
.textblock {
	/*styles*/
}

#flashcontent {
	overflow: hidden;
}
#wraper {
	width: 760px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#content {	
	padding: 20px;
	background-color: #ffffff;	
	-moz-border-radius:5px;-webkit-border-radius:5px;
}
h1 {
	color: #ffffff;
	font-size: 3em;
	text-shadow: rgba(0, 0, 0, 0.10) 1px 2px 1px;
}
h1, h2 {
	font-style: italic;
}
#footer {
	margin-top: 20px;
	height: 50px;
	font-size: 9pt;
	color: #ffffff;
	font-style: italic;
}
a, img{
	border: none;
}
a {
	color: #A86BAA;
	text-decoration: none;
}
a:hover {
	color: #793282;
	//text-decoration: none;
}
.imgholder {
    width: 170px;
    height: 170px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #e8eef5;
    -moz-border-radius:5px;-webkit-border-radius:5px;
}

.imgholder img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.imgholderbig {
	width: 720px;
    height: 380px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #e8eef5;
    -moz-border-radius:5px;-webkit-border-radius:5px;
}

.imgholderbig img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.imgfull img {
    max-width: 100%;
    max-height: 100%;
}