.insert
{
	border: 1px solid #000;
	padding: 5px;
	background-color: #eee;
}
	.insert img
	{
		border: 1px solid #000;
	}
	.insert span
	{
		display: block;
		margin: 0.5em 0;
		font-size: 0.8em;
	}
.insert-right
{
	float: right;
	margin: 5px 0 5px 5px;
}
.insert-left
{
	float: left;
	margin: 5px 5px 5px 0;
}

body
{
	margin: 0;
	padding: 0 0 12px 0;
	min-width: 785px;
	background-image: url(../../images/layout/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 100px;
	text-align: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 76%;
	color: #333;
}
	a
	{
		color: #961919;
		font-weight: bold;
	}
	#main-container
	{
		margin-left: auto;
		margin-right: auto;
		width: 795px;
		text-align: left;
	}
		#header-container
		{
			height: 100px;
		}
		#navigation-container
		{
			margin-bottom: 0.5em;
			padding-bottom: 6px;
			height: 56px;
			line-height: 50px;
			font-size: 1.4em;

			voice-family: "\"}\"";
			voice-family: inherit;

			height: 50px;
		}
			#navigation-container li
			{
				margin-right: 0.5em;
				border-right: 1px solid #fff;
				padding-right: 0.25em;
			}
			#navigation-container li.last
			{
				margin-right: 0;
				border-right: 0 none;
				padding-right: 0;
			}
				#navigation-container a
				{
					color: #fff;
					text-decoration: none;
				}
		/* \*/
		html>body #navigation-container
		{
			height: 50px;
		}
		/* */
		#body-container
		{
			
		}
			#meat-container
			{
				
			}
			.body-container-withSidebar #meat-container
			{
				float: left;
				margin-right: 12px;
				width: 580px;
			}
				#meat-container h1
				{
					margin: 0;
					margin-bottom: 0.5em;
					font-family: georgia;
					font-size: 2em;
					font-weight: normal;
					color: #961919;
				}
					#meat-container h1 span
					{
						display: block;
						font-size: 0.6em;
						font-style: italic;
						color: #aaa;
					}
				#content-container
				{
					padding: 1px 12px;
					background-repeat: no-repeat;
					font-size: 1.2em;
				}
				.body-container-withSidebar #content-container
				{
					background-image: url(../../images/layout/meat/content/bg_withSidebar.gif);
				}
			#sidebar-container
			{
				float: left;
				width: 185px;
			}
				.sidebar-module
				{
					margin-bottom: 1em;
					padding-top: 12px;
					background-image: url(../../images/layout/sidebar/module_top.gif);
					background-color: #e1d7c8;
					background-repeat: no-repeat;
				}
					.sidebar-module h2
					{
						margin: 0 12px 0 12px;
						font-family: georgia;
						font-weight: normal;
						color: #961919;
					}
					.sidebar-module-content
					{
						padding: 0 12px 12px 12px;
						background-image: url(../../images/layout/sidebar/module_bottom.gif);
						background-repeat: no-repeat;
						background-position: left bottom;
					}
					  .sidebar-module-NRA
                                        {
                                                padding: 0;
						background-image: url(../../images/layout/sidebar/module_bottom.gif);
                                                background-repeat: no-repeat;
                                                background-position: left bottom;
                                        }
		#footer-container
		{
			border-top: 5px solid #aaa;
			padding: 1em;
			background-color: #961919;
			background-image: url(../../images/layout/footer/bg.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
			width: 755px;
			color: #fff;
			text-align: right;
		}
			#footerNavigation-container
			{
				margin-bottom: 1em;
			}
				#footerNavigation-container li
				{
					margin-right: 0.5em;
					border-right: 1px solid #fff;
					padding-right: 0.25em;
				}
				#footerNavigation-container li.last
				{
					margin-right: 0;
					border-right: 0 none;
					padding-right: 0;
				}
					#footerNavigation-container a
					{
						color: #fff;
						text-decoration: none;
						font-weight: normal;
					}
