* {
margin:0; padding:0;
}
img {border:0;}
body, div, td, input , a{
	font: normal 14px Tahoma, Arial;
}

body {
background: #e4c18c url(fon/main-bg.png) repeat-x;
}
h1 { font-size:22px; }
h2 { font-size:16px; }
#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
	background: url(fon/mbg.jpg) no-repeat;
	height:100%;
	min-height:700px;
	border-left:1px solid #b47c2a;
	border-right:1px solid #b47c2a;
}

#header {
	height:220px;
}

#main-page {
text-align:center;
}
#main-page table {
margin:0 auto;
}

#main-page table td{ 
	width: 206px;
	padding:10px 10px 0;
	background: url(images/shadow.png) top center no-repeat;
	vertical-align:top;
}
#main-page table td:hover{ background: url(images/glow.png) top center no-repeat; }

#main-page table td img{
	margin:0 0 2px;
}

#main-page a {
	text-decoration:none;
	font: bold 11px Tahoma;
	color: #432d00;
}
#main-page a:hover{
	text-decoration:none;
	color: #fdfda0;
}

#content {
padding:40px;
}


#footer {
clear:both;
padding:30px 10px 20px;
text-align:center;
font: normal 12px "Courier New";
color: #403000;
}