/* GALLERY CSS Document */

/* This CSS file is used to control gallery layout styles. */

/** HEX color reference **

main background color:      #1d1f22
left nav background:        #2f353c
light blue "tech corners":  #829eb6
tech corner edges:          #9fc8d2
main console background:    #395167
page title background:      #233548
gunmetal:                   #6d757f
gunmetal light:             #bbcbdc

**/

#container {
	position: relative;
	top: 0;
	left: 30px;
	width: 520px;
	height: 413px;
	background-image: none;
}

/*#content {
	float: left;
	left: -10px;
	top: 5px;
	color: white;
	position: relative;
	font: normal 11px verdana;
	width: 546px;
	height: 413px;
/* hide from ie5mac\/
	width: 546px;
	height: 403px;
/* end hide /
	padding: 10px;
	padding-right: 0px;
	padding-left:0;
	overflow: auto;
	scrollbar-shadow-color: #1d1f22;
	scrollbar-highlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #9ec6d0;
}*/

#content.gallery a {
	color: #9fc8d2;
	text-decoration: none;
}

#content.gallery a:hover {
	text-decoration: underline;
}

#content.gallery img a:hover {
	border-bottom: 0;
}



