* {
	padding: 0; margin: 0; 
}

body {
	background: #fff; margin: 0px; padding: 0px;
	color: #000; font: normal 11pt Helvetica, Arial, sans-serif; 	
	background-color: #f7f6dd;
}

table {
	color: #000; font: normal 11pt "Arial", sans-serif; 
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#mainContent {
	width: 1000px; margin: auto;
	/*background: #62514b*/	
}

#top {
	
}

#top #topMenu, #footer {
	width: 960px; height: 14px;
	background: #675550 url(/img/layout/top-back.png) left top repeat-x;
	font: normal 14px Arial, sans-serif;
	color: #fff;
	padding: 20px;
}

#top #topMenu a, #footer a {
	font: bold 9pt Arial, sans-serif;
	color: #fff; text-decoration: none; 
}

#top #topMenu a:hover {
	text-decoration: underline;
}

#footer a { font-size: 11px; text-decoration: underline; }
#footer a:hover { text-decoration: none; }

#top #topBanner {
	width: 800px; height: 171px;	
	background: #256D9C url(/img/layout/top-banner-1.jpg) left top no-repeat;	
	padding-top: 40px; padding-left: 200px;
}
#top #topBanner h1 {
	color: #fff; font: normal 18pt "Trebuchet MS", sans-serif; 
	margin: 0px; padding: 0px; margin-bottom: 8px;
}
#top #topBanner p {
	color: #fff; font: normal 10pt "Trebuchet MS", sans-serif;
	width: 320px; line-height: 95%; text-indent: 0px;
	text-align: left; opacity: 1;
}

#top #topNavigate {
	width: 980px; height: 21px;
	padding: 0px; margin: 0px;
	padding-left: 20px;
	background: url(/img/layout/top-banner-2.png) left top no-repeat;
	background-color: #fff; opacity: 0.9; filter: alpha(opacity = 90);
}

#content {
	background: #fff; opacity: 0.90;
	filter: alpha(opacity = 90);
	width: 960px; padding: 20px;
	min-height: 300px;
}

#footer {
	height: 14px; padding: 20px; font-size: 11px; width: 960px;
	background: url(/img/layout/bottom-back.png) center top no-repeat;	
	text-align: center;
}

#twoColContent {
	width: 960px; 
}

#twoColContent #leftContent {
	width: 270px; /*250*/ float: left; min-height: 400px;
	padding: 20px; padding-right: 10px; border-right: 1px solid #ccc;
	margin-right: 9px; padding-top: 0px; padding-left: 0px;
	font: normal 97% Arial, sans-serif; color: #666;
}

#twoColContent #rightContent {
	float: left; min-height: 600px;
	padding: 20px; width: 630px; /*510*/
	padding-top: 0px;
}

.clearContent { clear: both; }

/* basic */
h1, h2, h3 {
	color: #62514b; font: normal 20pt "Trebuchet MS", sans-serif; 
	margin: 0px; padding: 0px; margin-bottom: 8px;
}

h2.h2boxHeader { 
	font: normal 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-bottom: 2px solid #6caedb;
	background: #000; display: block;
	color: #6caedb; opacity: 0.8; padding: 8px 6px;
	filter: alpha(opacity = 80);
	text-transform: uppercase; margin-bottom: 0px;
}
h2 strong { color: #fff; font-weight: normal; }
h2 { 
	border-bottom: 1.5px solid #6caedb;
} 
div.h2box {
	background: #777;  padding: 8px;
	color: #fff;
}
div.h2box a { color: #fff; }
h3 { font-size: 14pt; border: none; margin-top: 8px; }

strong { color: #62514b; }

p {
	padding: 0px; margin: 0px; text-indent: 6pt;
	text-align: justify; margin-bottom: 12px;
	opacity: 1;
}

p.info, p.info2 {
	background: #f7f6dd; padding: 8px;
	font-style: italic;
	width: 50%; margin-left: 8px;
	float: right; display: block;
	border-right: 4px solid #6caedb;
	padding-right: 12px; clear: right;
}

p.info2 {
	text-indent: 0px; font-style: normal;
}

.diskuzeHeader, .diskuzeHeaderNew {
	background: #f7f6dd; padding: 8px;
	padding-top: 3px; padding-bottom: 3px;
	margin-bottom: 8px; margin-top: 12px;
	display: block;
	border-left: 4px solid #6caedb;
	padding-left: 12px; clear: right;	
}

.diskuzeHeaderNew {
	border-color:  darkred;
}

.clear { clear: both; }

a:link, a:visited, a:hover, a:active {
	color: #6caedb; color: #5d93b7; text-decoration: underline;
}

a:hover { text-decoration: none; }

hr {
	height: 1px; border: 0px; background: #ccc; margin-top: 10px; margin-bottom: 10px;
}

ul.subnavigate {
	margin-bottom: 10px; list-style-type: square;
}

ul.subnavigate li, ul li {
	list-style-type: square;
	margin-left: 16px; color: #999;
}

ul li { color: #000 }

.dateBox {
	padding-top: 9px;
	width: 50px; border: 1px solid #ccc; background: #eee;
	display: block; text-align: center;
	font-size: 12px;
	color: #000; 
	font-family: sans-serif;	
	line-height: 1.6em; float: left;
	margin-right: 6px; margin-bottom: 6px;
}
.dateBox strong {
	font-size: 30px;
		
}

div.floatingImage, div.floatingImageRight {
	float: left; border: 1px solid #ccc;
	padding: 4px; background: #eee;
	text-align: center;
	font-size: 9pt;
	margin-right: 12px; margin-bottom: 8px;
}

div.floatingImageRight {
	float: right; margin-right: 0px;
	margin-left: 8px;
}

div.floatingImage img, div.floatingImageRight img {
	display: block; border: 1px solid #bbb;
}

#top #topBanner strong {
	color: #fff;
}

.error { color: darkred; }

/* end of new styles */

body {
	background: #fff url(/img/layout/back/back-pirati.jpg) no-repeat fixed 100% 100%;
}