body
{
	background: #fff url(/style/bg.png) repeat-x;
	color: #303030;
}

p
{
	line-height: 20px;
}

h1, h2
{
	color: #078fe1;
	padding-bottom: 10px;
}

h1
{
	width: 100%;
	border-bottom: 1px solid #c6c9cb;
}

h3
{
	font-size: 15px;
	margin: 10px 0 10px 0;
	color: #078fe1;
}

h3 a
{
	color: #078fe1;
}

h3 a:hover
{
	color: #0977b9;
}

hr
{
	border-top: 1px solid #c6c9cb;
	background-color: #c6c9cb;
	height: 1px;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 980px;
}

	/* Header */

	#header
	{
		height: 100px;
		margin: 10px 0 10px 0;
		height: 60px;
	}
	
		#header #header-left, #header #header-right
		{
			float: left;
		}
	
		#header #header-left
		{
			width: 360px;
		}

		#header #header-right
		{
			text-align: right;
			width: 620px;
			margin-top: 18px;
		}
	
	/* Menu */

	#menu
	{
		height: 37px;
		background: #fff url(/style/bg_menu.jpg) repeat-x;
	}
	
		#menu #menu-left, #menu #menu-right
		{
			float: left;
		}
	
		#menu #menu-left
		{
			width: 720px;
			background: url(/style/bg_menu_left.jpg) no-repeat;
		}
		
			#menu-left ul
			{
				list-style-type: none;
				margin-left: 2px;
			}
			
			#menu-left li
			{
				float: left;
			}

			#menu-left li a
			{
				color: #fff;
				font-size: 13px;
				line-height: 29px;
				text-decoration: none;
				padding: 4px 16px 4px 16px;
				float: left;
				background: url(/style/bg_menu_left_border.jpg) no-repeat top right;
			}

			#menu-left li a:hover, #menu-left li .active
			{
				margin-left: -1px;
				padding: 4px 15px 4px 17px;
				background: #087ec6;
				border-right: 1px solid #27a7e9;
			}

		#menu #menu-right
		{
			height: 37px;
			width: 240px;
			padding: 0 10px 0 10px;
			background: url(/style/bg_menu_right.jpg) no-repeat top right;
		}
		
		#menu #menu-right .searchfield
		{
			position: absolute;
			right: 30px;
			margin-top: 6px;
			height: 21px;
			width: 214px;
			color: #808080;
			border: 1px solid #C6C9CB;
			padding-left: 4px;
			z-index: 1;
		}
		
		#menu #menu-right .searchbutton
		{
			position: absolute;
			right: 8px;
			background: url(/style/search.jpg) no-repeat top left;
			border: 0;
			height: 25px;
			width: 25px;
			margin-top: 6px;
			cursor: pointer;
		}

	/* Content */

	#content
	{
		padding: 10px 0 10px 0;
	}
	
	#content a:hover
	{
		text-decoration: underline;
	}
	

		#content #content-left, #content #content-right
		{
			float: left;
		}

		#content #content-left
		{
			width: 715px;
			padding-right: 15px;
		}

		#content #content-right
		{
			width: 240px;
			margin-top: 34px;
		}
		
			#content .search-block
			{
				width: 345px;
				float: left;
				margin-right: 10px;
				color: #606060;
			}
		
			#content .block
			{
				border: 1px solid #c6c9cb;
				width: 230px;
				display: block;
				margin-bottom: 10px;
			}
			
			#content .block a
			{
				text-decoration: none;
			}
			
			#content .banner {
				width: auto;
				padding: 5px;
				background: #fff9dd;
				border: 1px dotted #d0d0d0;
				margin-top: 15px;
			}
			
			.center {
				text-align: center;
			}
			
			#content .banner p{
				line-height: 15px;
				margin-bottom: 10px;
			}
			
			#content .banner .url a{
				color: #006600;
			}

	/* Footer */

	#footer
	{
		border-top: 4px solid #c6c9cb;
		width: 100%;
		height: 25px;
		text-align: center;
		padding-top: 10px;
	}
