*{margin:0; padding:0;}

html {overflow-y: scroll;}

body {
   background: #fff url(images/bg.jpg)  no-repeat center center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;

   font-family: 'Abel', Verdana, Arial, Sans-Serif;
   font-size: 16px;
   color: #555;
   margin:0;
   padding:0;
   line-height: 135%;
   font-weight: 100;
}


h1 {
   font-size: 30px;
   margin: 50px 0 40px 0;
   padding: 0 0 13px 0;
   color: #555;
   font-family: 'Anton', sans-serif;
}


h2 {
   font-size: 23px;
   margin: 0px 0 0px 0;
   padding: 0 0 0px 0;
   color: #888;
   font-family: 'Anton', sans-serif;
}

p {
   margin: 0px 0px 18px 0px;
}

a {
   color: #DF7207;
   text-decoration: none;
}
a:hover {
   text-decoration: none;
   color : #3B617A;
}

img {
   border: none;
   padding: 4px 8px 6px 0px;
}
img a {
   border:none;
}

ul {
   list-style-type: none;
}


#wrapper {
   padding: 0 0 0 20px;
}


#page {
   width: 780px;
   margin: 0 auto;
   background: transparent; //#fff;
}



#header {
   width: 100%;
   height: 191px;
}

#header img { border: none; padding: 0px; }



#menuwrap {
   text-align:center;
   z-index:1000;
   width:100%;
   background: #3B617A no-repeat;
   position: -webkit-sticky;
   position: -moz-sticky;
   position: -ms-sticky;
   position: -o-sticky;
   position: sticky;
   top: 0;
}
#menu {
   height: 60px;
   line-height: 60px;
   font-family: 'Abel', sans-serif;
   width:780px;
   margin: 0 auto;
}
#menu ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0px;
}
#menu ul li {
   display: block;
   float: left;
}
#menu ul li a {
   display: block;
   padding: 0 20px 0 20px;
   color: #fff;
   font-size: 18px;
   font-weight: 600;
}
#menu ul li a:hover {
   color: #DF7207;
   background: url(images/menuover.png) 0px 1px repeat-x;
}
#menu a.fb {
   display: block;
   padding-top:9px;
   margin: 0px 0px 0px 730px;
   text-decoration: none;
}


#leftcontent {
   float: left;
   width:500px;
   margin: 0px 0 0 0;
}


#leftcontent_i {
   float: left;
   width:370px;
   padding: 10px 1px 0px 19px;
}
#rightcontent_i {
   float: right;
   width:370px;
   padding: 10px 19px 0px 1px;
}

#img_i2 {padding:0; margin 0;}
#leftcontent_i2 {
   float: left;
   padding: 10px 0px 0px 0px !important;
   margin: 0px 0px 0px 0px  !important;
}
#rightcontent_i2 {
   float: right;
   padding: 10px 18px 0px 1px !important;
   margin: 0px 0px 0px 0px  !important;
}


#content {
   float: left;
   width:740px;
   margin: 0px 0;
}
#content h4{
   margin: 20px 0px 0px 0px;
}
#content ul {
   list-style-type: none;
   padding: 10px 10px 15px 10px;
}
#content ul li {
    background: url(images/bullet.jpg) no-repeat top left;
    background-position: 0px 4px;
    padding: 2px 0 5px 30px;
}
#content a {
   text-decoration: none;
   border-bottom: 1px dotted #DF7207;
}
#content a:hover {
   border-bottom: 1px solid #3B617A;
}


.mplayer {margin:10px 0px 35px 0px;}
.zimg{float: right; padding: 0px 0px 0 5px;}


.sidebar {
   float: right;
   width: 240px;
   margin: 0px 10px 0 0;
   border-left: 1px dotted #aaa;
   color: #888;
}
.sidebar img {
   padding: 0; margin: 0;
}
.sidebar h2 {
   font-weight: 100;
   font-size: 23px;
   margin: 6px 0 0 0;
   padding: 0 0 0 10px;
}
.sidebar ul {
   list-style-type: none;
   padding: 18px 10px 5px 10px;
}
.sidebar ul li {
    background: url(images/bullet.png) no-repeat top left;
    background-position: 0px 4px;
    padding: 2px 0 9px 25px;
}
.sidebar ul li a {
   font-size: 13px;
}
.sidebar p {
   margin:18px 0px 0px 10px;
}




#footer {
   background: #3B617A url(images/footer.jpg) no-repeat;
   margin: 5px 18px 0px 18px;
   padding: 0;
   height: 60px;
   line-height: 60px;

   font-size: 13px;
   text-align: center;
   color #fff;
   font-family: 'Verdana', sans-serif;
   color: #fff;
}
#footer p {
   margin: 0;
   color: #fff;
}
#footer a {
   font-weight: 800;
   color: #fff;
   text-decoration: none;
   border-bottom: 1px dotted #ffffff;
}
#footer a:hover {
   color: #DF7207;
   border-bottom: 1px solid #DF7207;
}


#EMP {
   background: #ffffff no-repeat;
   margin: 0px 18px 0px 18px;
   padding: 6px 0px 6px 0px;
   text-align: center;
   color: #777;
   font-size: 13px;font-family: 'Verdana', sans-serif;
}
#EMP a{color: #777;margin: 0;padding: 0;font-size: 13px;font-family: 'Verdana', sans-serif;}
#EMP a:focus, EMP a:hover {text-decoration: none;outline: 0;}
#EMP a:hover {color: #dd0104;}
