/*Note: Throughout this CSS, double slashes (//) are used to give formatting tweaks for Internet Explorer, as IE 
doesn't ignore that type of commenting, but other browsers do.*/

body{
	background:#4c4c4c;
	background-repeat: repeat;
	font:normal 12px Tahoma;
	text-align:center;
	padding:0px; margin:0px;
	line-height:1.5em;
}

a img{
	border:none;
}

#container {
  width:880px;
  margin:auto;
}

#header{
	height:90px;
	width:730px;
	float:left;
	margin:20px 0 0 0px;
}


.menu{
  width:160px;
  float:left;
// margin-left:40px;
}

.menu ul{
	display:block;
	width:80px;
	float:left;
	margin:40px 0 0 0;
}

.menu li{
	list-style-type:none;
	margin:1px 0 0 1px;
	width:155px;
	height:50px;
}

*html .menu li{
	margin:-2px 0 0 1px;
}

.left-spacer{
	background:#4c4c4c;
	float:left;
}

#site-text{
	color:#d4b425;
	width:500px;
	background:#4c4c4c;
	float:left;
	padding:10px;
	text-align:left;
	margin:0 0 0 40px;
//	margin: 0 0 0 0;
}

#site-text a{
	color:#e07618;
}

#site-text a:hover;{
	color:#ff8;
}

#site-text a:visited;{
	color:#fff;
}

#site-text h3{
	color:#f76f01;
}

#full-image{
	width:500px;
	margin:0 0 0 40px;
//	margin:0 10px 0 0px;
	float:left;
}

#galleries{
	margin:10px 0px 0px 80px;
//  margin:0 0 0 0;
//	padding:10px 0 0 0;
	display:inline;
	float:left;
	color:#fff;
}

#galleries img{
	margin:0px;
	border:none;
	padding:1px 0px 1px 0px;
	cursor:pointer;
}

#galleries a:hover{
	background:#fff;
}