html, body, h1, h2, h3, h4, h5, h6, img, blockquote, form, fieldset, label, p, ul, ol, li, dl, dd, dt {
    border: none;
    margin: 0;
    padding: 0;
}
body {
    /*background-color: #e5e5e5; */
	background-color: #ffffff;
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
input, select, textarea, option, table {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
a {
    text-decoration: none;
}
address {
    font-style: normal;
}

/*
    Global
*/
.clear { /* see 960.css */ }
.clearfix { /* see 960.css */ }
.left {
    float: left;
}
.right {
    float: right;
}

/*
    Structure
*/
.wrapper {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 12px 0;
    padding: 0 20px;
}
.wrapper > header {
    margin-bottom: 50px;
}
.main {
    
}
.side {
    
}
.wrapper > footer {
    border-top: 2px solid #000;
    color: #000;
    font-size: 12px;
    margin: 40px -20px 0;
    padding: 12px 20px;
}

/*
    Styles
*/
.logo {
   /* margin: 20px 0;
    display: block;
	text-align:center;
    max-width: 100%; 
    background: #000000 url('http://dev1.mylodgehelper.com/file/repository/wlk2016.png') fixed; 
    background-repeat: no-repeat;*/
}
.logo a {
    color: #000;
    font-family: Georgia, serif;
    font-size: 45px;
    font-weight: bold;
}
.language {
   margin:auto 0;
   position: relative;
	
}
.links, .language{
    margin:10px auto 0;
	width: 100%;
	margin-top:10px;
}
.language ul {
    list-style: none;float: right;margin-bottom:-10px;
}
.language li {
    margin: 0 5px;
    float: left; 
}
.language li a {	
	margin-right:15px; background:url('../images/blockbullets.png') no-repeat 0 6px;
	padding-left:12px;color: #7BBF16;
}
.language li:first-child {
    border: none;
}

#hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}
.breadcrumb {
    font-size: 12px;
    margin-left: 25px;
}
.breadcrumb a {
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline; 
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}

#box ul ul {margin-left:0;}
#box {
  width: 235px;
  padding: 15px 26px 15px 20px;
  margin-bottom: 15px;
  display: block;
}
#box a:link, #box a:visited {}
#nav2 {float:left;margin-right:1px;}
#editslide{
width:950px; margin:20px auto; border-radius:8px;
background:#fff; border:2px dotted #BCBCBC; text-align:center;min-height: 150px; 
}
#editslide h2 {background:#E6F1F8;padding:5px 15px;text-align:left;margin-bottom:10px;color:#333;font-size:18px;}
#editslide ul
{margin:20px auto; vertical-align: middle;}
#editslide ul li
{display:inline; list-style:none;}
#editslide img {width: 250px;margin-bottom:20px;}