

	div#content {
		padding: 7px 7px 0 7px;
	}

	div#left h3,
	div#right h3 {
		margin: 8px 0;
		font-size: 130%;
		font-weight: bold;
		text-transform: uppercase;
		background-color: inherit;
		color: #044f89;
	}

		div#left {
			float: left;
			width: 448px;
			border-right: solid 1px #d8d8d8;
			text-align: left;
			margin-bottom: 7px;
		}

		div#right {
			float: right;
			width: 302px;
			margin-left: -1px;
			border-left: solid 1px #d8d8d8;
			text-align: left;
			color: #ccc;
			margin-bottom: 7px;
		}

			div#left p {
				margin: 10px 0;
				text-align: justify;
			}

		div#left div.holder {
			padding: 7px 12px 4px 7px;
		}

		div#right div.holder {
			margin: 7px 7px 4px 12px;
			background: White url("/themes/labelcar/images/background-right.png") top repeat-x;
		}

		div#right div#contacts {
			padding: 4px;
			background: url("/themes/labelcar/images/background-contacts.png") bottom no-repeat;
			text-align: center;
		}

		div#right div#contacts p {
			margin: 8px 5px;
		}

	div#footer {
		height: 50px;
		background: url("/themes/labelcar/images/background-footer.png") top repeat-x;
	}
