*
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: arial;
}

#banner
{
	background: url(../images/banner-index.jpg);
	height: 164px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#infobar
{
	
	width: 740px;
	height: 24px;
	margin-top: -24px;
	margin-left: auto;
	margin-right: auto;
}

	#infobar p
	{
		font-weight: bold;
		color: #E5DFD5;
		font-size: 11px;
		padding: 4px;
	}
	
		#infobar p strong
		{
			color: #94473D;
			font-size: 11px;
			padding: 4px;
		}
				
		#infobar p a
		{
			color: #E5DFD5;
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;
		}

#container
{
	
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

	#container #content
	{
		float: left;
	 	height: 371px;
		width: 451px;
	}

		#container #content #imgnav
		{
			height: 72px;
			width: 451px;
		}
		
			#container #content #imgnav img
			{
				margin: 0px;
				border: 0px;
				padding: 0px;
				float: left;
			}

		#container #content div
		{
	 		height: 299px;
			width: 451px;
		}

			#container #content div #nav
			{
				background: url(../images/nav.jpg);
				float: left;
	 			height: 299px;
				width: 150px;
			}
			
				#container #content div #nav ul
				{
					list-style: none;
					text-align: right;
					width: 150px;
					margin-top: 45px;
				}
				
					#container #content div #nav ul li
					{
						padding: 3px 0px;
					}
				
						#container #content div #nav ul li a
						{
							color: #E5DFD5;
							font-weight: bold;
							text-decoration: none;
							padding-right: 20px;
							font-size: 9px;
							text-transform: uppercase;
						}
				
						#container #content div #nav ul li a.selected,
						#container #content div #nav ul li a:hover
						{
						 	border-right: 9px solid #94473D;
							color: #94473D;
							font-size: 9px;
							font-weight: bold;
							text-decoration: none;
							padding-right: 11px;
							text-transform: uppercase;
						}

			#container #content div #body
			{
				background: url(../images/body.jpg);
				float: left;
	 			height: 259px;
				width: 261px;
				padding: 20px;
				overflow: hidden;
			}
			
				#container #content div #body h1,
				#container #content div #body h2,
				#container #content div #body h3
				{
					font-size: 12px;
					color: #94473D;
					font-weight: normal;
					margin-top: 5px;
					margin-bottom: 5px;
					text-transform: uppercase;
					
				}
				
				#container #content div #body h2
				{
					
					font-size: 10px;
				}
				
				#container #content div #body h3
				{
					
					font-size: 9px;
				}
				
				#container #content div #body div
				{
					float: left;
					width: 125px;
					overflow: hidden;
				}
				
				#container #content div #body ul
				{
					font-size: 9px;
					margin-left: 15px;
					width: 115px;
				}
				
				#container #content div #body p,
				#container #panelImage p
				{
					margin-top: 7px;
					font-size: 9px;
					color: #000000;
				}
				
					#container #content div #body p strong
					{
						color: #94473D;
					}
				
				#container #content div #body a
				{
					color: #000000;
					text-decoration: none;
					padding-right: 20px;
					font-size: 9px;
				}
				
				#container #content div #body a:hover
				{
					color: #94473D;
					font-size: 9px;
					text-decoration: none;
					padding-right: 11px;
				}
				
					#container #content div #body em a,
					#container #content div #body em a:hover
					{
						color: #94473D;
						font-size: 12px;
						margin-top: 19px;
						display: block;
						font-style: normal;
					}
					
					#container #content div #body em a:hover
					{
						color: #000000;
					}

	#container #panelImage
	{
	 	height: 371px;
		width: 289px;
		float: left;
		overflow: hidden;
		background: url(../images/panel.jpg) no-repeat bottom left;
	}

#footer
{
 	clear: both;
	background: url(../images/footer-index.jpg);
	height: 37px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

	#footer p
	{
		color: #E5DFD5;
		font-weight: bold;
		font-size: 9px;
		padding: 4px 15px;
	}
	
	#footer div
	{
		float: right;
		vertical-align: middle;
		height: 37px;
	}
	
		#footer div img
		{
		 	display: inline;
		 	vertical-align: middle;
			margin-right: 10px;
		}