* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/15px Arial, Tahoma, Verdana, sans-serif;
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 8px 0;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
}
h1 {
	font: 18px Impact;
	color: #E31B5C;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 282px;
	background: url(i/header.jpg) 100% 100% no-repeat;
	position: relative;
}
#top-line {
	height: 39px;
	background: #E0E0E0 url(i/top-points.gif) 262px 0 no-repeat;
	font-size: 10px;
	text-align: right;
	padding-right: 70px;
	line-height: 39px;
	position: relative;
}
#top-line h2 {
    font-size: 10px;
    font-weight: normal;
}
#links {
	position: absolute;
	top: 0px;
	left: 30px;
	font-size: 11px;
}
#links a {
	color: #000;
	padding: 0 3px;
}
#logo {
	position: absolute;
	top: 62px;
	left: 105px;
	width: 84px;
	line-height: 119px;
	color: #E31B5C;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
#logo b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 84px;
	height: 119px;
	background: url(i/logo.gif) no-repeat;
}
#phone {
	padding: 167px 0 0 68px;
	font: 24px Impact;
	color: #E31B5C;
}



/* Content
-----------------------------------------------------------------------------*/
#content {
  width: 646px;
  float: right;
  background: url(i/mid-points.gif) 100% 0 no-repeat;
  padding: 25px 30px 150px 0;
}
#content a {text-decoration: underline;}
#content a:hover {text-decoration: none;}
.stih {
	margin: 15px 0 40px;
	font-size: 12px;
}
#content p {
	font-size: 14px;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  float: right;
  width: 270px;
  margin: 30px 30px 0 20px;
}
#left h3 {
	font-size: 11px;
	font-weight: normal;
	color: #D30606;
	border-bottom: 1px solid #FDA0A0;
	padding: 0 0 5px 12px;
}
#left ul {
	list-style: none;
	font-size: 11px;
	margin: 7px 0 30px 12px;
}
#left a {
	color: #D30606;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	height: 50px;
	background: #E0E0E0 url(i/footer-bg.gif) 100% 0 no-repeat;
	position: relative;
}
#footer a {text-decoration: underline;}
#footer a:hover {text-decoration: none;}
#bot-points {
	position: absolute;
	top: -126px;
	right: 0;
	width: 165px;
	height: 126px;
	background: url(i/bot-points.gif) no-repeat;
}
#copyright {
	float: left;
	font-size: 10px;
	line-height: 50px;
	padding: 0 0 0 30px;
}
#contacts {
	float: right;
	width: 450px;
	line-height: 13px;
	padding: 5px 0 0;
}


.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}