body {
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
.clear {
	clear:both;
}

h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#page {
	width:980px;
	text-align:left;
	margin:0px;
	margin-top:16px
}
#venueDetails, #wishList, #profile, #message, #wall,  #ownerArea, #game {
	border:1px solid #000000;
	margin-bottom:10px;
	padding:5px;
	background:#ffffff;
}

#ownerTabs a {
		background:#ffffff;
	padding:3px;
	border:1px solid #000000;
	color:#000000;
	text-align:center;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
}
#wishList {
	overflow-y:scroll;
	
	height:290px;
}
#wishList .product {
	
	width:200px;
	padding-bottom:5px;
	padding-top:5px;
	float:left;
	
}
#wishList .product h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#wishList .product 	img {
	border:0px;
}
#wishList .product 	.image {
	float:left;
	width:140px;
	height:110px;
}
#wishList .product 	.details {
	float:left;
	width:190px;
	padding:5px;
}

#wishList .product 	.options {
	clear:both;
	width:140px;
}
#adminPanel {
	display:none;
	position:absolute;
	width:500px;
	text-align:left;
	background:#efefef;
	padding:10px;
	border:10px solid #888888;
	z-index:100;
}
.stylePanel {
	display:none;
	position:absolute;
	width:500px;
	text-align:left;
	background:#efefef;
	padding:10px;
	border:10px solid #888888;
	z-index:100;
}
.leftColumn {
	float:left;
	width:300px;

}
.rightColumn {
	float:right;
	width:645px;

}
#wall {
	background: url('/images/party_page_messagebox.jpg') top center;
}
#wall 	.item {
			clear:both;
			margin-top:5px;
			border:1px solid #000000;
		}
#wall 	.item 	.details{
			clear:both;
			padding:3px;
			background:#efefef;
			border-bottom:1px solid #000000;
			height:14px;
		}
#wall 	.item 	.details 	.name{
							width:49%;
							float:left;
						}	
#wall 	.item 	.details 	.date{
							width:49%;
							float:right;
							text-align:right
						}													
#wall 	.item 	.message{
			clear:both;
			padding:5px;
			background:#ffffff;
		}	
#venueDetails h1 {
	font-size:14px;
}	
#venueDetails div.images img.main {
	width:252px;
	border:1px solid #000000;
	margin:2px;
}
#venueDetails div.images img.sm {
	width:80px;
	border:1px solid #000000;
	margin:2px;
}