@charset "utf-8";
/* CSS Document */

#wrap {
	width: 745px;
	margin: 0 auto;
}
#header {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content {
	float: left;
	width: 38%;
}

#sidebar {
	float: right;
	width: 62%;
}
#footer {
	clear: both;
}

/* =Landing pages */
body#parts #content {
	float: left;
	width: 63%;
}

body#parts #sidebar {
	float: right;
	width: 35%;
}

/* =Contacts pages */
body#contacts #content {
	width: 100%;
}