:focus {
 -moz-outline-style: none;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
#usermenu {
    position: absolute;
    top: 2px;
    left: 10px;
    color: #FFFFFF;
    z-index: 10;
}

#usermenu a { color: #FFFFFF; text-decoration: underline; }
#usermenu a:hover { color: #62B34B; text-decoration: underline; }


#main{
	top: 0px;
	left: 0px;
	float: left;
	background: url(../../images/main_img.jpg) no-repeat top left;
	height: 100%;
	width: 975px;
	position: relative;
	display: block;
}
#outer {
	clear: both;
	width: 750px;
	top: 249px;
	background: url(../../images/div_bg.jpg) repeat-y;
	position: relative;
	display: block;
	margin: 0;
}
#inner {
	float: left;
	width: 750px;
    min-height: 500px; -height: 500px;
	background: url(../../images/content_bg.jpg) no-repeat top;
	position: relative;
	display: block;
}
#footer {
	clear: both;
	width: 750px;
	background: url(../../images/div_footer.jpg) no-repeat top;
	background-color: #FFFFFF;
	-position: absolute;
	text-align: center;
	padding: 20px 0px 0px 0px;
	display: block;
}

#topmenu {
    width: 544px;
	text-align: center;
	left: 190px;
	position: relative;
	padding-top: 4px;
}

#leftmenu {
    margin-top: 160px;
    margin-left: 25px;
	float: left;
	width: 155px;
	position: relative;
	line-height: 18px;
}

#content {
    left: 20px;
	float: left;
	position: relative;
	width: 520px;
    padding-top: 40px;
	line-height: 18px;
}

.login {
	float: right;
	display: block;
	margin-top: 5px;
}
.news {
  margin-bottom: 5px;
}

.c { clear: both; }
.l { float: left; }
.r { float: right; }

.thmb {
  float: left;
  width: 115px;
  height: 115px;
  margin: 0 10px 10px 0;
}

.thmb img {
  border: 1px solid #1A420F;
  padding: 1px;
}

.video {
  clear: both;
  margin: 0 0 20px 0;
}

.bottom_line {
  border-bottom: 1px solid #1A420F;
}

