

body {
	margin: 0;
	padding: 0;
	background-color: #537b9f;/*537b9f*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0c2c52;/* #0c2c52;*/
	/*background-image: url(images/frontend/bg.gif);*/
	background-image: url(images/frontend/bgy.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #990000;/*#FF941D*/
	display:block;
	border-bottom-color:#990000/*#537B9F*/;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}

p, ol, ul, blockquote {
	line-height: 22px;
}

.menua {
	border-bottom: 1px solid #537b9f;
	text-decoration: none;
	color: #537b9f;
	display:block;
	padding-left:5px;
	height:20px;
}

.menua_selected {
	border: none;
	color: #990000;
	border-bottom: 1px dotted #990000;
	display:block;
	padding-left:10px;
	height:20px;
}

.menua:hover {
	border: none;
	color: #990000;
	border-bottom: 1px dotted #990000;
	display:block;
	padding-left:10px;
}

a {
	border-bottom: 1px solid #365067;
	text-decoration: none;
	color: #365067;
}

a:hover {
	border: none;
	color: #990000;
	border-bottom: 1px solid #990000;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	/*padding: 20px 40px 20px 60px;*/
	padding: 10px 20px 10px 30px;
	background-color: #FFFFFF;/* #F5FCFC  #E8F0F4; */ /*0c2c52 #537b9f;*/	/*border-top: 1px solid #1F1F1F;
	border-right: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	border-left: 1px solid #1F1F1F;*/
}

.post h2, .post h3 {
	margin-left: -20px;
}

.post div, .post p{
	line-height: 18px;
}


/* Header */

#header {
	width: 800px;
	height: 160px;/*280px;*/
	margin: 0 auto;
	background: url(images/frontend/img2.jpg);
	max-height:160px;/*280px;*/
	overflow:hidden;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 450px;
	font-size: 36px;
	border:none;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 600px;
	font-size: 16px;
	border:none;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: #ffffff;/*#537b9f*/;
}

/* header 2*/
#header2 {
	width: 800px;
	/*height: 30px;*/
	margin: 0 auto;
	/*background: url(frontend/bg2.gif);*/
	/*line-height:2.4em;*/
}

#tabs {
	float:left;
	width:100%;
	background:#537b9f;
	font-size:100%;
	font-weight:bold;
	line-height:normal;
	/*border-bottom:1px solid #BCD2E6;*/
	}

#tabs ul {
	margin:0;
	padding:5px 5px 0 5px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("images/frontend/tableft.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("images/frontend/tabright.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #ffffff;/*#627EB7;*/
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#ffffff;/*#627EB7;*/
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}  


/* header 0*/
#header0 {
	/* width: 780px; */
	margin: 0px auto;
	line-height:9em;
	text-align:right;
	padding-right:50px;
	color:#FFFFFF;	/*background: url(frontend/bg2.gif);*/
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	background-color: #DEE7EF /*#0c2c52*/;
	overflow:auto;
}

#colOne {
	float: left;
	width: 180px;
	background: #DEE7EF;
}

#colOne ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#colTwo {
	float: right;
	width: 590px;
	background: #DEE7EF;
}

/* Footer */

#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #B3C5D9;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}

.img{
	padding: 2px;
	border: 1px #537b9f solid;
}

.subcats a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #990000;
	text-decoration: none;
	border: none;
}

.subcats a:hover{
	font-size: 18px;
	color: #990000;
	border-bottom-style: dotted;
	border-left-width: thin;
}