@charset "utf-8";

html, body
{

}

body
{ 
}

#footer
{ 
	clear: both;
	float: left;
	width: 100%;
}



/*
Тянется, небольшой отступ с обеих сторон
*/

/*
#wrap
{
	min-width: 942px;
    max-width: 1410px;

    position: relative;
	padding: 0 25px;
	font-family:arial,helvetica,clean,sans-serif;    
}
/*
*/

#wrap
{ 
	width: 980px;
	min-width: 900px;
	max-width: 980px;
	margin: 0 auto;
/* 	position: relative; */
	font-family:arial,helvetica,clean,sans-serif;
}


#header
{
    position: relative;
    width: 100%;
    /*float: left;    
    clear: both;*/
    /*padding-bottom: 30px;*/
    margin-bottom: 20px;
    height: 180px;
    z-index: 1000;
}

#logo
{ 
	position: absolute;
	left: 0;
	top:  90px;
	width: 200px;
}

#main
{
	margin-bottom: 30px;
}

/* @group Content */

#content
{
	float: right;
	/*margin-left: 230px;*/
	/*float: left;*/ 
	width: 749px;
	/*padding-left: 20px;*/
	position: relative;

	clear: right;
}

.single-content #content
{ 
	margin-left: 0;
}

#content .container
{
	float: left;
	width: 100%;
}

#content .three-column
{ 
	width: 29%;

}

#content .middle-column
{ 
	margin: 0 4%;
}

/* @end */

/* @group Information */

#information
{
    float: left;
    width: 210px;
    position: relative;
    z-index: 3;
    margin-top: 10px;
}

#information .container
{ 
	padding: 10px;
	width: 190px;
	/*padding-right: 5px;*/
	/*padding-right: 3%;*/
	/*width: 97%;*/
	/*float: left;*/
	position: relative;
	margin-bottom: 20px;
	/*background-color: #EEEEEE;*/

}

/* @end */

#footer
{
/*
    clear: both;
    float: left;
*/
    /*height: 50px;*/
    width: 100%;
    margin: 30px 0 15px 0;
	border-top: 1px solid #C2C5CB;
}


