body
{
	background-color:		#333333;
}
a
{
	color:					#333333;
	font-weight:			bold;
	text-decoration:		none;
}
a:hover
{
	color:					#787878;
	text-decoration:		none;
}

div.container
{
	background-color:		#ffffff;
	border:					1px solid #ffffff;
	
	width:					960px;
	
	margin-left:			auto;
	margin-right:			auto;
}
div.header
{
	background-image:		url('/i-navigator_error_template/images/header_960.jpg');
	
	border-bottom:			1px solid #ffffff;
	
	height:					200px;
	margin-left:			auto;
	margin-right:			auto;
}
div.header_menu
{
	background-color:		#006699;
	
	border-bottom:			1px solid #ffffff;
	
	font-family:			'Verdana','Arial';
	font-size:				14px;
	color:					#ffffff;
	
	height:					25px;
	line-height:			25px;
	padding:				5px;
	
	margin-left:			auto;
	margin-right:			auto;
}
div.header_menu a
{
	color:					#ffffff;
	text-decoration:		none;
}
div.header_menu a:hover
{
	color:					#cccccc;
	text-decoration:		none;
}
div.header_sub_menu
{
	background-color:		#006699;
	
	border-bottom:			1px solid #ffffff;
	
	font-family:			'Verdana','Arial';
	font-size:				11px;
	color:					#ffffff;
	
	height:					15px;
	line-height:			15px;
	padding:				1px 5px;
	
	margin-left:			auto;
	margin-right:			auto;
}
div.content
{
	background-color:		#9ACCFF;
	background-image:		url('/i-navigator_error_template/images/left.jpg');
	background-repeat:		no-repeat;
	
	border-bottom:			1px solid #ffffff;
	
	font-family:			'Verdana','Arial';
	font-size:				12px;
	color:					#000000;
	
	min-height:				490px;
	_height:				490px;
}
div.content_right
{
	background-color:		#ffffff;
	padding:				5px;
	margin-left:			200px;
	
	min-height:				490px;
	_height:				490px;
}
div.footer
{
	background-color:		#9ACCFF;
	
	font-family:			'Verdana','Arial';
	font-size:				10px;
	color:					#006699;
	
	text-align:				center;
	
	padding:				3px;
	
}
