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

#container{
	width:700px;
	margin:20px auto;
}
a img{
	border:none;
}

#header{
	height:90px;
	background:#cacaca;

}

#logo{
	width:525px;
	height:60px;
	font:Bold 14px "Trebuchet MS", Verdana;
	float:left;
	display:inline;
	text-align:left;
	color:white;
	background:transparent url('img/logo.png') no-repeat;
	margin:20px 0px 0px 20px;

}

#logo h1{

}

#content{
	text-align:left;
	border:solid 1px #e1e1e1;
	padding:0px;
	width:698px;
	

}

#content div.padder {
	padding:20px;
}

#content h2{
background:#f4f4ff;
padding:10px 0px 10px 10px;
}




#imgs canvas{
	margin:0px;
	padding:0px;
	height:77px;
	width:77px;
}


#imgs{
	line-height:0em;
	width:600px;
	background:#000;
	height:440px;
	overflow:hidden;
	position:relative;
}

#imgs img{
	margin:0px;
	border:solid 1px #acacac;
	padding:0px;
	cursor:pointer;

}


.gallery-item{
	height:152px;
	width:77px;
	float:left;
	display:inline;
	margin:10px 0px 0px 10px;

}


#img-holder{
	width:800px;
	float:left;
	height:162px;
	margin:150px 0px 0px 0px;
	display:inline;
	position:absolute;
}

#gallery-pop-window{
	
	position:absolute;
	z-index:100;
	top:15px;
	left:48px;
	width:500px;
	height:405px;
	border:solid 1px #cacaca;
	background:#f1f1f1;

}

#gallery-pop-window div#pop-img{
		
	height:375px;
	width:500px;
	background:#313131;
	float:left;
	display:inline;
	margin:0px;
	overflow:hidden;
}

#gallery-pop-window div#ctrl-bar{
	float:left;
	height:30px;
	width:500px;
	display:inline;
	margin:0px 0px 0px 0px;
}

#gallery-pop-window div#ctrl-bar  a#pop-close{

	width:60px;
	height:20px;
	float:right;
	display:inline;
	line-height:0px;
	margin:0px 10px 0px 0px;
	padding:10px 0px 0px 0px;
} 