div, p, a {
  margin: 0;
  padding: 0;
}

body{
  font-family: trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;
  color: #3A3636;
  position: relative;
  background: #ffffff;
  overflow-y: scroll;
}

#header {
  margin: 0px 15px 40px 15px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 10;
  clear: both;
  height:155px;
}

#logo {
  position: absolute;
  top: 50px;
  left: 75px;
}

#logo a.logo-icon {
  display: block;
  width: 155px;
  height: 79px;
  margin-left: -10px;
  background: url('/static/media/logo.png') 0 0 no-repeat;
  color: #034694;
  text-decoration: underline; 
}

#search {
  position: absolute;
  top: 65px;
  left: 55px;
  z-index: 12;
}

#menubar {
  position: absolute;
  bottom: 0px;
  left: -100px;
  right: 0px;
  height: 35px;
  top: 80px;
}

#menu {
  margin: auto;
}

#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  float: left;
  min-width:800px;
}

#menu li {
  position: relative;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-left: 10px;
  border: none;
}

#menu a {
  float: left;
  padding: 0px 10px 0px 13px;
  text-decoration: underline;
  display: block;
  height: 20px;
  float: left;
  font-size: 14px;
  line-height: 15px;
  color: #034694;
  letter-spacing: 0px;
  text-decoration: underline;
}

#wrapper {
  width: 1000px;
  /*border-left: 1px solid #F2F1F0;
  border-right: 1px solid #F2F1F0;*/
  margin: auto;
}

#content {
  margin: -50px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  clear: both;
  position: relative;
}


#footer {
  margin: 50px auto 0px auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  clear: both;
}

.width33 {
  width: 33%;
}

.float-left {
  float: left;
  overflow: hidden;
}

.inline {
  display: inline-block;
}

.row {
  display: table-row;
}

.col {
  display: table-column;
}

.cell {
  display: table-cell;
}

.top {
  vertical-align: top;
}

#leftmenu {
  background: url('/static/media/leftmenu.jpg') no-repeat;
  padding-top: 0px;
  padding-right: 40px;
  border-top: none;
  width: 200px;
  height: 310px;
  margin-left: 20px;
  margin-top: 20px;
  float:left;
}

#leftmenu ul {
  margin: 60px 0;
  padding-left: 15px;
  list-style: none;
  position: relative;
  text-decoration: none;
}

#leftmenu a {
  text-decoration: none;
  height: 20px;
  line-height: 25px;
  text-indent: 5px;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}

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

#article {
  margin-left: 250px;
  overflow:hidden;
}

#article h1{
  color: #dd5b21;
  text-align: justify;
  font-size: 24px;
  line-height: 26px;
}

#article h2 {
  font-size: 22px;
  line-height: 24px;
  color: #68ACF8;
}

#article p{
  margin-bottom: 12px;
  margin-top: 12px;
  line-height: 18px;
  font-size: 12px;
  text-align: justify;
}

#bottom {
  padding-top:15px;
  height: 80px;
}

img[alt="200x"] { 
  width: 200px; 
  margin: 8px;
  display: inline-block;
}

img[alt="200x_l"] { 
  width: 200px; 
  margin: 8px;
  float: left;
  display: inline-block;
}

img[alt="200x_r"] { 
  width: 200px; 
  margin: 8px;
  float: right;
  display: inline-block;
}


img[alt="400x_l"] { 
  width: 400px; 
  margin: 8px;
  float: left;
  display: inline-block;
}

img[alt="400x_r"] { 
  width: 400px; 
  margin: 8px;
  float: right;
  display: inline-block;
}

img[alt="300x_l"] { 
  width: 300px; 
  margin: 8px;
  float: left;
  display: inline-block;
}

img[alt="180x_l"] { 
  width: 180px; 
  margin: 8px;
  float: left;
  display: inline-block;
}

img[alt="180x_r"] { 
  width: 180px; 
  margin: 8px;
  float: right;
  display: inline-block;
}

img[alt="180x"] { 
  width: 200px; 
  margin: 8px;
  display: inline-block;
}

img[alt="600x"] { 
  width: 600px; 
  margin: 8px;
  display: inline-block;
}

img[alt="l"] { 
  float:left;
  margin: 8px;
  display: inline-block;
}

img[alt="r"] { 
  float:right;
  margin: 8px;
  display: inline-block;
}

#end {
  width: 1000px;
  height: 73px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #5A5C5E;
  font-size: 10px;
  text-align: center;
  background: url('/static/media/end.png') no-repeat;
}