/* CSS Document */
	
#container {
	margin: 50px auto;
	padding: 0;
	width: 1000px;
	}

.border {
	width: 16px;
	min-height: 600px;
	float: left;
	background: url('images/border1.png') repeat-y;
}

#picture {
	width: 295px;
	min-height: 600px;
	float: left;
	background: url('images/picture.png') no-repeat;
}

#main {
	width: 657px;
	float: left;
}

#header {
	width: 657px;
	height: 98px;
	float: left;
}

#nav {
	width: 657px;
	height: 26px;
	float: left;
}

#nav a {
	display: inline-block;
	width: 104px;
	height: 20px;
	color: #09ccf6;
	font-size: 11px;
	margin: 0 3px;
	padding-top: 6px;
	text-decoration: none;
	text-align: center;
	background: url('images/button.png') no-repeat;
}

#nav a.first {
	margin-left: 48px;
}

#content {
	padding: 24px 90px;
	width: 482px;
	float: left;
	min-height: 416px;
	}
	
#footer {
	width: 657px;
}

.border2, .border3 {
	width: 614px;
	height: 8px;
	margin: 16px 21px 12px 21px;
	float: left;
	background: url('images/border2.png') no-repeat;
}

.border4 {
	width: 614px;
	height: 8px;
	margin: 0 0 2px 21px;
	float: left;
	background: url('images/border2.png') no-repeat;
}

#footer {
	height: 98px;
	float: left;
}

.samples {
	margin-right: 8px;
}