form
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#FFFBE8;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}

h1
{
	color:#214B6A;
	padding:5px 5px 5px 15px;
	margin:0px;
	font-size:18px;

}
h2
{
	color:#434343;
	padding:5px 5px 0px 15px;
	margin:0px;
	font-size:14px;
}
a
{
	color:#A10216;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

ul
{
	/* margin:3px 0 0 0; */
}

ol li
{
	/* margin:5px 0; */
}

.color
{

}
.b
{
	font-weight:bold;
}
.i
{
	font-style:italic;
}

.clear
{
	clear:both;
}



#message
{
	text-align:center;
	color:red;
}
#container
{
	position:relative;
	width:610px;
	
	margin:20px 0 0 10px;

}


#mnu
{
	margin:5px 10px  30px 10px;
	font-size: 13px;

}
	.mnu_item
	{
		float:left;
		margin:0 7px;

	}
	.mnu_item_sep
	{
		float:left;
		margin:0 5px;
		color:#A10216;

	}
	
	
#left_panel
{
	min-height:600px;
   height:auto !important;
   height:600px;
	
}

	#header
	{
	}
		#keeping_chaos_at_bay
		{
			/*
			background-image:url('themes/default/images/KCatB.gif');
			background-position:top left;
			background-repeat:no-repeat;
			*/
			width:362px;
			height:54px;
		}
		.vBar
		{
			position:relative;
			z-index:1;
			/* 
			background-image:url('themes/default/images/v_bar.gif');
			background-position:top left;
			background-repeat:no-repeat;
			*/
			width:608px;
			height:15px;
		}
		
	#bdy
	{
		clear:both;
		width:475px;
		padding:5px 10px 20px 15px;
		
		min-height:450px;
      height:auto !important;
      height:450px;
	}
	#footer
	{
		text-align:center;
	}
	
	
	#right_panel
	{
		position:absolute;
		top:5px;
		left:500px;
		z-index:0;
		
		/*
		background-image:url('themes/default/images/closet.gif');
		background-position:top left;
		background-repeat:no-repeat;
		*/	
		width:398px;
		height:587px;
	}
	
	