*{
	margin: 0 auto;
}

body {
	background-color: #f0df83;
	font-family: verdana,tahoma,arial,helvetica;
	font-size:.75em;
	text-align:left;
}

img {
	border:0;
}

p	{
	margin:12px 8px 0px 8px;
}

.header{
	background: url('./images/header.gif') no-repeat center top;
	margin-top:10px;
	height:162px;
	width:812px;
}
.menu{
	background: url('./images/topshad.gif') no-repeat center bottom;
	height:35px;
	width:812px;
}
.menu li{
	border-left:2px solid #d0c170;
	height:24px;
	float:left;
	list-style:none;
	padding:0px 10px 0px 22px;
}


.main{
	background:url('./images/mainbody.gif') repeat-y top;
	background-color:white;
	width:812px;
}
.content{
	padding: 15px 8px 0px 14px;;
	background: url('./images/headerbottom.gif') no-repeat center bottom;
	margin-bottom:20px;
	min-height:400px;
}
.content li{
	margin-left:12px;
	padding: 10px 10px 10px 0px;
}
.content img{
	margin: 8px 8px 0px 8px;
	border-top: 4px solid #b2b2b2;
	border-left: 4px solid #b2b2b2;
	border-bottom: 4px solid #e0e0e0;
	border-right: 4px solid #e0e0e0;
	float:left;
}

.tariff{
	font-size:12px;
	width: 400px;
	margin:15px 0px 0px 15px;
}

.address{
	font-size:12px;
	font-weight:bold;
	min-height:0px;
	text-align:center;
}
.address p{
	margin:0px 0px 10px 0px;
}

.footer{
	background: url('./images/topshad.gif') no-repeat center top;
	height:35px;
	width:812px;
	padding-top:10px;
}