	a, body, div, form, img, input, table, tr, td
	{
		border:			0px;
		margin:			0px;
		padding:		0px;
	}
	
	a, a:visited
	{
		background:		inherit;
		color:			#000000;
	}
	body
	{
		background:		url("images/background.png");
		font-family:		sans-serif;
		font-size:		12px;
	}
	td a
	{
		text-decoration:	none;
	}
	table, td, tr
	{
		height:			46px;
		vertical-align:		bottom;
	}
	.menu:hover .menupad
	{
		padding-bottom:		7px;
	}
	#footer a, #footer a:visited
	{
		background:		inherit;
		color:			#ffffff;
		text-decoration:	none;
	}

	.hcontent
	{
		background:		url("images/h.jpg") repeat-x;
		float:			left;
		font-size:		20px;
		font-weight:		bold;
		height:			27px;
		
	}
	.hcontentpad
	{
		padding-top:		2px;
	}
	.hleft
	{
		background:		url("images/hleft.jpg") no-repeat;
		float:			left;
		height:			27px;
		width:			7px;
	}
	.hright
	{
		background:		url("images/hright.jpg") no-repeat;
		float:			left;
		height:			27px;
		width:			6px;
	}
	.menu
	{
		background:		url("images/menu.jpg") repeat-x;
		border:			1px solid #D8D8D8;
		float:			left;
		font-family:		georgia, serif;
		font-size:		11px;
		height:			17px;
		margin:			2px;
		padding:		0px 7px;
		vertical-align:		text-bottom;
	}
	.menu:hover
	{
		background:		url("images/hover.jpg") repeat-x;
		background-color:	inherit;
		border:			1px solid #FF060A;
		color:			#ffffff;
		cursor:			pointer;
		font-size:		11px;
		font-weight:		bold;
		height:			22px;
		padding:		0px 4px;
	}
	.menupad
	{
		padding-bottom:		2px;
	}
	.menupad:hover
	{
		padding-top:		3px;
	}
	.size1
	{
		width:			55px;
	}
	.size2
	{
		width:			74px;
	}
	.size3
	{
		width:			110px;
	}
	.size4
	{
		width:			60px;
	}

	#bgtop
	{
		background:		url("images/bgtop.png");
		height:			133px;
		width:			100%;
	}
	#content
	{
		background:		#ffffff;
		color:			inherit;
		width:			761px;
	}
	#contentpad
	{
		padding:		5px 20px;
	}
	#footer
	{
		background:		url("images/footer.jpg") no-repeat #606060;
		color:			#d0d0d0;
		height:			27px;
		text-align:		center;
		width:			761px;
	}
	#footerpad
	{
		padding-top:		5px;
	}
	#header
	{
		background:		url("images/header.png") no-repeat;
		height:			87px;
		width:			761px;
	}
	#left
	{
		float:			left;
		width:			452px;
	}
	#menuwrap
	{
		height:			46px;
		width:			761px;
	}
	#right
	{
		float:			right;
		width:			269px;
	}
	#wrap
	{
		left:			50%;
		margin-left:		-380.5px;
		position:		absolute;
		top:			0px;
		width:			761px;
		z-index:		1;
	}
