/* очистка */
html, body {
	line-height: 1.07;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100.1%; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, body, input, textarea, select, h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}

fieldset, img {
	border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym { 
	border: none;
}

fieldset {
	border: solid 0 transparent;
}

sup, sub {
	vertical-align: middle;
	position: relative;
	font-size: 80%;
}

sup { 
	bottom: 0.5em;
}

sub {
	top: 0.5em;
}

v\:* {
	behavior: url(#default#VML);
	display:inline-block;
}

/* позиционирование */
body {
	margin-left: 0.5em;
	margin-top: 0.5em;
}

#man-left {
	float: left;
	padding: 0 0.5em;
	margin-right: 0.5em;
	text-align: center;
}

#man-left h5 {
	margin-bottom: 0.5em;
}

#man-left a {
	display: block;
}

#man-left .email, #man-left .tel, #man-left ul, #man-left li {
	margin-top: 0.3em;
}

#content {
	overflow: auto;
	zoom: 1;
	padding-left: 0.5em;
}

#content h2 {
	clear: both;
	margin-top: 0.6em;
	margin-bottom: 0.5em;
}

#footer {
	clear: both;
	padding-top: 0.5em;
	text-align: right;
}

/* шрифт */
body {
	font-family: Georgia, Times New Roman, serif;
}

#content h1, #man-left h5 {
	font-size: x-large;
}

#content h2 {
	font-size: large;
}

.tel, .fn {
	text-decoration: none;
}

@media handheld {
	.tel {
		text-decoration: underline;
	}
}

#footer p {
	font-size: xx-small;
}

/* разное */
.nobr {
	white-space: nowrap;
}