body
{
	
	text-align: center;
	background: #ffffff url('images/background.png') repeat-y top center;
	
}

a:link
{

	color: black;
	
}

a:visited
{

	color: black;

}

a:hover
{

	color: blue;
	
}

.page
{
	
	position: relative;
	top: 0px;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	color: black;

}

.header_top
{
	
	position: absolute;
	top: 0px;
	height: 110px;
	width: 1000px;
	
}

.side_link
{
	
	position: absolute;
	top: 140px;
	left: 0px;
	width: 200px;
	margin: 0px auto;
	text-align: center;
		
}

.main_body
{
	
	position: absolute;
	top: 140px;
	left: 200px;
	width: 800px;
	text-align: left;
	
}

.thumbs_container
{

	width: 600px;
	height: 120px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	
}

.thumbs
{
	
	overflow: auto;
	height: 120px;
	
}

table.ajtable
{

	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;

}

table.ajtable th
{
	
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	font-size: 20px;
	color: #0000FF;
	text-align: center;
	
}

table.ajtable td
{

	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: black;
	
}