body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: tahoma;
	text-align: center;
	background: #f3b84d;
}

	#container {
		width: 855px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
		
		#header {
			width: 855px;
			height: 282px;
			background: url(../images/header.jpg) no-repeat;
			font-size: 0px;
		}
			
			#nav {
				height: 177px;
				margin: 0px;
			}
			
				#nav ul {
					list-style: none;
					padding: 33px 0px 0px 89px;
					margin: 0px;
					font-size: 0px;
				}
				
					#nav li {
						width: 100px;
					}
					
					#nav li span {
						/*+*/
					}
					
						#nav li a {
							display: block;
							background: transparent url(../images/lang-bullet.gif) no-repeat;
							font-size: 12px;
							font-weight: bold;
							color: #eec867;
							text-decoration: none;
							padding: 0px 0px 11px 0px;
						}
						
							#nav li.first a {
							}
							
							#nav li.last a {
								/*+*/
							}
						
						#nav li a:hover {
							color: #ffffff;
							text-decoration: none;
						}
						
						#nav li.selected a {
							color: #ffffff;
							font-weight: bold;
							text-decoration: underline;
						}
						
						#nav li.selected a:hover {
							color: #ffffff;
							font-weight: bold;
							text-decoration: underline;
						}
			
			h1.logo {
				padding-left: 35px;
			}
			
				h1.logo a,
				h1.logo b {
					display: block;
					background: transparent url(../images/logo.gif) no-repeat;
					width: 190px;
					height: 70px;
				}
				
					h1.logo a span,
					h1.logo b span {
						display: none;
					}
		
		#content-wrapper {
			width: 855px;
			background: #ffffff;
		}
			
			h2.title {
				font-size: 20px;
				font-weight: bold;
				color: #6d1902;
				padding: 31px 0px 24px 42px; 
			}
			
			#sub-nav-wrapper {
				width: 780px;
				margin: 0px 0px 15px 42px;
				border-bottom: 1px solid #ecb049;
			}
			
			ul.sub-nav {
				list-style: none;
				padding: 0px;
				margin: 0px 0px 0px 0px;
			}
			
				.sub-nav li {
					float: left;
					width: 33%;
				}
			
					.sub-nav a {
						display: block;
						font-size: 11px;
						font-weight: bold;
						color: #000;
						text-decoration: none;
						padding-bottom: 15px;
					}
					
					.sub-nav a:hover {
						color: #6d1902;
						text-decoration: underline;
					}
					
					.sub-nav a.selected {
						color: #6d1902;
						text-decoration: none;
					}
					
					.sub-nav a.selected:hover {
						color: #6d1902;
						text-decoration: none;
					}
					
					h3.title {
						font-size: 16px;
						font-weight: bold;
						color: #000;
						padding: 0px 0px 15px 42px;
					}
			
			#content {
				width: 780px;
				height: 300px;
				font-size: 12px;
				color: #000000;
				padding: 0px 0px 30px 42px;
			}
			
			*> #content {
					min-height: 300px;
					height: auto;
				}
				
				#content a {
					color: #ecb049;
				}
			
		#footer {
			width: 855px;
			height: 162px;
			background: url(../images/footer.jpg) no-repeat;
		}
		
			#created {
				padding-top: 18px;
				font-size: 11px;
				color: #6d1902;
			}
			
				#created-wrapper {
					float: left;
					padding: 1px 0px 0px 45px;
				}
				
				#created .logo {
					float: left;
					padding-top: 1px;
				}
				
					#created .logo a {
						display: block;
						background: transparent url(../images/sys/puslapis.gif) no-repeat right top;
						width: 53px;
						height: 14px;
						padding-left: 3px;
					}
					
						#created .logo a span {
							display: none;
						}
				
				#copyright-wrapper {
					float: right;
					text-align: right;
					width: 400px;
					padding: 1px 82px 0px 0px;
				}

/* Content images */

.img-container {
	/*+*/
}

	.img-container table tr.image td {
	}
	
	.img-container table tr.title {
		/*+*/
	}
	
		.img-container table tr.title td {
			width: 150px;
			text-align: center;
		}

.w33 {
	width: 33%;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}	
