﻿.left_pic {
	background: url(images/left_pic.jpg) no-repeat;
	background-position: left;
	position: absolute;
	top: 1;
	left: 1;
	width: 594px;
	height: 175px;
}

.top_container {
	width: 431px;
	height: 175px;
	position: absolute;
	right: 10px;
	top: 0;
}

.top1 {
	background: url(images/top1.png) no-repeat;
	width: 202px;
	height: 175px;
	float: left;
}

.top2 {
	background: url(images/top2.png) no-repeat;
	width: 154px;
	height: 175px;
	float: left;
}

.top3 {
	background: url(images/top3.png) no-repeat;
	width: 75px;
	height: 175px;
	float: left;
}

.slogan {
	position: absolute;
	top: 20px;
	left: 280px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: maroon;
}



