
html,body{
height:100%;
margin:0px;
padding:0px;
background-color: #f9e2a3;
	color: #252525;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.head{
	background-image: url(images/head.gif);
	height: 225px;
}
.board{
	background-image: url(images/board.jpg);
	height: 73px;
}
.foot_board{
background-image: url(images/foot_board.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 136px;
}

a.menu {
	display: block;
	text-decoration: none;
	font-size: 80%;
	padding-left: 45px;
	line-height: 150%;
}
a.menu:hover {
	padding-left: 50px;
	color: #014f99;
}
.lang{
	background-image: url(images/lang.gif);
	background-repeat: no-repeat;
	height: 37px;
	background-position: right;
	padding-right: 20px;
	color: White;
}
.lang a {
	color: White;
}
.content{
	padding: 20px 20px 0 20px;
	background-image: url(images/5.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
a {
	color: #464646;
}
#date {
	FLOAT: left;  WIDTH: 130px; HEIGHT: 80px;color: #9a764c;
}
#my{
	float: right;
}
#month {
	FONT-WEIGHT: bold;  padding-top: 5px;FONT-SIZE: 12px; color: #9a764c;
}
#year {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; color: #9a764c;
}

#day {
	FONT-WEIGHT: bold; FONT-SIZE: 42px;MARGIN-RIGHT: 4px; LETTER-SPACING: -2px; color: #9a764c;
}
h1{
	font-size: medium;
	color: #6b4b2a;
}
p{
	font-size: 80%;
}


.link{
	color: #f9e2a3;
	background-color: #9a764c;
	text-decoration: none;
	padding: 2px;
	font-size: 70%;
	font-weight: bold;
}
hr{
color:#9a764c;
height:1px;
border-style:dotted;
clear: both;
}
table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellspadding="0" */	
} 
table.stuff{
border-collapse:separate;
width: 100%; 
}

table.stuff td{
padding:5px 10px;
border:1px solid #9a764c;
font-size: 80%;
}
table.stuff td img{
	text-align: center;
	border:4px solid #9a764c;
}
table.stuff th{
padding:5px 10px;
border:1px solid #9a764c;
background-color: #9a764c;
font-size: 12px;
color: #f9e2a3;
}
table.gallery td img{
border:4px solid #9a764c;
}