body, html {
	height: 100%;
	margin: 0px; padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  line-height: 24px;
	color: #474747;
}

body {

	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: fixed;
}

p{
	text-align: justify;
}

a:link, a:visited{
	color: #474771; font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #474771;
}

a:hover, a:active {
	color: #7979a8;
	border-bottom: 1px solid #9494BA;
}

div.josie {
	position: fixed;
	bottom: 0px; left: 0px;
	background-image: url('images/josie.png');
	width: 500px; height: 514px;
}

div.header {
	position: fixed;
	background-image: url('images/header.png');
	width: 481px; height: 133px; left: 0px; top: 0px;
}

div.contentbg {
	left: 450px;
	background-color: white;
	height: 100%;
	width: 100%;
	position: fixed;
	-moz-box-shadow: -1px 0px 10px #666;
	-webkit-box-shadow: -1px 0px 10px #666;
	box-shadow: -1px 0px 10px #666;
	z-index: 1;
}

div.contentmask {
	background-color: white;
	height: 30px; width: 100%;
	z-index: 3; position: fixed;left: 450px;
}

div.content {
	position: relative;
	margin-left: 450px;
	width: 500px;
	z-index: 2;
	padding: 100px 0 50px 20px;
}

div.menu {
	background-color: #474771;
	position: fixed;
	height: 40px; width: 580px;
	left: 430px; top: 20px;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
	box-shadow: 1px 1px 4px #000;
	z-index: 4;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}

div.menu a, div.menu a:link, div.menu a:visited {
	color: White; text-decoration: none; margin-right: 0px;
	display: block; height: 30px;
	float: left; padding: 9px 15px 0 15px;
}

div.menu a:hover {
	background-color: #5B5B7B;
}


div.menubg{
	position: fixed;
	z-index: 0;
	background-image: url('images/menubg.png');
	width: 23px;
	height: 23px;
	left: 430px;
	top: 60px;

}

h1{
	padding: 0px; margin: 0 0 20px 0; font-size: 20px;
	color: #676687; font-family: Garamond, serif;
}
h2 {
	padding: 0px; margin: 0; font-size: 12px;
	color: #676687;
}

div.news {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #CCC;
	text-align: justify;
	min-height: 46px;
}

div.news img {
	float: left; width: 50px; margin-right: 20px;
}

span.bullet {
	background-image: url('images/bullet.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: 18px; height: 7px; display: inline-block;
}

span.top {
	background-image: url('images/top.gif');
	background-position: left center;
	background-repeat: no-repeat;
	width: 15px; height: 8px; display: inline-block;
}

table.vita td {
	vertical-align: top;
	border-bottom: 1px solid #EEE;
}

.noborder {
	border: 0;
}

table.contact {
	width: 100%;
}

table.contact input[type=text], table.contact textarea {
	width: 100%;
}

table.addresses {
	width: 100%; font-size: 10px; margin: 0 0 20px 0;
}
a.gallery, a#fancybox-close, a#fancybox-right, a#fancybox-left{
	border: 0;
}
a.gallery img{
	border: 3px solid white;
	-moz-box-shadow: -1px 0px 10px #666;
	-webkit-box-shadow: -1px 0px 10px #666;
	box-shadow: -1px 0px 10px #666;
	text-decoration: none;
	margin: 10px;
}
div#loader{
	text-align: center;
}
*:focus {outline: none;}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}
textarea {
    resize: none;
}