BODY {
	padding: 0px;
	margin: 0px;
	font: italic 30px garamond;
	color: black;
	background-color: white;
	height: 100%;
}

TABLE {
	border-collapse: collapse;
}
TABLE.page {
	width: 100%;
	height: 100%;
}
TABLE.page TD {
	vertical-align: top;
}
TABLE.page TD.menu, TABLE.page TD.credits {
	font-size: 22px;
	padding-top: 10px;
	width: 200px;
	background: url("img/bg_wall.jpg") white center center;
	text-align: center;
}
TABLE.page TD.border {
	background: url("img/bg_border.jpg") repeat-y top center;
	width: 28px;
}
TABLE.page TD.page {
	padding: 20px 50px 20px 50px;
	background: url("img_foto/bg.jpg") white no-repeat top left;
}
DIV.title {
	text-align: center;
	margin-bottom: 20px;
}

TABLE.box {
	background: url("img/bg_gradient2.gif") #BFBE74 repeat-x bottom center;
	border: ridge 4px #D4D495;	
}

INPUT {
	width: 300px;
	background-color: #D0CF7A;
	border: inset 1px #a4a465;
}
INPUT.button {
	width: auto;
	background: url("img/bg_gradient.gif") #a4a465 repeat-x top center;
	border: outset 1px #a4a465;
}
TEXTAREA {
	border: inset 1px #a4a465;
	background-color: #D0CF7A;
	width: 300px;
	height: 200px;
	overflow: auto;
}

/* DIV.fade {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
} */

P {
	margin-top: 0px;
	text-align: justify;
}

H3 {
	font: italic 50px garamond;
	margin-top: 0px;
	text-align: center;
}

H4 {
	font: bold italic 32px garamond;
	margin: 0px;
	background-color: #D4D495;
	padding: 3px 10px 3px 10px;
	border: double 4px #a4a465;
	text-align: left;
}

DIV.cal {
	margin: 10px 30px 30px 50px;
}
DIV.cal DIV.head {
	border-bottom: solid 2px #a4a465;
}
DIV.cal B {
	font: bold italic 26px garamond;	
	margin: 0px;
}
DIV.cal I {
	width: 300px;
	font: normal 20px arial;
	margin: 5px;
}
DIV.cal P {
	padding-left: 50px;
}
DIV.cal DIV.head IMG {
	margin-bottom: -5px;
}
DIV.cal_years {
	text-align: right;
	font-size: 26px;
	margin: 10px;
}
DIV.cal_years A {
	color: brown;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
}
DIV.cal_years A:Hover {
	text-decoration: underline;
}

TABLE.page TD.credits {
	vertical-align: bottom;
	text-align: center;
}
TABLE.page TD.credits IMG {
	border: none;
}

DIV.music {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: silver;
	background: white;	
}
DIV.music A {
	text-decoration: none;
	color: silver;
	font-weight: bold;
}
DIV.music A:Hover {
	text-decoration: underline;
}

IMG.foto {
	border: double 3px black;
	margin: 20px;
}

BR.spc {
  line-height: 8px;
}

DIV.small_button {
   margin-top: 20px;
   background: url("img/bg_button_small.gif") transparent no-repeat center center;
   font-weight: bold;
}
DIV.small_button A {
   color: black;
   text-decoration: none;
}

A.kill {
	color: red;
	font-family: arial;
	text-decoration: none;
}


