	a, body, form, img
	{
		border:			0px;
		margin:			0px;
		padding:		0px;
	}
	
	a, a:visited, #left a
	{
		background:		inherit;
		color:			#000000;
		text-decoration:	underline;
	}
	body
	{
		background:		#ffffff url("images/layout_01.jpg") repeat-x;
		color:			#000000;
		font-family:		Tahoma, sans-serif;
		font-size:		11px;
	}
	p
	{
		margin:			11px 0px;
	}
	#footerpad a, a:visited
	{
		background:		inherit;
		color:			#777777;
		text-decoration:	none;
	}
	#footerpad a:hover
	{
		background:		inherit;
		color:			#333333;
		text-decoration:	underline;
	}
	#menucenter div
	{
		cursor:			pointer;
		float:			left;
		margin:			0px 5px;
		padding:		10px 0px 0px;
		text-align:		center;
	}
	
	
	.hover1
	{
		height:			30px;
		width:			52px;
	}
	.hover1:hover
	{
		background:		url("images/hover_01.jpg") no-repeat;
	}
	.hover2
	{
		height:			30px;
		width:			92px;
	}
	.hover2:hover
	{
		background:		url("images/hover_02.jpg") no-repeat;
	}
	.hover3
	{
		height:			30px;
		width:			111px;
	}
	.hover3:hover
	{
		background:		url("images/hover_03.jpg") no-repeat;
	}
	.hover4
	{
		height:			30px;
		width:			66px;
	}
	.hover4:hover
	{
		background:		url("images/hover_04.jpg") no-repeat;
	}
	
	
	#banner
	{
		background:		url("images/banner.jpg") no-repeat;
		height:			100px;
		width:			790px;
	}
	#footer
	{
		background:		url("images/layout_19.jpg") no-repeat;
		height:			30px;
		width:			690px;
	}
	#footerpad
	{
		padding-top:		8px;
		text-align:		center;
	}
	#innerwrap
	{
		margin:			15px auto 0;
		width:			690px;
	}
	#left
	{
		float:			left;
		width:			522px;
	}
	#leftbanner
	{
		background:		url("images/layout_08.jpg") no-repeat;
		height:			66px;
		width:			522px;
	}
	#menu
	{
		font-family:		sans-serif;
		font-size:		13px;
		font-weight:		bold;
		height:			30px;
		overflow:		hidden;
		padding:		0px 60px;
	}
	#menucenter
	{
		margin:			0 auto;
		width:			400px;
	}
	#right
	{
		float:			right;
		width:			168px;
	}
	#wrap
	{
		margin:			0 auto;
		width:			790px;
	}
