body 						{ 
									height: 100%;
									margin: 0px; 
									background: #FFF;
								}

								
	#container		{ 
									width: 100%;
									background: #FFF;
								}									

		#header 	{
									width: 900px;
									height: 113px;
									margin: 0px auto;
								}
								
		#headerinner {
										position: fixed;
										z-index: 6;
										width: 900px;
										height: 102px;
										padding-bottom: 2px;
										background: #FFF;
										border-style: solid;
										border-color: #CF6447;
										border-width: 0px 0px 3px 0px;
										/*overflow: hidden;*/
		}
								
		#headerinner #title { 
			width: 329px;
			margin-top: 34px;
			height: 66px;
			background: url('/css/images/title.jpg') no-repeat;
		}
		
		#headerinner #logo { 
			float: right; 
			width: 200px;
			height: 80px;
			margin-top: 20px;
			background: url('/css/images/logo.png') no-repeat;
		}

										
		
		
		/** BODY **/
		#innercontainer	{ 
									width: 900px;
									overflow: hidden;
									margin: 0px auto;
									padding-top: 14px;
									padding-bottom: 10px;
									background: url('/css/images/bck_01.jpg');
								}
								
		#left					{ 
										float: left;
										position: relative;
										z-index: 6;
										width: 212px;
										text-align: left;
										min-height: 500px;
										margin-left: 14px;
									}
									
			#leftinner {
										position: fixed;
									}									
									
										
				#leftmenutop, #leftmenubottom {
										width: 212px;
				}
				#leftmenutop		{height: 6px; background: url('/css/images/shadow_menu_top.png') no-repeat;}
				#leftmenubottom {height: 6px; background: url('/css/images/shadow_menu_bottom.png') no-repeat;}
										
					#leftmenu		{
												margin: 0px;
												width: 200px;
												min-height: 500px;
												padding: 0px 6px;
												background: url('/css/images/shadow_menu_horizont.png') repeat-y;
											}

						#leftmenu a, #leftmenu a:link {
												color: #000;
												text-decoration: none;
												font-family: "Trebuchet MS", Helvetica, sans-serif;
												font-size: 1.0em;
												font-weight: bold;
											}
											
						#leftmenu a div:hover {
												/*background: #DDD;*/
												/*background-position: 1px -24px;*/
											}
											
											
							

					#leftmenu ul {
													list-style-type: none;
													margin: 0; padding: 0px 0px;
													/* background: #999;*/
													padding-bottom: 14px;
													/* border-bottom: 1px solid #343434; */
												}
											
					#leftmenu ul li a, #leftmenu ul li a:link {
													display: block;
													width: 168px;
													background: #FFF;
													margin: 0px 0px 0px 19px;
													padding: 1px 4px 1px 6px;
													color: #000;
													text-decoration: none;
													font-size: 13px;
													border: 1px solid #343434;
													border-width: 1px 0px 0px 1px;
												  }
					

					#leftmenu ul li a.top 				{ 
													border-top: 0px solid #343434;
					}
					#leftmenu ul li a.bottom 				{ 
													padding-bottom: 2px;
													border-bottom: 1px solid #343434;
													}
					
					#leftmenu a:hover, 
					#leftmenu ul li a:hover {
													background: #cf6447;
													/*border: 1px solid #FFF;
													border-width: 1px 0px;*/
													color: #FFF;
					}
					
					#leftmenu ul li a.active	{	
													background: #cf6447;
													color: #FFF;
													}
					/*
					#leftmenu ul li a.bottom.active {
													padding: 3px 0px 6px 8px;
													}
					*/
											
											
				
				#maincontainer {
								float: left;
								position: relative;
								z-index: 5;
								width: 636px;
								margin-left: 21px;
								min-height: 500px;
				}
				
					#maintop, #mainbottom {
											width: 636px;
					}
					#maintop		{height: 6px; background: url('/css/images/shadow_main_top.png') no-repeat;}
					#mainbottom {height: 6px; background: url('/css/images/shadow_main_bottom.png') no-repeat;}									
						
					#main					{ 
											width: 624px;
											min-height: 500px;
											padding: 0px 6px;
											background: url('/css/images/shadow_main_horizont.png') repeat-y;
											text-align: left;
											/*border-top: 1px solid #F00;*/
										}
									
																		


				#bcspacer	{
					height: 7px;
				}
				
				#breadcrumb	{
											font-size: 10px;
											margin: 0px 6px 3px 6px;
											padding: 2px 0px 2px 4px;
											/*border: 1px solid #343434;*/
										}
																						
										
				#errbox, #succbox, #bckbox { margin: 20px 20px 20px 0px; padding: 15px 19px; border: 1px solid #000; font-size: 14px; font-weight: bold; color: #000;  }
				#errbox { border-color: #F00; background-color: #FAA; }
				#succbox { border-color: #0F0; background-color: #AFA; }
								
								
																			
								
	/** FOOTER **/
		#footer 	{
									width: 900px;
									height: 20px; 
									margin: 4px auto 0px auto;
									padding: 3px 0px 17px 0px;
									border-style: solid;
									border-color: #CF6447;
									border-width: 3px 0px 0px 0px;
									font-size: 10px;
									color: #555;
									letter-spacing: 0.1em;
									text-align: center;
								}	

			#main #footer p 	{
											margin: 0px;
											text-align: center;
										}
								
			#footer a.copy 			 { font-weight: bold; text-decoration: none; color: #222;}
			#footer a.copy:hover { background-color: #CF6447; color: #FFF; text-decoration: overline;}    									
									