@charset "UTF-8";

* {margin: 0px; padding: 0px;}

body {
	background: #fff;
}

h2 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 20px;
}

#container {
	position: relative;
	width: 990px;
}

#sidebar {
	background: url(images/sidebar.gif) no-repeat left top;
	height: 650px;
	width: 186px;
}

#logo {
	height: 100px;
	width: 153px;
	position: absolute;
	left: 15px;
	top: 15px;
}

#facebook {
	height: 30px;
	width: 85px;
	position: absolute;
	left: 45px;
	top: 578px;
}

#mainNav {
	height: 151px;
	width: 186px;
	position: absolute;
	left: 28px;
	top: 130px;
}

#mainContent {
	width: 791px;
	position: absolute;
	top: 126px;
	left: 200px;
}

#collectionsPanel {
	width: 930px;
	height: 650px;
	position: absolute;
	top: 0px;
	left: 186px;
}

#copy {
	background: #000000;
	width: 761px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px 15px;
}

#copy p {
	margin-top: 10px;
	margin-bottom: 20px;
}


#mainNav ul {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style-type: none;
}

#drop {
	width: 18px;
	height: 650px;
	position: absolute;
	top: 0px;
	left: 186px;
	z-index: 1001;
}
.image-holder{
	width: 930px;
	height: 650px;
	background: url(images/loading.gif) 50% 50% no-repeat;
}	

