
/* for lightbox */

#imageData .bullet
{
	font-size: 1.6em;
	color: #cecece;
	padding:0 2px 0 2px;
}

#imageData a
{
	text-decoration: none;
}

#imageData .bullet_selected
{
	font-size: 1.6em;
	color: #000;
	padding:0 2px 0 2px;
}


body 
{
	background-color: #c7c7c3;
	margin: 0; 
	padding: 0;
}

#wrapper 
{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content 
{
	text-align: center;
	margin-left: -340px;
	position: absolute;
	top: -270px;
	left: 50%;
	width: 680px;
	height: 540px;
	visibility: visible;
}

#header 
{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: #7e7e7e;
	font: 14px/1.7em "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
}

#logo 
{
	float: right;
	width: auto;
	padding-right: 20px;
}

#menu 
{
	padding-right: 25px;
}

#menu a 
{
	color: #7e7e7e;
	text-decoration: none;
}

#menu a:hover 
{
	color: #983620;
}

#menu .moption 
{
	float: left;
	width: auto;
	padding: 14px 0 0 12px;
	margin: 0;
}
