﻿
#header {
	text-align:center;
}
#header{
	border-left: 3px solid #999999;
	border-right: 3px solid #cccccc;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #cccccc;
	background-image:url('images/black.gif');
}

.table-header{
	height:30px;
	background-color:black;
	
}
.table-header h3{
	font-family:Arial;
	font-size:large;
	font-style:italic;
	text-align:center;
	color: white;
	margin:0px;
	padding:4px;
}
.pictures{
	background-image:url('images/black.gif');
	text-align:center;
	width:600px;
	border-spacing:2px;
	text-align:center;
	float:right;
}
.pictures td{
	border-color: #cccccc #666666 #333333 #cccccc;
	border-style: solid;
	border-width: 4px;
	border-top: 3px #cccccc solid;
	border-left: 3px #cccccc solid;
}


#page_content {
	margin-left:185px;
	width: 610px;
}
