body
{
	margin: 0;
	padding: 0;
	background: #d6cabc url("images/body_bg.gif") repeat-x;
	font: 12px "Trebuchet MS", Arial, Tahoma, sans-serif;
	text-align: center;
	color: #747373;
}
a
{
	outline: none;
	text-decoration: none;
	color: #d22831;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0;
}
form, table
{
	margin: 0;
	padding: 0;
}
p
{
	margin: 0 0 10px;
}
#wrapper
{
	margin: 0 auto;
	width: 772px;
	text-align: left;
}
	#top
	{
		width: 712px;
		height: 22px;
		margin: 0;
		padding: 6px 30px 0;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
		color: #747373;
	}
	#header
	{
		width: 772px;
	}
		#header h1
		{
			width: 740px;
			height: 62px;
			margin: 0;
			padding: 18px 0 0 30px;
			background: #fff;
			border: 1px solid #c7bcae;
			border-bottom: none;
			font-size: 34px;
			font-weight: normal;
			color: #d22831;
		}
		#header h1 a:hover
		{
			text-decoration: none;
		}
		#header h2
		{
			width: 695px;
			height: 34px;
			margin: 0;
			padding: 8px 0 0 75px;
			background: url("images/infozone_bg.gif") no-repeat;
			border-left: 1px solid #fff;
			border-right: 1px solid #fff;
			font-size: 22px;
			font-weight: normal;
			color: #fff;
		}
		#header .gray
		{
			color: #747373;
		}
	#content
	{
		float: left;
		width: 710px;
		padding: 30px;
		background: #fff;
		border: 1px solid #c7bcae;
		border-top: none;
	}
		#left_menu
		{
			float: left;
			width: 120px;
			background: url("images/menu_bg.gif") no-repeat right top;
		}
			#left_menu ul
			{
				float: left;
				margin: 0;
				padding: 0 0 150px 0;
			}
			#left_menu ul li
			{
				float: left;
				list-style: none;
			}
			#left_menu ul li a,
			#left_menu ul li b
			{
				float: left;
				width: 120px;
				font-size: 14px;
				line-height: 22px;
				font-weight: bold;
				color: #747373;
			}
			#left_menu ul li b
			{
				color: #d22831;
			}
			#left_menu ul li a:hover
			{
				text-decoration: none;
				color: #d22831;
			}
		#right
		{
			float: left;
			width: 560px;
			padding-left: 30px;
		}
			#right h1,
			#right h2,
			#right h3,
			#right p
			{
				margin: 0 0 12px;
				font-weight: normal;
			}

			#right h1
			{
				padding-left: 25px;
				background: url("images/arrow_h1.gif") no-repeat 0px 4px;
				font: 28px/1.2 Arial, Tahoma, Verdana, sans-serif;
			}
			#right h2
			{
				font: 18px/1.2 Arial, Tahoma, Verdana, sans-serif;
			}
			#right p
			{
				font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
			}
			#right ul
			{
				margin: 0;
				padding: 0 0 0 10px;
			}
			#right ul li
			{
				list-style: none;
				padding-left: 10px;
				background:  url("images/bullet.gif") no-repeat 0px 6px;
				font: 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
			}
			#right .main_ul
			{
				margin: 0 0 12px;
			}
	#footer
	{
		clear: both;
		width: 740px;
		padding: 8px 0 0 30px;
		font: 11px/1.2 Arial, Verdana, Tahoma, sans-serif;
		text-align: left;
		color: #555;
	}
		#footer a
		{
			color: #555;
		}
		#footer	.red
		{
			color: #d22831;
		}
