body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	background: #3E637D;
	}

a, a:link, a:visited, a:active {
	color: #3E647E;
	text-decoration: none;
	}

h1 {
	margin: 0;
	padding: 0;
	height: 84px;
	width: 542px;
	background: url(img/logo.gif);
	}
	
	h1 a {
		display: block;
		text-indent: -1000px;
		height: 84px;
		-moz-outline-style: none;
		}

h2 {
	color: #3e647e;
	text-transform: lowercase;
	font-size: 20px;
	margin: 18px 0 5px 0;
}

h3 {
	color: #121313;
	font-size: 14px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Wrapper */
#wrapper {
	margin: auto;
    width: 864px;
	background: #a6b9ca;
	padding: 36px 0 0;
	position: relative;
	}
	
	#content {
		padding: 20px 0 0 36px;
		background: #7C98AE;
		position: relative;
		}


/* Text */
#text {
	width: 581px;
	font-size: 13px;
	background: #FFF;
	text-align: justify;
	line-height: 20px;
	padding: 10px 20px 20px;
	min-height: 510px;
	height: 510px;
	}
	
	html>body #text { height: auto;}
	
	#text a {
		color: #3E647E;
		text-decoration: underline;
		}
		
	#text a:hover {
	background: #ddd;
	}
	
/* Left column */

#left-column {
	width: 621px;
	float: left;
	}

/* Right column */

#right-column {
	top: 0;
	right: 22px;
	width: 161px;
	position: absolute;
	}
	
	.slideshow {
		position: relative;
		height: 160px;
		width: 161px;
		margin: 0 0 7px;
	}

		.slideshow img {
			position: absolute;
			height: 160px;
			width: 161px;
			top: 0;
			left: 0;
		}
	
/* Second level */

#second-level {
	font-size: 12px;
	}
	
#second-level ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	}
		#second-level li {
			float: left;
			margin: 0 10px 0 0;
			padding: 0 0 0 10px;
			background: url(img/second.gif) left 55% no-repeat;
			}
		
		#second-level li.menu-first {
			background: none;
			padding: 0;
			}
		
		#second-level a {
			text-decoration: none;
			}
			
		#second-level a:hover {
			color: #ed6f2f;
			background: none;
			}
			
		#second-level li.menu-current a {
			color: #ed6f2f;
			}
			
/* Inner menu */

#inner-menu {
	position: relative;
	margin: 0 0 7px;
	height: 148px;
	width: 161px;
	background: url(img/inner-menu.jpg);
	padding: 10px 0 0;
	}
	
		#inner-menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			}
		
		#inner-menu li {
			margin: 5px 0 0;
			}
	
		#inner-menu ul li a {
			color: #FFF;
			display: block;
			line-height: 20px;
			padding: 0 0 0 20px;
			}
		
		#inner-menu ul li a:hover {
			background: #748595;
			}
		
		#inner-menu li.menu-current {
			background: #748595;
			}
		
		#inner-menu li.menu-parent {
			background: #748595;
			}
			
			li.inner a:hover {
			background: #748595;
			}
		

/* Menu bottom */
#menu-bottom {
	font-size: 14px;
	word-spacing: +2px;
	color: #3E647E;
	line-height: 34px;
	height: 36px;
	position: absolute;
	top: 0;
	right: 207px;
	padding: 1px 0 0;
	}
	
	#menu-bottom ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#menu-bottom li {
			float: left;
			padding: 0;
			margin: 0;
			background: url(img/border.gif) left 55% no-repeat;
			}
			
		#menu-bottom a {
			display: block;
			padding: 0 8px 0 12px;
			}
			
		#menu-bottom li.menu-last a {
			background: url(img/border.gif) right 55% no-repeat;
			padding: 0 12px 0 12px;
			}
		
		#menu-bottom a:hover {
			color: #FFF;
			}

/* Footer */

#footer {
	background: #3e637d url(img/footer.jpg) top no-repeat;
	text-align: center;
	word-spacing: +3px;
	color: #FFF;
	padding: 0 0 10px;
}

	#footer p {
		margin: 0;
		padding: 50px 0 0;
	}
			
/* News */

h3.news-title {
	float: left;
	margin: 0;
	line-height: 40px;
	}

	p.post-date {
		float: right;
		font-weight: bold;
		margin: 0;
		line-height: 45px;
		}
	
	p.post-short {
		clear: both;
		}
	
	div.news-header {
		border-bottom: 1px solid #888;
		height: 45px;
		}
