html {
	overflow-x:							hidden;
}


body {
	background-color:					#FFFFFF;
	color:								#000000;
	font-family: "Times New Roman", Times, serif;
	font-size:							12px;
}

a img {
	border:								0;
}
.clear {
	clear:								both;
}

#HeaderDetails {margin-bottom:   					 0px;  
	margin-top: 0px;
	padding: 0;
		width:								1000px;
	
	word-spacing: 10px;

					
					
}


#Header {
	margin-bottom:   					 0px;  
	margin-top: 20px;
	
	width:								1000px;
	background-color:					#FFFFFF;
	padding:							0 0 10px 0;
	font-size: 12px;
	border-bottom:						  #999999;
	border-bottom-style:						double;
	word-spacing: 10px;
}
#Header a:link { color:#333333;

	
}
#Header a:hover {
	color:#FFCCCC;
	
}

#Header a:visited {  color:#333333;}



#Content {
	padding: 20px;
	background-color: #FFFFFF;
	
	}
#Container {
	margin:								0 auto 0 auto;
	width:								940px;
	background-color: 					#FFFFFF;
	
	
	
}

#Constraint
{
	position:							absolute;
	top:								0;
	bottom:								0;
}

#Thumbs {
	float:								left;
	width:								350px;
	margin-top:							20px;
}
#Thumbs ul,  #Thumbs ul li {
	list-style-type:					none;
	margin:								0;
	padding:							0;
}
#Thumbs ul li {
	padding:							0 10px 10px 0;
	float:								left;
}
#Thumbs a {
	display:							block;
	width:								50px;
	height:								50px;
	overflow:							hidden;
	position:							relative;
}
#Thumbs a img {
	position:							absolute;
	top:								0;
	left:								0;
}
#Thumbs a:hover img {
	top:								-50px;
	bottom:								0;
}
#Large {
	border-left:						solid 1px #999999;
	float:								left;
	margin:								 0 0 0 10px;
	padding:							 0 0 0 20px;
	height: 500px;
}
#Large img {
	width: inherit;
}




#ImageLeft,
#ImageRight
{
	position:							absolute;
	top:								0;
	bottom:								0;
	width:								100px;
	
	
	
	background-color:					#FFFFFF;
}

#ImageLeft
{
	left:								-300px;
	background-image:					url(img/leftbar.jpg);
}

#ImageRight
{
	position:							absolute;
	left:								1140px;
	
	background-color:					#FFFFFF;
	background-image:					url(img/rightbar.jpg);
}

#Header a:active { text-decoration:line-through;}

#about { width: 500px;}

#about a {color:#000000;}

#about a:hover {color:#666666;}