/* CSS Document */
	
#container {
	margin: 0 auto;
	padding: 0;
	}

.border {
	height: 15px;
	background: url('images/narrowborder.jpg') no-repeat;
}

#picture {
	height: 193px;
	background: url('images/narrowheader.jpg') no-repeat;
}


#nav a {
	display: block;
	width: 200px;
	height: 24px;
	color: #09ccf6;
	font-size: 12px;
	margin: 2px auto;
	padding-top: 11px;
	text-decoration: none;
	text-align: center;
	background:  #003471 no-repeat;
}

#content {
	padding: 24px 40px;
	}
	
#footer {
	height: 30px;
}

.footer {
	margin-left: 40px;
	font-size: 10px;
	color: #505050;
}

.border2, .border3, .border4 {
	display: block;
	margin: 4px auto;
	width: 90%;
	height: 3px;
	background: #777;
}

.border2 {
	margin-top: 12px;
}

.samples {
	display: block;
	margin: 5px auto;
}