/* [Layout Style] */
.t_bgcol1 { background-color: #000000; }
.t_col1   { color: #000000; }
.t_bdcol1 { border: solid 1px #000000; }
.t_bgcol2 { background-color: #000000; }
.t_col2   { color: #000000; }
.t_bdcol2 { border: solid 1px #000000; }
.t_bgcol3 { background-color: #000000; }
.t_col3   { color: #000000; }
.t_bdcol3 { border: solid 1px #000000; }
.t_bgcol4 { background-color: #000000; }
.t_col4   { color: #000000; }
.t_bdcol4 { border: solid 1px #000000; }

body {
  background: url(/UserFiles/Image/layout/fill.jpg) repeat;
  color: #002000;
}
#lyo_outer   { text-align: center; background: url(/UserFiles/Image/layout/wrapper.jpg) repeat-x; min-height:400px}
#lyo         { margin: auto; text-align: left; width: 960px; }
#lyo_banner  { text-align: center; }
#lyo_banner h1 { color: #EF8E22; margin: 0; }
#lyo_columns { padding: 5px; }
#lyo_col_1   { float: left; width: 140px; padding: 10px; margin: 0px 10px 0px 0px; }
#lyo_col_2   { float: left; width: 748px; margin: 0px; }
#lyo_footer  { font-size: 80%; color: #ffffff; text-align: center; padding: 5px; }
#lyo_footer a{ color: #f0f0ff; text-decoration: none; }
#lyo_footer a:hover{ color: #8080ff; text-decoration: underline; }

.shadow1 {
  box-shadow: #040 5px 5px 5px;
  -webkit-box-shadow: #040 5px 5px 5px;
  -moz-box-shadow: #040 5px 5px 5px;
}

.shadow2 {
  box-shadow: #060 3px 3px 5px;
  -webkit-box-shadow: #060 3px 3px 5px;
  -moz-box-shadow: #060 3px 3px 5px;
}

#lyo_col_1 {
  background: #30a030;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}
#lyo_picture {
  padding: 10px;
  margin: 0 0 10px 0;
  background: #709830;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}
#lyo_picture img { display: block; margin: auto; }

#lyo_content {
  padding: 10px;
  background: #CBE2A5;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}

