/* Студия Дмитрия Годунова http://godunovstudio.ru

	------
	www.rosremont.ru v.1.2 CSS
	------
	Makes use of CSS Boxes
	http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
*/
#contenta {
	float: left;
	padding: 0 1em 0 0;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #contenta {
	width: 46%; /* ie5win fudge ends */
}
#contentb {
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	padding: 0 0 0 1em;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
	}
html>body #contentb {
	width: 46%; /* ie5win fudge ends */
}
#contenta DT, #contentb DT {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* first page */
.wedoa {
	float: left;
	padding: 0 1em 0 0;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
}
html>body .wedoa {
	width: 46%; /* ie5win fudge ends */
}
.wedob {
	float: left; 
	/* Opera5.02 will show a space at 
	right when there is no scroll bar */
	padding: 0 0 0 1em;
	margin: 0px;
	border: 0px;
	width: 50%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 46%;
}
html>body .wedob {
	width: 46%; /* ie5win fudge ends */
}
.wedoa H1, .wedob H1,
.wedoa H2, .wedob H2,
.wedoa H3, .wedob H3 {
	margin-top: 0;
	padding-top: 1.2em;
	padding-right: 0;
	font-size: 1.6em;
}
.wedoa H1, .wedoa H2, .wedoa H3 {
	background: white url(i/dt_header_bg.gif) no-repeat left top;
}
.wedob H1, .wedob H2, .wedob H3 {
	background: white url(i/dt_header2_bg.gif) no-repeat left top;
}
H1 A, H1 A:visited,
H2 A, H2 A:visited,
H3 A, H3 A:visited {
	color: #462F17;
	background: transparent none no-repeat;
	text-decoration: none;
	border-bottom: 1px dashed #462F17;
}
.wedoa H1 A, .wedob H1 A,
.wedoa H2 A, .wedob H2 A,
.wedoa H3 A, .wedob H3 A,
.wedoa H1 A:hover, .wedob H1 A:hover,
.wedoa H2 A:hover, .wedob H2 A:hover,
.wedoa H3 A:hover, .wedob H3 A:hover {
/*	background: transparent none no-repeat;*/
	padding-top: 1.2em;
}