html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

*{
	border: 1px solid black;
}

body {
	line-height: 1;
	background: url('images/body_bg.png') repeat-x left top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.wrapper{
	/*clear: both;*/
	width: 1000px;
	margin: 0 auto;
}

#r_col, #l_col{
	float: left;
	heigth: 100%;
	
}
#l_col{
	width: 473px;
	background: url('images/woman.png') no-repeat right top;
}
#r_col{
	width: 500px;
	
}
.h_link{
	margin-left: 100px;
	padding-top: 305px;
	font: 18px Arial;
}
.h_link a{
	color: #000;
}
#l_col{
	position: relative;
}
#l_col #proj_block{
	width: 329px;
	padding: 15px;
	margin-left: 100px;
	/*background: url('images/') no-repeat left top;*/
	background-color: #eef0ef;
}
#l_col #proj_block a{
	font: 14px Arial;
	font-weight: bold;
	color: #000;
}
#l_col #proj_block p{
	font: 12px Arial;
	color: #000;
	padding-bottom: 10px;
}


#r_col #top_menu{
	margin-top: 82px;
	padding-left: 17px;
	color: #6f4a30;
	font: 14px Arial;
	font-style: italic;
}
#r_col #top_menu span{
	font-size: 17px;
}
#r_col #top_menu a{
	color: #6f4a30;
}
#r_col #top_menu img{
	margin-left: 30px;
	margin-right: 30px;
}


#r_col #main_menu{
	width: 420px;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-left: 40px;
	font: 22px Arial;
	font-style: italic;
	font-weight: bold;
	color: #018f03;
	line-height: 1.3;
}
#r_col #main_menu a{
	font: 18px Arial;
	color: #000;
	padding-right: 20px;
}
#r_col #main_menu span{
	padding-right: 20px;
}

#r_col #second_menu{
	width: 430px;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-left: 40px;
	font: 16px Arial;
	font-style: italic;
	font-weight: bold;
	color: #018f03;
	line-height: 1.3;
}
#r_col #second_menu a{
	font: 16px Arial;
	color: #000;
	padding-right: 20px;
}
#r_col #second_menu span{
	padding-right: 20px;
}


#r_col .paragraph{
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 35px;
	font: 15px Arial;
	color: #000;
	line-height: 1.5;

}
#r_col .paragraph span{
	font-size: 36px;
	line-height: 1.0;
	margin-left: -4px;
}

.clear{
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1;
	font: 1px;
}

hr {
	width: 830px;
	margin: 0 auto;
	color: #000; /*для IE */
	background-color:#000; /*для Firefox, Opera, Safari*/
	border:0px none;
	height:1px; /* высота 1px IE, Firefox, Opera, Safari */
	clear:both; /* для очистки, если тег идет после float елемента */
}

.sent_quest{
	margin-left: 22px;
	font: 10px Arial;
	font-weight: bold;
}
.sent_quest li{
	padding-bottom:2px;
}
.sent_quest textarea{
	width:380px;	
	margin: 10px 0 5px 0;
}
.sent_quest a{
	margin-right: 10px;
	color: #008f02;
}
.sent_quest a:hover{
	color: #00c503;
}

h1{
	padding-left: 20px; 
	padding-bottom:15px;
	clear: both;
	font: 20px Arial;
	color: black;
	font-weight: bold;
}