*{
	padding: 0;
	margin: 0;
}
body{
	background: #3b3b3b;
}
table.main{
	border: 1px solid #c9c9c9;
	background: #5c5c5c;
	width: 798px;
	height: 100%;
}
td.head{
	background: url(img/head.jpg) no-repeat;
	width: 798px;
	height: 131px;
	border-bottom:  1px solid #c9c9c9;
}
td.menu{
	background: url(img/menu.png) repeat-x;
	height: 24px;
	border-bottom:  1px solid #c9c9c9;
}
table#menu td{
	color: White;
	font-family: Tahoma;
	font-size: 14px;
	width: 25%;
	text-align: center;
}
table#menu td a{
	color: White;
	text-decoration: none;
}
table#menu td a:hover{
	color: White;
	text-decoration: underline;
}
td.h1{
	height: 105px;
	text-align: center;
}
td.body{
	text-align: center;
	vertical-align: top;
	height: 427px;
}
td.pic1{
	padding-right: 20px;
}
td.pic2{
	padding-left: 20px;
}
img.pic{
	border: 5px solid #a4a4a4;
}
td.note{
	color: White;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: top;
	padding-top: 15px;
}
td.note a{
	color: White;
	text-decoration: none;
}
td.note a:hover{
	color: White;
	text-decoration: underline;
}
td.note1{
	color: White;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 25px;
}



div.footer{
	background: #3b3b3b;
	color: #777777;
	font-family: Tahoma;
	font-size: 12px;
	width: 452px;
	height: 72px;
	border: 1px solid #a4a4a4;
	padding-top: 9px;
	border-bottom: none;
}
div.footer div{
	padding-left: 127px;
	text-align: left;
}
div.footer div span{
	color: #a47a7a;
}
div.footer div a{
	color: #6e8eb1;
	text-decoration: none;
}
div.footer div a:hover{
	color: #6e8eb1;
	text-decoration: underline;
}
