body {
	font-family: Arial, sans-serif;
}

/* стандартный цвет ссылок (может быть локально переопределен ниже) */
a {
	color: #34347b;
}
a:visited {
	color: #77347b;
}

/* заголовки */
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 120%;
}
h1.small_margin {
    margin-bottom: 7px;
}
h2 {
	font-size: 100%;
}
h2.small {
	font-size: 95%;
}
h3 {
	font-size: 90%;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
}

/* основной абзац (контент), просто текст */
p, .text, li {
	font-size: 80%;
}
p.sign {
	font-size: 70%;
	font-style: italic;
	color: #808080;
}
ul {
	margin-top: 7px;
}
li {
	margin-top: 3px;
}
.m {
	list-style-image: url("/images/marker.gif");
}
.code_div {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 25px; 
}

/* таблица с резюме */
.resume td {
	padding-bottom: 10px;
	vertical-align: top;
}
.resume td.value {
	font-style: italic;
	padding-left: 10px;
}
.resume td.value .comment {
	border-bottom: 1px dashed #000000;
}

/* основная таблица */
.tcontent {
	margin-top: 30px;
}

/* цвета логотипа */
.logo {
	background-color: #E2DE96;
}
.sublogo {
	background-color: #45458C;
}

/* верхнее меню */
.mmenu {
	background-color: #EBE8B4;
}
.mmenu a, .mmenu_empty a {
	color: #000;
}
.mmenu td, .mmenu_empty td {
	color: #555;
}
.mmenu_empty {
	/* background: #EBE8B4 url("/images/ruler.gif") repeat-x; */
	background-color: #EBE8B4
}
.mmenu .noa {
	border-bottom: 7px solid #ff6600;
}


/* левое меню */
.smenu {
	font-size: 80%;
	color: #9C9CBB;
	margin-bottom: 50px;
}

/* подвал */
.tfooter, .tfooter2 {
	padding: 10px;
}
.tfooter2 {
	background-color: #dfdfdf;
}
.footer {
	font-size: 70%;
}

/* ячейка с основным текстом */
.content {
	padding-left: 35px;
	padding-right: 35px;
}
.content p {
	margin-bottom: 40px;
}
.content p.comment {
	margin-top: 0px;
	margin-bottom: 10px;
}
.content h2, .tcontent h2 {
	margin-bottom: 5px;
}
.content h2.large_margin {
	margin-bottom: 27px;
}
.comment2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* пунктир горизонтальный */
.hdashed {
	background: url("/images/hdashed.gif") repeat-x 0% 50%;
	padding-right: 10px;
}
.vdashed {
	background: url("/images/vdashed.gif") repeat-y;
}

/* кое-какие цвета */
.gray {
	color: #888;
}
.red {
	color: #cc0000;
}
.gray_bg, .gray_bg2 {
	background-color: #f7f7f7;
	padding: 7px 7px 7px 10px;
}
.gray_bg2 {
	background-color: #f7f7f7;
	padding: 10px 7px 10px 10px;
}

/* элементы резюме */
.section {
	font-size: 120%;
	color: #666;
}

/* линия */
hr {
	color: #aaa;
}

/* ВИД КОДА */
/* шрифт и отступ */
.code {
	font-family: "Courier New", Courier, monospace;
	padding-left: 30px;
	background-color: #f5f5f5;
}

/* КАРТИНКИ */
.blog {
	margin-top: 10px;
}