* {
	margin: 0;
	padding: 0;
}

body {
/*	background-color: #FFFFFF;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
/*	background-color: #F7F7F9;*/
	background: #F7F7F9 url('/img/bg_content.gif') repeat-y top left;
}


h1 {
	font-size: 140%;
	color: #333333;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 120%;
	color: #333333;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 110%;
	color: #000000;
	padding: 0.5em 0 0.5em 0;
}



/* **************************************************** */
#header {
	display: block;
	width: 100%;
	height: 88px;
	background: #DFDEE4 url('/img/up-bg.jpg') repeat-x top left;
}


#bottom_header {
	height: 12px;
	background: #DFDEE4 url('/img/2nd-bg.gif') repeat-x top left;
}


/* **************************************************** */
#main_block {
	width: 1000px;
	float: left;
	background-image: url('/img/_ryba.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}



/* **************************************************** */
#left_block {
/*border: 1px solid red;*/
	width: 162px;
	float: left;
	height: 100%;
}

#menu {
	margin: 0 2px 0 0;
	padding: 0 0 30px 0;
	display: block;
	min-width: 160px;
	width: 99%;
	background-color: #FFF;
	font-size: 80%;
	border-right: 1px solid #DFDEE4;
	background: #FFFFFF url('/img/shadow2.gif') no-repeat bottom right; 	
}

#menu li {
	height: auto;
	border-bottom: 1px solid #DFDEE4;
}


#menu li a {
	display: block;
	padding: 0.3em 0px 0.3em 24px;
	width:auto;
	height:100%;
	background: #FFFFFF url('/img/but11.gif') no-repeat 5px; 
}
#menu li a:hover {
	background: #F7F7F9 url('/img/but12a.gif') no-repeat 5px; 
}

#menu li a.selected {
	font-weight: bold;
	background: #F7F7F9 url('/img/but12.gif') no-repeat 5px; 
}

#menu li p {
	font-weight: bold;
	display: block;
	margin:0px;
	padding: .3em 0px 0.3em 24px;
	width:auto;
	background: #F7F7F9 url('/img/but12.gif') no-repeat 5px; 
}


#menu_bottom {
	padding-bottom: 300px;
}




/* **************************************************** */
#right_block {
/*border: 1px solid red;*/
	width: 830px;
	float: left;
}

#content {
	display: block;
	padding: 1%;
/*	background-color: #F7F7F9;*/
	float: left;
	width: 99%;
	min-height: 400px;
}

#content p {
	padding: 0.5em 0 0.5em.0;
/*	text-indent: 1em;*/
}

#content .two_column_left {
	float:left; 
	width: 620px;
}

#content .two_column_right {
	float: right; 
	width: 200px;
	text-align: right;
}

/*#content > div {
	padding-bottom: 2em;
}
*/
.seo_add_text {
	margin-bottom: 1em;
}

.date {
	font-weight: bold;
	padding: 0.2em 0 0.2em 0;
}

.announce {
	padding: 0.5em 0 2em 0;
}



ul {
	margin-left: 12px;
	padding-left: 12px;
	list-style-image: url('/img/bullet.gif');
}


h3.main {
	display: block;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #DFDFDB;
	background-color: #FFF;
	color: #ff9900;
}
h3.main a {
	color: #ff9900;
}


/* ****************************************************** */
#footer {
	clear: both;
	display: block;
	width: 100%;
	background: #EE6E13 url('/img/footer_bg.gif') repeat-x;
	min-width: 600px;
	height: 3em;
	min-height: 20px;
}


#footer div {
	float: left;
	background: #F98425 url('/img/footer_left.gif') repeat-x top left;
	width: 164px;
	height: 3em;
	
}
#footer p {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding-top: 0.5em;
}

#footer p a {
	color: #000000;
}


/* ************************** */
.a_blog_code {
	margin: 5px 0 5px 0;
	padding: 5px;
	display: block;
	width: 90%;
	background-color: #EEE;
	border: 1px solid red;
}


div.step_pages {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}