body 

{
	margin:				10px;
	background-color:		gray;
	overflow:			scroll;
	min-width:			760px;
	max-width:			1200;
	max-height:			1280
	bottom:			1280
}

#mainTitleContainer
{
	/* Location and Size	*/
	position:			absolute;
	left:				170px;
	right:				170px;
	top:				0px;
	height:			25px;
	width:				920px;	
	
	/* Display info	*/
	margin:			1px;
	border: 			1px solid;
	padding:			0px;
	color:				green;
	background-color:		white;
	min-width:			760px;
	max-width:			1200;
	
}


#main 
{
	/* Location and Size	*/
	position:			absolute;
	right:				260px;
	left:				260px;
	top:				26px;
	bottom:			0px; 
	width:				738px;

	/* Display info	*/
	margin:			1px;
	border: 			1px solid;
	padding:			1px;
	color:				green;
	background-color:		white;
	text-align:			left;
	font-size:			8pt;
	
}

#picturebox 
{
	/* Location and Size	*/
	position:			absolute;
	right:				270px;
	left:				270px;
	top:				675px;
	height:			115px;
	width:				718px;

	/* Display info	*/
	margin:			1px;
	border: 			1px dotted;
	padding:			1px;
	color:				green;
	background-color:		white;
	text-align:			center;
	font-size:			8pt;
	
}

#historybox 
{
	/* Location and Size	*/
	position:			absolute;
	right:				270px;
	left:				270px;
	top:				550px;
	height:			115px;
	width:				718px;

	/* Display info	*/
	margin:			1px;
	border: 			0px;
	padding:			1px;
	color:				green;
	background-color:		white;
	text-align:			left;
	font-size:			8pt;
	
}


#navigation 
{
	/* Location and Size	*/
	position:			absolute;
	right:				170px;
	left:				1000px;
	top:				26px;
	bottom:			800px;	 
	width:				80px;
	height:			150px;

	/* Display info	*/
	margin:			1px;
	border: 			1px solid;
	padding:			5px;
	color:				green;
	background-color:		white;
	text-align:			left;
	font-size:			8pt;
}

#adsleft 
{
	/* Location and Size	*/
	position:			absolute;
	right:				1000px;
	left:				170px;
	top:				26px;
	bottom:			0px;	 
	width:				70px;

	/* Display info	*/
	margin:			1px;
	border: 			1px solid;
	padding:			10px;
	color:				green;
	background-color:		white;
	text-align:			center;
}

#adsright
{
	/* Location and Size	*/
	position:			absolute;
	right:				170px;
	left:				1000px;
	top:				182px;
	bottom:			0px;	 
	width:				70px;

	/* Display info	*/
	margin:			1px;
	border: 			1px solid;
	padding:			10px;
	color:				green;
	background-color:		white;
	text-align:			center;
}

div.img
  {
  	margin:			1px;
  	border:			0px solid green;
  	height:			auto;
  	width:				auto;
  	float:				left;
  	text-align:			center;
  }

div.img img
  {
  	display:			inline;
  	margin:			1px;
  	border:			1px solid green;
  }

div.img a:hover img
  {
  	border:			1px solid red;
  }

div.desc
  {
  	text-align:			center;
  	font-size:			8pt;
  	width:				120px;
  	margin:			1px;
  }
