body {
	font-family: arial, verdana;
	font-size: 14px;
	margin: 0;
	background: #ffe5ba url(../images/bg.jpg) repeat-x;
}

#container {
	width: 950px;
	margin: 0 auto 10px auto;
}

#header {
	position: relative;
	background: url(../images/header.jpg) no-repeat;
	height: 390px;
}
#logo {
	position: absolute;
	left: 350px;
	top: 5px;
}
#phone {
	position: absolute;
	right: 30px;
	top: 90px;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
#cover {
	position: absolute;
	left: 360px;
	top: 140px;
	color: white;
	font-weight: bold;
	font-size: 50px;
}
#upto {
	position: absolute;
	left: 360px;
	top: 230px;
	color: white;
	font-weight: bold;
	font-size: 30px;
}

#paw {
	position: absolute;
	left: -76px;
	top: 57px;
}
#paw2 {
	position: absolute;
	right: 140px;
	bottom: -78px;
}

#wrapper {
	background: url(../images/wrapperbg.jpg) repeat-y;
	padding-top: 9px;
}

#sidebar {
	float: left;
	width: 237px;
	background: #1bbfa1 url(../images/side-bottom.jpg) bottom left no-repeat;
	padding-bottom: 10px;
}
#sidenavigation {
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	background: #1bbfa1 url(../images/side-top.jpg) no-repeat;
}
#sidenavigation li {
	padding: 10px 20px;
	font-weight: bold;
}
#sidenavigation li a {
	color: white;
	text-decoration: none;
}
#content {
	float: right;
	width: 701px;
	background: white url(../images/content-top.jpg) no-repeat;
}

#footer {
	background: url(../images/content-bottom.jpg) top right no-repeat;
	clear: both;
	text-align: right;
	font-size: 11px;
	color: #e3172f;
	padding: 30px 10px 0 0;
}
#footer p {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}

h1 {
	color: #e3172f;
}
h2 {
	color: #e3172f;
}
#content h1, #content h2, #content h3, #content p {
	margin-left: 10px;
	margin-right: 10px;
}

