@charset "UTF-8";
/* CSS Document */

body {
	background-color:#FFFFCC;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}
		
#archive_container{
	width: 537px;
}

#archive_container #intro_div{
	padding-left: 8px;
	padding-right: 12px;
}

#archive_container #widget_div {
	width: 537px;
	height: 480px;
	background-color: #000000;
	margin-top: 1px;
	background-image: url(../_images/shadow.gif);
	background-repeat: repeat-x;
	background-position: 0px 400px;
}

	#widget_div #widgetContent {
		position: absolute;
		width: 537px;
		height: 480px;
		margin: 0px;
		padding: 0px;
	}

	#widgetContent #theWidget {
		position: absolute;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
	}	

	#widgetContent .embed {
		position: absolute;
		left: 450px;
		top: 435px;
		cursor: pointer;
	}
	
	#widgetContent #reflection {
		position: absolute;
	}


#archive_container #pick_div {
	width: 537px;
	height: 250px;
	background-color: #999966;
	margin-top: 1px;
}

	#pick_div #samples {
		padding-top: 2px;
		padding-left: 15px;
	}
	
		#samples img {
			margin-right: 20px;
		}
		

	#pick_div #col1 {
		width: 90px;
		left: 40px;
		position: absolute;
	}
	
	#pick_div #col2 {
		width: 90px;
		left: 205px;
		position: absolute;
	}
	
	#pick_div #col3 {
		width: 90px;
		left: 385px;
		position: absolute;
	}
		
		.btn {
			width: 90px;
			height: 20px;
			border: 1px solid #73734c;
			margin-bottom: 5px;
			padding: 0px;
			overflow: hidden;
			cursor: pointer;
		}
		
		.btn img {
			margin-top: 0px;
		}
		
		.over img {
			margin-top: -20px;
			overflow: hidden;
		}
				
#archive_container #embed_div{
	width: 537px;
	height: 260px;
	background-color: #999966;
	margin-top: 1px;
}

	#embed_div #dashboard {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
	}
