body{
	background: url("../img/bg.png");
	margin-left: 0px;
	margin-top: 0px;
	font-family: tahoma;
	font-size: 11px;
}
img{
	border:0px;
}
#wrapper{
	width: 730px;
}
#left{
	float:left;
	display:inline;
}

#left #topPic{
	background: url("../img/top.jpg") no-repeat;
	height:230px;
	width:196px;
}
#left #menu {
	margin-left:-20px;
}
#left #menu ul{
	font-size:12px;
	font-weight:bold;
	list-style:none;
}
#left #menu ul li{
	padding-top:2px;
	padding-bottom:2px;
}
#left #menu ul a{
	text-decoration:none;
	color: #663300;
}
#left #address {
	padding-left: 20px;
	color: #999;
}
#right{
	float:right;
}
#right #logo{
	padding-top: 45px;
	text-align: left;
}
#right #content{
}
#right #content #header{
	font-size:12px;
	font-weight:bold;
	padding-top: 65px;
}
#right #content #text{
	padding-top: 25px;
	padding-right: 15px;
	width:275px;
	float:left;
}
#right #content #text a{
	font-size:14px;
	font-weight:bold;
}
#right #content #pictures{
	padding-top: 25px;
}
#right #content #collection{
	padding-top: 25px;
}
#right #content #collection img{
	padding: 5px;
}