.wrap {
    padding-top: 50px;
}

#main_nav {
    border: 0;
}

.btn {
    margin-top: 0px;
    border-width: 0 1px 4px 1px;
    border-bottom-width: 3px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn:hover {
    margin-top: 0px;
    border-width: 0 1px 4px 1px;
    border-bottom-width: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
}


#nav-other a, #nav-other a:link, #nav-other a:visited {
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;    
}

#nav-other2 a, #nav-other2 a:link, #nav-other2 a:visited {
    color: #ffffff;
	font-size: 1rem;
	font-weight: normal;
}




.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs .open > a, .nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
    margin-top: 6px;
    padding: 10px 15px;
    border-color: #670000;
}


.breadcrumb {
    border-radius: 0;
}


.page-left-sidebar {
    background-color: #ffffff;;
    background-image: none;
    background-repeat: repeat;
    color: #333333;
}

.page-right-sidebar {
    background-color: #ffffff;;
    background-image: none;
    background-repeat: repeat;
    color: #333333;
}


@media (min-width: 992px) {
    .page-left-sidebar {
        background-color: #880000;
        color: #ffffff;
    }
    .page-right-sidebar {
        background-color: #880000;
        color: #ffffff;
    }
}

/*
x
*/

h2 {
	border-left: 4px solid #880000;
}