h1,h2,p,ul,ol,li,a {
    padding: 0;
    margin: 0;
}

body {
    background-color: #181817;
    color: #fff;
    margin: 0;
    overflow-y: scroll;
}

#two {
    position: fixed;
    left: 5px;
    bottom: 5px;
    font: 10px Arial, sans-serif;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 900px;
    background-image: url(../images/wrapper-bg.jpg);
    background-repeat: no-repeat;
    background-color: #181817;
}

#slideshow {
    margin-top: 7px;
    width: 900px;
    height: 375px;
    background-image: url(../images/slider-bg.png);
    background-repeat: no-repeat;
    position: relative;
}

#content {
    margin-top: 23px;
    overflow: hidden;
}

#sep {
    width: 900px;
    height: 1px;
    background-color: #424241;
    margin-top: 28px;
}

#info {
    overflow: hidden;
    position: relative;
}

#footer {
    height: 87px;
    position: relative;
}

#footer-sep {
    height: 1px;
    width: 900px;
    margin-top: 30px;
    background-image: url(../images/footer-sep-bg.png);
    background-repeat: no-repeat;
    background-position: center 0;
}

#content h1 {
    color: #5298ff;
    font: bold 26px Arial, sans-serif;
}

#content p, #info p {
    margin-top: 15px;
}

#content p, #content ul li, #content ol li, .copyright, #footer ul.footer-menu li,#info p, #info ul li, .error {
    color: #fff;
    font: 14px Arial, sans-serif;
}

#content h2, #info h2 {
    color: #fff;
    font: 22px Arial, sans-serif;
    margin-top: 17px;
}

#content ul li, #info ul li {
    list-style: none;
    background-image: url(../images/li-bg.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 15px;
}

#content a, #info a,#slideshow a {
    color: #5092f4;
}

/*#slideshow a {
    padding-left: 8px;
    background-image: url(../images/a-bg.png);
    background-position: 0 5px;
    background-repeat: no-repeat;
}*/

#content a:hover, #info a:hover, #slideshow a:hover {
    text-decoration: none;
}

#content ul, #content ol, #info ul {
    margin-top: 13px;
}

#content ol {
    padding: 0 0 0 27px;
}
#footer div.addthis_toolbox {
    height: 20px;
    position: absolute;
    bottom: 20px;
    width: 280px;
}

#footer ul.footer-menu {
    position: absolute;
    left: 180px;
    top: 18px;
}

#footer ul.footer-menu li {
    display: inline;
    list-style: none;
}

#footer ul.footer-menu li:before {
  	content: '|';
  	margin: 0 5px;
}
#footer ul.footer-menu li:first-child:before {
  	content: none;
}

#footer ul.footer-menu li a {
    color: #fff;
}

#footer ul.footer-menu li a:hover,#footer ul.footer-menu li.active a {
    text-decoration: none;
}

.copyright {
    position: absolute;
    right: 0;
    bottom: 20px;
}

#info .left-side-info {
    float: left;
    width: 230px;
    overflow: hidden;
}

#info .right-side-info {
    float: right;
    width: 260px;
    overflow: hidden;
}

#info .center-info {
    float: left;
    width: 240px;
    margin-left: 96px;
    overflow: hidden;
}

#wrapper img {
    border: 1px solid #5298ff;
}

.map {
    margin-top: 15px;
}


#slideshow div.slide-item img {
    width: 100px;
    height: 100px;
    border: 1px solid #5298ff;
    opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    filter: alpha(opacity=35);
	cursor: pointer;
}

#slideshow div.slide-item p {
    margin: 18px 0 20px 0;
    color: #fff;
    font: 14px Arial, sans-serif;
}

#slideshow div.slide-item h3 {
    margin: 0;
    color: #fff;
    font: 18px Arial, sans-serif;
}

.img-fl-r {
    float: right;
    margin-left: 20px;
}

.img-mt {
    margin-top: 15px;
}

.img-mt2 {
    margin-top: 20px;
}

#fullimg {
    width: 285px;
    height: 315px;
    position: absolute;
    right: 0;
    top: 0;
}

#fullimg img {
    border: none;
}