body {
	color: #000;
	background: #fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #855;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #588;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 6px;
	color: #588;
}

a, a:link {
	font-size: 100%;
	font-family: georgia, serif;
	text-decoration: none;
	color: #2E4863;
	text-transform: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-indent: 30px;
	text-align: justify;
	line-height: 130%;
}

.center {
	width: 800px;
	margin: 0 auto;
}

#menu_top {
	width: 100%;
	font-size: 100%;
	line-height: 40px;
	vertical-align: middle;
}

#menu_top a {
	color: #fff;
	text-decoration: none;
	margin-right: 20px;
}

#menu_top a:hover {
	border-bottom: 1px dashed #fff;
}

#menu_top_selected {
 	border-bottom: 1px dashed #fff;
}

.menu_top_rubric1 {
	background: #fff url(/templates/tanika.ru/images/bg_menu_top_black.gif);
}

#top {
}

#top_logo {
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma;
	text-decoration: none;
	color: #111; 
}
	
#content {
	padding-top: 17px;
	width: 66%;
}

#column {
	float: right;
	padding-top: 17px;
	width: 200px;
	position: relative;
}

#bottom {
	width: 100%;
	margin-top: 20px;
}

#bottom_1 {
	width: 33%;
	position: absolute;
}

#bottom_2 {
	width: 33%;
	position: absolute;
	margin-left: 33%;
}

#bottom_3 {
	width: 33%;
	position: absolute;
	margin-left: 66%;
}

.image {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}	 

.author {
	font-style:italic;
	color: #666;
	text-align: right;
}

