body{
	background: Black url(../images/bk.jpg) repeat-y center;
	text-align: center;
	margin:0 auto;
}
a{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #000;
}
a:hover {
	border-bottom:1px solid #f00;
}
#main{
	margin: 0px auto -1px auto;
	width: 822px;
	height:800;
	color:#ddd;
	background: url(../images/back.jpg) no-repeat;
	text-align:left;
	font-family: Trebuchet Ms, Tahoma;
}
ul{
	list-style: circle;
}
#address
{
	padding-right: 35px;
	padding-top: 50px;
	text-align:right;
	font-size: 12px;
}
#menu
{
	padding-right: 35px;
	padding-top: 35px;
	text-align:right;
	font-size: 12px;
}
#txt{
	margin: 40px;
	padding-top:60px;
	font-size: 13px;
}
#pics{
	float: right;
	width: 270px;
	border-left: 1px dotted #333;
}
img.thumb{
	margin: 4px;
	border: 1px solid #ccc;
}
#bottom
{
	text-align: center;
}
#copy
{
	font-size: 12px;
	color:#aaa;
	text-align:right;
}
input.b{
	color: #333; 
	margin: 3px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
	vertical-align: middle;
	border: solid 1px #999;
	color: #444;
	background-color: #F8F8F8;

}