body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #545454;
	background-color: #fff;
	margin: 0;
}

.wrapper {
	width: 888px;
	margin: 0 auto;
	border-left: 3px double #697a8a;
	border-right: 3px double #697a8a;;
	background-color: #fff;
}

.header {
	height: 240px;
	background-image: url("img/header.jpg");
	position: relative;
}

.header h1 {
	font-size: 24px;
	font-style: italic;
	text-indent: 5px;
	margin: 0;
	line-height: 120px;
	padding-right: 40px;
	text-align: right;
}

.header h1 a {
	color: #545454;
	text-decoration: none;
}

.hNavigation {
	line-height: 40px;
	text-align: center;
	position: relative;
}

a { color: #0094CA;}
a:hover { text-decoration: underline;}

.hNavigation a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	/*float: left;
	padding: 0 15px;*/
	margin: 0 15px;
}

.content {
	padding: 0 25px;
	min-height: 500px;
	text-align: justify;
	width: 620px;
	float: left;
}

.content img { 
	float: left; 
	margin: 10px; 
	border: 1px solid #b7b7b7; 
	padding: 1px;
}

.footer {
	text-align: left;
	background-color: #697a8a;
	line-height: 28px;
	text-indent: 25px;
	
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.author { 
	text-align: right; 
	font-style: italic; 
	font-weight: bold;
}

p {
	line-height: 18px;
}

.catSection {
	margin: 0;
	padding: 3px 5px;
	list-style: none;
}

.catSection a { line-height: 22px;}

.catSection span {
	padding: 0 15px 5px;
	display: block;
}

.leftNav {
	float: left;
	width: 195px;
	padding: 0 10px;
	border-right: 1px dotted #b7b7b7;
}

.leftNav a { 
	font-size: 15px; 
	padding: 5px 0;
	display: block;
}

#articlesMenu { 
	position: absolute;
	top: 27px;
	left: 125px;
	background: #fff;
	border: 1px solid #b7b7b7;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
	z-index: 100;
	display: none;
	text-align: left;
}

#articlesMenu a {
	display: block;
	padding: 3px 7px;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px; 
}

#articlesMenu a:hover { background-color: #ececec;}
