body {
    background-image: url(assets/images/brocade-bg-3.jpg);
    background-position: center;
    background-repeat: repeat-y;
    background-color: black;
    font-size: 14px;
    
}

#wrapper {
    width: 1280px;
    margin: 0px auto;
}

#inner-wrapper {
    width: 1100px;
    margin: 0px auto;
    min-height: 600px;
    border: 0px solid gray;
    position: relative;
}

#menu {
    position: relative;
    left: 25px;
    top: 50px;
/*     background-image: url(assets/images/menu-1.png); */
/*     background-repeat: no-repeat; */
/*     background-position: top center; */
    width: 128px;
    height: 79px;
    z-index: 70;
    float: left;
}

#footer-ip ul {
    margin: 0px;
    padding: 0px;
}

#footer-ip ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #4d4d4d;
}

#footer-ip ul li.last {
    border-right: 0px solid #fff;
    padding: 0px 0px 0px 5px;
}

#logos ul {
	list-style-type: none;
	
}

#logos img {
	width: 175px;
	border-width:0px;
}
#logos li {
	
	
    display: inline;
}

#footer-ip a, #footer-ip a:hover, #footer-ip a:visited, #footer-ip a:active {
    color: #ffffff;
}

#footer-ip a:hover {
    color: #7f7f7f;
}

#footer-ip {
    position: relative;
    width: 850px;
    height: 50px;
    color: white;
/*     bottom: 50px; */
/*     margin-right: 80px; */
    float: right;
    text-align: center;
    margin: 0px 125px 0px 0px;
    padding: 10px 0px;
    border-top: 1px solid white;
    font-family: "Courier New", monospace; 
}

#content {
    width: 880px;
    padding: 15px 25px;
    float: right;
    color: white;
    font-family: "Courier New", monospace;    
}

#content-wrapper {
    background-image: url(assets/images/trans-back.png);
    padding: 20px;
/*     border: 6px solid #2F1E1D; */
/*     background-color: #CFC7B5; */
    color: white;
}

h3 {
    font-size: 24px;
    font-weight: normal;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid #fff;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #420807;
    color: #fff;
/*     font-size: 12px; */
}
#ditto_pages .ditto_off {
    border: 1px solid #fff;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #fff;
/*     font-size: 12px; */
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #fff;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #fff;
}
#ditto_pages a:hover {
    background-color: #420807;
    color: #fff;
}

.links {
    font-size: 12px;
}

p.links {
    padding-bottom: 5px;
    margin-bottom: 0px;
}

a, a:hover, a:visited, a:active {
    color: white;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h4, h5 {
    margin: 0px 0px 5px 0px;
}

h4 {
    font-size: 16px;
    font-weight: normal;
}

h5 {
    font-size: 14px;
    font-weight: normal;
}

ul.news-list {
    margin: 0px;
    padding: 0px;
}

ul.news-list li {
    list-style-type: none;
}

div.gallery-images td img {
    padding: 5px;
    border: 1px solid black;
}
