#header
{
  height: 330px;
  background: url('/images/header_bg_home.jpg') left top no-repeat;
}

#header_right
{
  height: 330px;
}

#content_slider
{
  position: relative;
  width: 665px;
  height: 275px;
  overflow: hidden;
}

#content_slider div.item
{
  width: 665px;
  height: 275px;
  background: url('/images/slider_bg.jpg') left top no-repeat;
}

#content_slider div.item p
{
  width: 665px;
  height: 275px;
  margin: 0px;
}

#content_slider div.item p span
{
  display: block;
  padding: 70px 0px 0px 70px;
  font-family: 'Times New Roman';
  font-size: 48px;
  font-style: italic;
  line-height: 60px;
}

#content_slider div.item p span.before
{
  color: #CCCCCC;
}

#content_slider div.item p span.after
{
  color: #852B34;
}

#content
{
  background: #FFFFFF url('/images/content_bg_home.jpg') left top no-repeat;
}