	body {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px; 
		margin-right: 0px;
		color: #333;
		font-size: 11px;
		font-family: Verdana, Tahoma, Helvetica;
		text-align: center;
		background-color: #FFF;}

	div.content-container {
		margin: 0px auto;
		text-align: left;
		padding: 10px;
		width: 750px;}

	a {
		color: #10307b;
		font-size: 11px;
		text-decoration: none;}

	a:hover {
		text-decoration: underline;}

	h2 {
		
		font-size: 15px;}

        h3 { font-size: 14px;padding-top:20px}
        
        
	div.table-border {
		padding: 5px;}

	table td {border:1px solid #000; padding:10px;font-size: 11px}
        
        p{font-size: 12px;}
        
	h2 span,
	p.main-text span, p span {
		color: #10307b;
                font-size: 12px;
		}

	p.link-text a {
		color: #10307b;
		font-weight: bold;}


	div.text-container {
		padding-left: 0px;
		margin-bottom: 50px;
		background-repeat: no-repeat;
		background-position: 10px 60px;
		background-image: url('images/transport.jpg');}

	div.header-container {
		margin-top: 10px;
		height: 140px;}

	div.header-container div.logo {
		width: 280px;
		height: 95px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url('images/lkw_logo_277x37.gif');
		float: left;}

	div.header-container div.address {
		width: 250px;
		height: 95px;
		float: left;}

	div.header-container div.address p {
		text-align: right;
		vertical-align: middle;
		padding: 10px;}

	div.header-container div.image {
		width: 198px;
		height: 95px;
		background-position: 50% 50%;
		background-image: url('images/lkw_building.jpg');
		float: left;}

	div.clear {
		clear: both;}

	div.header-container div.contact {
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 10px;
		border-top: 1px solid #10307b;
		border-bottom: 1px solid #10307b;}
        
        #left-contact{
            background-color: #E3E3F4;
            border: 1px solid #3B3790;
            margin-left: -250px;
            margin-top: 180px;
            padding: 5px;
            position: fixed;
            top: 0;
            z-index: 100;
        }
        
        #right-contact{
            background-color: #E3E3F4;
            border: 1px solid #3B3790;
            margin-left: 755px;
            margin-top: 180px;
            padding: 5px;
            position: fixed;
            top: 0;
            z-index: 100;
        }