/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
}

img {
  border: 0px;
  display: block;
}

form {
  margin: 0;
  padding: 0;
}

#center {
  min-height: 100%;
  height: auto;
  margin: 0 auto; /*Center container on page*/
  width: 900px;
  /*
  border-left: 1px solid #814C16;
  border-right: 1px solid #814C16;
  */
}

* html #center{height: 100*;}

#inner {
  height: 100%;
}

#top {
  height: 236px;
  width: 900px;
}

#topleft {
  width: 900px;
  height: 198px;
  background: url(../../uploads/logo.jpg) no-repeat left top;
  text-align: right;
  position: relative;
}

#topright {
  border: 0;
  text-align: left;
  width: 101px;
  height: 200px;
}

#menubar {
  width: 900px;
  height: 36px;
  /*background: url(../../images/menubg.jpg) no-repeat left top;*/
}

#menu {
  height: 36px;
  position: relative;
  text-align: left;
  clear: both;
  border-bottom: 1px solid #D9942C;
}

#menu a.menu {
  display: block;
  float: left;
  height: 36px;
  padding: 0px 20px 0 20px;
  border-bottom: 1px solid #D9942C;
}

#menu a.menu_open{
  border-bottom: 1px solid #000;
}

#menu a.menu b {
	display: block;
	padding-top: 12px;
}


#menu .lang {
  float: right;
  padding-right: 20px;
  margin-top: 15px;
}

#menu .twitter {
  float: right;
  padding-right: 10px;
  margin-top: 12px;
}

.bar {
  float: left;
  height: 36px;
  width: 2px;
  background: url(../../images/bar.gif) no-repeat center bottom;
  text-align: center;
  border-bottom: 1px solid #D9942C;
}

#content {
  width: 900px;
  margin-top: 10px;
  overflow: hidden;
}

#footer {
  width: 900px;
  text-align: right;
  bottom: 0;
  margin: 20px auto;
  padding: 5px 0 0 0px;
  border-top: 1px solid #462812;
}

#footer img {
	display: inline;
}


#img {
  clear: both;
  float: left;
  width: 520px;
  padding: 0px 0px 0px 20px;
}

#login {
	position: absolute;
	width: 900px;
	height: 40px;
}

#login2 {
	border-bottom: 1px solid #000000;
}

#login2 .btn {
  display: inline;
  width:50px;
  height: 18px;
}

#login2 .admin {
  padding-left: 20px;
  float:left;
}

#translucentbkg {
	width: 900px;
	height: 40px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity: 0.4;
	background-color: #000000;
}

#opaquetext {
	width: 900px;
	height: 40px;
	position: absolute;
	background-color: transparent;
	z-index: 2;
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
}

#opaquetext div {
	color: #FFFFFF;
}

#static_pages {
	clear: both;
}

#static_pages p {
	text-align: justify;
}

#static_pages img{
  display: inline;
}

.tools {
	position: absolute;
	right: 0;
}

.submenu {
	border: 1px solid #D9942C;
	border-top: none;
    background-color:#000000;
	position: absolute;
	z-index: 1000;
	width:200px;
	display: block;
	text-align: left;
	padding: 5px;
	display: none;
	top: 37px;

	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

.smenu a {
	padding: 5px;
}


