body {
	font-family         : arial, sans-serif;
	font-size           : 1.0em;
	background          : #06071c;
}

.bg {
  background          : #06071c;
}

.clear {
  clear               : both;
}

a {
  border              : 0;
  color               : black;
}

a img {
  border              : 0px
}

.contentbox, .template-text {
  padding             : 0 30px 10px 30px;
  font-size           : 0.9em;
}

h2 {
  padding             : 0 10px 0 30px;
  _padding            : 20px 10px 0 30px;
  .padding            : 20px 10px 0 30px;
  font-weight         : bold;
  font-size           : 1.8em;
}

#container {
  width               : 800px;
  margin              : 0 auto;
}

#left_box {
  width               : 174px;
  float               : left;
  position            : relative;
}

#navigation ul {
  float               : right;
  margin              : 0;
  padding             : 0;
  list-style          : none;
}

#navigation li {

  display             : block;
  font-weight         : bold;
  width               : 150px;
  
}

#navigation li a{

  display             : block;
  text-decoration     : none;
  color               : white;
  width               : 144px;
  padding             : 3px 0 3px 6px;
  margin              : 0 0 5px 0;
  font-size           : 0.9em;
  
}

#navigation li a:hover, #navigation li .navi_active {
  text-decoration     : none;
  color               : #ff6824;
  background          : #262531;
}

#starticket {
  margin-top          : 130px;
}

#content_box {
  width               : 455px;
  float               : left;
  background          : white;
  min-height          : 600px;
  height              : auto !important;
  height              : 600px;
}

#right_box {
  width               : 171px;
  float               : left;
  color               : white;
  font-size           : 0.9em;
}

#right_box img {
  border              : 1px white solid;
}

#header {
  height              : 154px;
}
