body{
	margin:0; padding:0;
	background-image:url(./images/bg-body.jpg);
	background-repeat:repeat-x;
	background-color:#e5d1a8;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
	font-size:12px;
}

	.site{
		width:1009px;
		margin:0 auto;
	}
	
		.header-shadow-left{
			background-image:url(./images/bg-shadow-header-left.jpg);
			height:149px; width:4px;
			float:left;
		}
		
		.header{
			background-image:url(./images/header.jpg);
			height:149px;
			width:1000px;
			float:left;	
			text-align:center;
		}
		
		.header-shadow-right{
			background-image:url(./images/bg-shadow-header-right.jpg);
			height:149px; width:5px;
			float:left;
		}
		
		.container{
			width:1009px;
			float:left;
			background-image:url(./images/bg-container.jpg);
		}
		
			.container-content{
				width:1000px;
				float:left;
			}
		
			.content-shadow-left{
				background-image:url(./images/bg-shadow-content-left.jpg);
				height:230px; width:4px;
				float:left;
			}
			
			.content-shadow-right{
				background-image:url(./images/bg-shadow-content-right.jpg);
				height:230px; width:5px;
				float:left;
			}		
		
			.sitemenu{
				width:1000px;
				height:35px;
				float:left;
				background-image:url(./images/bg-menu.jpg);
			}
			
				.menu{
					margin:0; padding:0;
					list-style:none;
				}
					
					.menu li{
						float:left;
						
					}
					
						.menu li .menu_active{
							background-image:url(./images/link-active.jpg);	
							color:#fff;					
						}
						
						.menu li a, .menu li a#buttonnohover{
							background-image:url(./images/link-normal.jpg);
							padding:9px 10px 9px 10px;
							float:left;
							height:17px;
							
							color:#81450f;
							font-size:14px;	
							text-decoration:none;
							font-weight:bold;
						}
						
							.menu li a:hover, .menu li a#buttonhover {
								background-image:url(./images/link-hover.jpg);
								color:#fff;
							}

/* MENU  */ 

.menu ul /* Submenu */
{
    background-color:#ecd9b1;
    padding: 0;
  	position: absolute;
    visibility: hidden;
	float:left;
	top:183px;
	list-style:none;

}
.menu ul li  /* Submenu items */
{
	height:20px;
    float: none;
    padding: 0;
    margin: 0;

}
.menu ul li a /* Submenu items  link (<a></a>) */
{
    background:transparent; 
	padding: 2px 0px 0px 10px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#81450f;
	text-align:left;     
    height: 20px;
    margin:0; 
	padding:3px 0 0 10px;    
	float:left;
	width:170px;
}
.menu ul li a:hover
{
	height:20px;
    background-color: #6b74b3;
    color:#fff;
    margin:0; 
	padding:3px 0 0 10px;  
}
							
			.breadcrump{
				width:690px;
				float:left;
				background-color:#622c0a;
				height:20px;
				padding:3px 0px 0px 10px;
				color:#fff;
			}
			
				.breadcrump a, .tedoc-link a{
					color:#bf5929;
				}
				
					.breadcrump a:hover, .tedoc-link a:hover{
						color:#bf5929;
						text-decoration:none;
					}
			
			.tedoc-link {
				float:left;
				width:290px;
				background-color:#622c0a;
				text-align:right;
				height:20px;
				padding:3px 10px 0px 0px;
				color:#fff;
				}
			
					
			.content{
				padding:10px 15px 10px 14px;
				width:971px;
				float:left;
				font-size:12px;
			}
			
				.content-left{
					width:245px;
					float:left;
				}
				
				.content-right{	
					padding-left:15px;				
					float:none;
				}
				
				.content h1{
					font-size:14px;
					color:#000;
					margin:0px 0px 10px 0px;
				}
			
			.bottom-txt{
				text-align:center;
				padding:5px 0px 5px 0px;
				border-top:1px solid #efefef;
				float:left;
				width:950px;
				margin:0px 0px 0px 25px;
			}
			
				.bottom-txt a{
					color:#202020;
				}
				
					.bottom-txt a:hover{
						text-decoration:none;
					}
				
			.bottom{
				width:1009px;
				float:left;
			}
			
				.bottom-left{
					float:left;
					width:4px;
					height:10px;
					background-image:url(./images/bg-shadow-bottom-left.jpg);
				}
				
				.bottom-center{
					float:left;
					width:1000px;
					height:10px;
					background-image:url(./images/bg-shadow-bottom.jpg);
				}
				
				.bottom-right{
					float:left;
					width:5px;
					height:10px;
					background-image:url(./images/bg-shadow-bottom-right.jpg);
				}
		
			
.end{
	clear:both;
}			
