@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* img {
	border: none;
}

body {
	background-image: url(../callcenter/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}

.wrapper {
	width: 780px;
	margin: 40px auto 0 auto;
}

.top {
	background-image: url(../callcenter/bgbody.png);
	background-repeat: no-repeat;
	height: 250px;
}

.topleft {
	height: 250px;
	width: 400px;
	float: left;
	text-align: left;
}

.topleft a {
	text-decoration: none;
	color: blue;
} 

.topleft a:hover {
	text-decoration: underline;
	color: red;
} 

.topleft img {
	margin: 16px 0 0 20px;
}

.topright {
	height: 250px;
	width: 380px;
	float: left;
}

.topempty {
	height: 20px;
	width: 780px;
	clear: both;
}

.tdleft {
	background-image: url(../callcenter/2px.png);
	background-repeat: repeat-y;
	background-position: right;
}

.bodyleft h1 {
	font-size: 16px;
	text-align: left;
	padding: 6px 20px;
}

.bodyleft p {
	padding: 6px 20px;
	text-align: left;
}

.bodyleft ul {
	margin-left: 40px;
	font-size: 12px;
	text-align: left;
}

.bodyleft a {
	text-decoration: none;
	color: blue;
} 

.bodyleft a:hover {
	text-decoration: underline;
	color: red;
} 

.bodyright p {
	font-size: 10px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: left;
	border-bottom: #a4eaf4 solid 1px;
	padding-bottom: 5px;
}

.bodybottom {
	margin-top: 30px;
	width: 780px;
}


