*
{
	font-family: "Aerial", "Verdana", serif;
	font-size: 15px;
}

div.box
{
	display: block;
	border: 0px solid;
	
	width:	900px;
	height:	auto;
		
	margin-left: auto;
	margin-right: auto;
}

div.content_box
{
	display: block;
	
	position: 	absolute;	
	top:		46px;
	//top:		45px;
	
	width:	100%;
	height:	auto;	
	z-index: 5;
}

div.menu_box
{
	display: inline-block;
	border: 0px solid;
	
	margin-left:	30px;
	
	width:	100%;
	height:	auto;
}

div.menu_item
{
	display:inline-block;
	border: 0px solid;

	float:		left;		
	position:	relative;
	left:		0px;
		
	height:	100px;
	width:	80px;
	z-index: 20;
	background-repeat: no-repeat;

	color: black;
}

div.header
{
	display: block;
	
	/*width:	892px;
	height:	233px;	*/
	
	left:  -1px;
	top: 	3px;
	position: relative;
	
	width:	892px;
	height:	222px;
	
	behavior: url('iepngfix.htc');
	background-repeat: no-repeat;
	background-color:	transparent;
}

div.body
{
	display: inline-block;
	
	float:	left;
	width:	851px;
	height:	850px;
	
	margin-left:	-35px;
  //padding-left: 39px;
	
	background-image: url('images/layout/body.png');
	background-repeat: repeat-y;

	/*//background-image: url('images/layout/body.gif');*/
}

div.body_ie6
{
	display: inline-block;
	
	float:	left;
	width:	851px;
	height:	auto;
	
	margin-left:	-35px;
  //padding-left: 39px;
	
	background-image: url('images/layout/body.gif');
	background-repeat: repeat-y;
}

div.footer
{
	display: block;
	clear:both;
	width:	818px;
	height:	100px;
	
	margin-left:	-15px;
	
	behavior: url('iepngfix.htc');
	background-image: url('images/layout/footer.png');
	background-repeat: no-repeat;

}

div.column_margin
{
	display: block;
	
	height:	 20px;
}

img
{
	border: 0px solid;
	
	margin: 1px;
}

div.left_column
{
	display: inline-block;
	
	width:	 200px;
	height:  700px;
	//height:	790px;
	
	float:	left;
	margin-left:	55px;
  //margin-left:	20px;

	padding:	10px;
}

div.right_column
{
	display: inline-block;
	border:	 0px solid;
	
	float:			left;
	width:			500px;
	margin-left:	20px;	
  padding-right:  10px;
}

.bullets 
{
	list-style-image: url(images/star.png);
	line-height: 1.5em;
}

.png
{
  behavior: url('iepngfix.htc');
}

span.GalleryItem
{
	display:inline-block;
	
	border:0px solid;
	padding:10px;
	margin:10px;
	
	width: 200px;
	
	text-align: center;
}

span.GalleryPanaromaItem
{
	display:inline-block;
	
	border:0px solid;
	padding:10px;
	margin:10px;
	
	width: 440px;
	
	text-align: center;
}