body
{
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Verdana, Arial, Tahoma;
	background: url('../img/bkg.gif') top left repeat-x;

}

#holder
{
	width: 838px;
	margin:0 auto;
}
	#header
	{
		width: 838px;
		height: 204px;
		background: url('../img/header.jpg') top left no-repeat;
	}
		/*-----------------------------------------
			LOGO
		------------------------------------------*/
		div#logo
		{
			float: left;
		}
		div#logo h1
		{
			position: absolute;
			top: 0;
			width: 276px;
			height: 84px;
			font-size: 17px;
			margin:38px 0 0 98px;
			padding:0;
		}

		div#logo h1 a { text-decoration: none; }
		div#logo h1 a:hover { cursor: pointer; }

		div#logo h1 a span
		{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url('../img/logo.jpg') left top no-repeat;
		}
		/*-----------------------------------------
		------------------------------------------*/
		#top_line
		{
			padding: 10px 0 0 0;
			height: 25px;
			display: block;
		}
			#top_line ul
			{
				float: right;
				margin:0;
				padding:0;
			}
			#top_line li
			{
				padding:0;
				margin:0;
				list-style-type: none;
				float: left;
			}
			#top_line li a
			{
				background: url('../img/thumb.gif') center left no-repeat;
				line-height: 25px;
				display: block;
				text-decoration: none;
				color: #368c96;
				font-size: 9px;
				padding: 0 10px 0 10px;
			}
			.inp
			{
				background: url('../img/bkg_inp.gif') top left no-repeat;;
				border: none;
				width: 131px;
				height: 19px;
				font-size: 9px;
				color: #368c96;
				line-height: 19px;
				text-indent: 5px;
			}
			.but
			{
				border: none;
				background: url('../img/buton.gif') center left no-repeat;
				width: 14px;
				height: 14px;
				font-size: 10px;
				margin:0;
				padding:0;
				cursor: pointer;
			}
			*html .but
			{
				height: 20px;
			}
			#top_line form
			{
				padding:0;
				margin:0;
				float: right;
			}
		#menu
		{
			margin:145px 0 0 30px;
			padding:0;
			float: left;
		}
			#menu ul
			{
				margin:0;
				padding: 0;
			}
			#menu li
			{
				list-style-type: none;
				float: left;
			}
			#menu li a
			{
				color: #ffffff;
				display: block;
				text-decoration: none;
				padding: 0 7px 0 7px;
			}
			#menu li a:hover
			{
				text-decoration: underline;
			}
			
			#submenu
			{
				padding:0;
				margin:11px 0 0 0;
			}
			#submenu ul
			{
				margin:0;
				padding:0;
			}
			#submenu li
			{
				padding:0;
				margin:1px 0 0 0;
				float: none;
			}
			#submenu li a
			{
				width: 209px;
				height: 19px;
				background: url('../img/sub.gif') top left no-repeat;
				color: #000000;
				font-size: 10px;
				line-height: 19px;
				display: block;
				padding: 0 0 0 5px;
			}
			#submenu li a:hover
			{
				text-decoration: none;
				background: url('../img/sub_hover.gif') top left no-repeat;
				background-color: #C4E0D6;
			}
	#content
	{
		width: 838px;
		float: left;
		padding: 0;
		margin: 20px 0 0 0;
	}
		#left
		{
			width: 315px;
			min-height: 340px;
			padding-top:150px;
			float: left;
			display: block;
			text-align: center;
		}
		*html #left
		{
			height: 400px;
		}
		#right
		{
			width: 523px;
			float: left;
		}
			#right h1
			{
				color: #388d95;
				font-size: 24px;
				font-weight: normal;
			}
			#right h2
			{
				color: #217f4d;
				font-size: 14px;
				font-weight: bold;
			}
			#right li
			{
				padding:0;
				margin:0;
				color: #368c96;
				line-height: 18px;
			}
			#right li a
			{
				padding:0;
				margin:0;
				line-height: 18px;
				display: block;
				text-decoration: none;
				color: #ff6102;
			}
			#right li a:hover
			{
				text-decoration: underline;
			}
			#right a
			{
				text-decoration: none;
				color: #ff6102;
			}
			#right a:hover
			{
				text-decoration: underline;
			}
				#YouAreHire
				{
					height: 20px;
					display: block;
					font-size: 10px;
					color: #368c96;
				}
		#footer
		{
			width: 100%;
			position: relative;
			z-index:0;
			margin: 0 0 0 0;
			padding: 150px 0 0 0;
			height: 65px;
			float: left;
			display: block;
			background: url('../img/footer.gif') top left repeat-x;
		}
			#footerin
			{
				width: 838px;
				margin:0 auto;
				color: #368c96;
				font-size: 9px;
			}
				#footerin a
				{
					color: #ff6102;
					text-decoration: none;
				}

