html,body{
	height:100%;
	margin:0px;
	padding:0px;
/*	font-family:"Verdana, Tahoma, Trebuchet MS", Arial;	 */
	background-image:url(i/bg_paper_mid.jpg);
	}
table{
	width:100%;
/*	height:100%; */
	border:0px;
	border-collapse:collapse;
	}
h1 {
	color:#CC3300;
	font-size:22px;
/*	font-style: italic;	*/
	font-weight:normal;
	margin:0 0 5 -1;
	}
h2 {
	font-size:19px;
/*	font-style:italic; */
	font-weight:normal;
	margin:0 0 2 0;
	}		
.menu { 
	width:150px;
	}
.wit {
	width:220px;
	height:90px;
	}
.basic, .basicB {
	font-size:17px;
/*	font-style:italic; */
/* 	font-weight:bold; */
	}
.basicB {
	color: #993300;
	}
a.basic	{
	color:#993300;
	text-decoration: underline;
	}
a.basic:visited	{
	color:#993300;
	text-decoration: underline;
	}
a.basic:hover {
	color:#CC0000;
	text-decoration: underline;
	}

.comment {
	font-size:12px;
/*	font-style:italic; */
	color:#666666;}

.biogr {margin:40 20 0 380;}
.biogr1 {margin:40 20 0 430;}
.biogr2 {margin:40 20 0 400;}

.leftCall, .leftCall1, .leftCall2, .leftCall3  {
	float:left;
	width:300px;
	}
.leftCall {
	padding:35 0 0 0;
	}
.leftCall1 {
	padding:35 0 0 0;
	}
.leftCall2 {
	padding:35 0 0 20;
	}
.leftCall3 {
	padding: 00 0 0 10;
	}
	
div.foot {
	background-image:url(i/footer.jpg); 
	background-repeat:no-repeat; 
	height:176px;
	background-position:right;
	}
div.NewYear, div.NewYear1 {
	border:#6699FF solid 1px; 
/*	background-color:#99FFFF; */
/*	background-image:url(i/christ.gif);  */
	background-repeat:repeat-x; 
	padding:7 7 7 7; 
	}
div.NewYear1 {
	width:400px;
	float:right;
	position:relative;}
div.Rep {
	
	width:387px;
	border: #990000 solid 1px;
/*	background-color:#FF3533; */
/*	background-image:url(i/pepert.jpg) ; */
/*	background-repeat:repeat-x; */
	padding:17 17 17 17; 
	margin: 10 10 10 10;
	}
	
table.foto{width: 5%;background-color: #FFFFFF;border: 1px solid #CCCCCC;}
table.foto td{padding: 12px 12px 12px 12px;}

.images{
        float:left;
        margin: 40px;
        -webkit-transform:scale(1.0);
        -webkit-transition-duration: 0.5s;
        -moz-transform:scale(1.0);
        -moz-transition-duration: 0.5s;
        -o-transform:scale(1.0);
        -o-transition-duration: 0.5s;
 
}
.images:hover{
        box-shadow:0px 0px 100px #ccc;
        -o-transform:scale(1.2);
        -o-box-shadow:0px 0px 100px #ccc;
        -moz-transform:scale(1.2);
        -moz-box-shadow:0px 0px 40px #ccc;
        -webkit-transform:scale(1.2);
        -webkit-box-shadow:0px 0px 40px #ccc;
}
.images .layer{
        width: 600px;
        height: 300px;
        background-color:#000;
        position: absolute;
        opacity:0.5;
        -o-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
}
#image1:hover .layer{
        width:0%;
}
#image2:hover .layer{
        height:0%;
}
#image3:hover .layer {
        height:0%;
        margin-top:100px;
}
#image4:hover .layer{
        margin-left:100px;
        margin-top:100px;
        height:0%;
        width:0%;
}

.raised {
    position:relative;
    width:70%;
    padding:1em;
    margin:2em 10px 4em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}        
 
.raised:before,
.raised:after {
    content:"";
    position:absolute;
    z-index:-2;
}
 
.raised p {
    font-size:16px;
    font-weight:bold;
}        
