body {
  margin:10px 0 0 0; padding:0;
  background:url(../images/outer_bg.gif);
  background-repeat:repeat-y;
  background-position:center;
  background-color:#EBECF0;
}

#outer {
  margin:0 auto 0 auto; padding:0;
  width:760px;
  background:url(../images/outer_bg.gif);
  background-repeat:repeat-y;
  background-position:center;
}

#header {
  margin:auto;
  width:760px;
  height:149px;
  background:no-repeat url(../images/header_home_bg.gif);
}

#page_content.home {
  background:no-repeat url(../images/home_content_bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  height:460px;
}

#main_content.home {
  text-align:center;
  margin:0 0 0px 0;
  /*background:no-repeat url(../images/home_content_02_bg.jpg);*/
  /*background-position:center 440px;*/
  /*background-repeat:no-repeat;*/
}

#main_content.page {
  position:relative;
  width:760px;
}

#left {
  margin:0 0 0 0;
  float:left;
  width:230px;
  background-image:url(../images/left_bg.gif);
  background-repeat:repeat-y;
}

#left_top {
  padding:60px 0 0 0; margin:0;
  background-image:url(../images/left_top_bg.jpg);
  background-repeat:no-repeat;
  background-position:top left;
}

#left_i {
  margin:0 30px 0 18px;
  text-align:left;
}

#right {
  float:right;
  margin:0 0 0 0;
  width:500px;
}

#right.page {
  background-image:url(../images/test_bg.jpg);
  background-repeat:no-repeat;
  background-position:top right;
}

#right_i {
  margin:57px 30px 0 0;
}

.left_space {
  height:250px;
}

#footer {
  position:relative;
  margin:10px auto 20px auto;
  padding:0;
  width:750px;
  text-align:center;
}

#footer p {
  font:normal normal normal 10px/10px arial;
  color:#999999;
  margin:0 0 10px 0;
}

#footer a {
  font:normal normal normal 10px/10px arial;
  color:#999999;
  text-decoration:none;
}

#footer a:hover {
  text-decoration:underline;
}

.left_thumbnail {
  border:1px solid #CDCDCE;
  margin:0 0 10px 0;
}

.image {
  margin:10px 0 0px 0;
  border:1px solid #CDCDCE;
}

.content_element {
  clear:both;
  margin:0; padding:0;
}

.content_element_left {
  float:left;
  width:250px;
}

.content_element_right {
  float:right;
  width:182;
  margin:0 10px 0 0;
}

.centered {
  text-align:center;
}

.split {
  position:relative;
  width:100%;
}

.split_left {
  float:left;
  width:49%;
  margin:0; padding:0;
}

.split_right {
  float:right;
  width:49%;
  margin:0; padding:0;
}
