div.top
{

}

	div.top-header
	{
		background-image: url("../images/layout/header.jpg");
		height: 222px;
		margin-bottom: 10px;
	}
	
	div.top-menu-main
	{
		margin-bottom: 10px;
	}
	
		div.top-menu-main-item
		{
			float: left;
			width: 242px;
			height: 162px;
			border: solid #E1D9B8 4px;
			cursor: pointer;
		}
		
			div.top-menu-main-item-separator
			{
				float: left;
				padding: 0px 11px 0px 11px;
			}
		
			div.top-menu-main-item-img
			{
				height: 128px;
				
			}
			
				div.top-menu-main-item-img img
				{
					width: 242px;
					height: 128px;
				}
			
			div.top-menu-main-item-label
			{
				height: 25px;
				text-align: center;
				background-color: #E1D9B8;
				padding-top: 10px;
			}
			
				div.top-menu-main-item-label a
				{
					font-size: 16px;
					text-decoration: none;
					font-weight: bold;
					color: #605524;
				}
				
				div.top-menu-main-item-label a:hover
				{
				
				}
				
	div.top-menu-add
	{
		margin: 0px 0px 10px 28px;
	}
	
		div.top-menu-add-item
		{
			float: left;
			margin: 0px 1px 0px 1px;
			background-color: #E9E2C7;
		}
		
			div.top-menu-add-item a
			{
				display: block;
				width: 122px;
				height: 30px;
				padding-top: 10px;
				text-align: center;
				color: #605524;
				font-size: 14px;
				text-decoration: none;
			}
			
			div.top-menu-add-item a:hover
			{
				background-color: #EEE9D5;
			}

div.middle
{
	background-image: url("../images/layout/background_middle.jpg");
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

	div.middle-left
	{
		background-color: #E9E2C6;
		float: left;
		width: 180px;
	}
	
	div.middle-main
	{
		background-color: #EFEAD7;
		float: left;
		width: 579px;
		padding: 20px 20px 20px 20px;
	}
			
		div.middle-main-content
		{
		
		}
		
			div.middle-main-content img
			{
				border: solid #605524 2px;
			}
			
			div.middle-main-content img.nofloat
			{
				border: solid #E1D9B0 10px;
			}
			
			div.middle-main-content img.left
			{
				float: left;
				border: solid #E1D9B0 10px;
			}
			
			div.middle-main-content img.right
			{
				float: right;
				border: solid #E1D9B0 10px;
			}
			
			div.middle-main-content p
			{
				font-size: 13px;
				line-height: 20px;
				color: #605524;
			}
			
			div.middle-main-content
			{
				font-size: 13px;
				line-height: 20px;
				color: #605524;
			}
			
			table.menu-foto
			{
				margin-left: 75px;
			}
			
				table.menu-foto tr
				{
					cursor: pointer;
				}
				
					table.menu-foto tr td
					{
						border: solid #EFEAD6 2px;
					}
					
					table.menu-foto tr td.menu-foto-image
					{
					
					}
					
					table.menu-foto tr td.menu-foto-label
					{
						background-color: #D7CB95;
						text-align: center;
						
						color: #EFEAD6;
						font-family: Arial Black;
						font-size: 16px;
						font-weight: bold;
					}
					
					table.menu-foto tr td.menu-foto-empty
					{
						background-color: #E1D9B0;
					}
					
			table.foto
			{
				margin-left: 20px;
			}
			
				table.foto tr
				{
				
				}
				
					table.foto tr td
					{
						border: solid #EFEAD6 2px;
						cursor: pointer;
					}
							
		

div.bottom
{

}

	div.bottom-menu
	{
		padding-left: 7.5px;
		margin-bottom: 10px;
	}
	
		div.bottom-menu-item
		{
			float: left;
			width: 143px;
			height: 101px;
			margin: 0px 1px 0px 1px;
			border: solid #E1D9B0 6px;
			cursor: pointer;
		}
		
			div.bottom-menu-item-label
			{
				background-color: #E1D9B0;
				height: 43px;
			}
			
				div.bottom-menu-item-label-main
				{
					text-align: center;
				}
				
					div.bottom-menu-item-label-main a
					{
						color: #605524;
						font-size: 14px;
						font-weight: bold;
						text-decoration: none;
						
					}
				
				div.bottom-menu-item-label-add
				{
					color: #999999;
					font-size: 14px;
					font-style: italic;
					text-align: center;
				}
				
			div.bottom-menu-item-img
			{
				height: 58px;
			}
			
	div.bottom-footer
	{
		border-top: solid #CABC73 1px;
		background-color: #E1D9B0;
		text-align: center;
		font-size: 10px;
		padding: 5px 0px 5px 0px;
	}
		
		