.edit 
{
	width: 460px;
}
table.content
{
	margin-top: 2px;
	margin-bottom: 2px;
}



body {
	margin: 0;
	background: center top url('/img/main_bg.jpg') repeat-x #BAD2EB;
}

#page-wrapper {
	margin: 2px auto;
	
	width: 807px;
	
}
	
	#border-left {
		background: 0 0 url('/img/border_multi.jpg') repeat-y;
	}
	
	#border-right {
		background: 0 0 url('/img/border_big.jpg') no-repeat;
		padding: 0 5px;
	}
		
		#top {
			position: relative;
			
			margin: 0 0 0 0;
			height: 60px;
			background: 0 0 url('/img/top_bg.jpg') no-repeat;
		}
			#top #vaki-logo {
				display: block;
				width: 174px;
				height: 60px;
				
				text-indent: -9999px;
				outline: none;
				
				background: url('/img/logo.jpg') no-repeat;
			}
			
			#top .links {
				position: absolute;
				
				bottom: 12px;
				right: 8px;
				
				font-family: arial;
				font-size: 10px;
				color: #6C6C6C;
			}
				#top .links A {
					color: #6C6C6C;
				}
				
		#banner {
			margin: 0 0 0 0;
			height: 161px;
			background: url('/media/Original_size/44d0fcd78d75cc6e.jpg') no-repeat;
		}
		#nav {
			background: 0 0 url('/img/menu_bak.gif') repeat-x;
			
			height: 21px;
			
			border-bottom: 6px solid #27619B;
		}
			#nav ul {
				margin: 0;
				padding: 0 0 0 1px;
				
				list-style: none;
			}
				#nav ul li {
					display: block;
					float: left;
					
					background: right 1px url('/img/navigation/seperator.gif') no-repeat;
				}
					#nav ul li A {
						display: block;
						float: left;
						
						padding: 4px 16px 3px;
						font-family: arial;
						font-size: 11px;
						
						color: #FFF;
					}
		

#footer {
	padding: 25px 0 50px 0;
	
	font-family: arial;
	font-size: 11px;
	color: #636363;
	text-align: center;
	
	background: 0 0 url('/img/site_bottom.jpg') no-repeat;
}

