/** BASIC */

body {
	margin: 30px 0 0 0;
	padding:  0;
	background: #4578ac /*url(images/gr_body_3.gif) repeat-x;*/;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #266382;
	text-align: justify;
	
}

h1, h3, h4, h5, h6 {
	font-size: 16px; 
	margin-top: 20px;
	padding-top: 0;
	color: #123e69;
}

h1, h2 {
	font-size: 16px; 
	margin-top: 20px;
	border-bottom: 2px solid #044c32; /* Параметры линии под текстом */
	padding-bottom: 10px; /* Расстояние от текста до линии */
	color: #123e69;
}

a {
	color: #123e69;
}

a:hover {
	text-decoration: none;
}
/** HEADER */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/header.jpg);
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 170px;
	text-transform: lowercase;
	font-size: 36px;
	font-style: italic;
	letter-spacing: -2px;
	color: #FFFFFF;
}

#header h2 {
	display: none;
}

/** MENU */

#menu {
	width: 800px;
	height: 30px;
	background: #336699;
	margin: 0 auto;
	/*margin: -2.5em auto 2em auto;*/
}

#menu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
}

#menu .act-menu-item a {
	text-decoration:none;
	font-weight:bolder;
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0 auto;/*1em auto*/
	background: #FFFFFF;	
}

#content * {
	line-height: 140%;
}

#content-main {
	float: left;
	width: 490px;
	border-right: 1px ridge #123e69; 
	padding: 25px 20px 0 30px;		
}

#content-right {
	float: right;
	width: 220px;
	padding: 25px 20px 0 10px;	
	/*background: url(images/img04.gif) no-repeat right top;*/
}
.tx-jkpoll-pi1{
text-align: left;
}

/** FOOTER */

#footer {
	width: 800px;
	/*height: 30px;*/
	margin: 0 auto;
	padding-bottom: 5px;
	background: #336699;
}
#footer .banners{
	padding-left:10px;
}
#footer p {
	margin: 0px 0px 0px 0px;
	padding: .8em 0 0 0;
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer p a,#footer p a:visited {text-decoration:underline; font-weight:bold; color:#ccc;}
#ul
{
list-style-image: url(../images/square.gif) /* Путь к графическому файлу с маркером */
}

