body {
    background-color: #000000;
    }
    
hr {
    color: #9a0000;
    height: 5px;
    width: 100%;
    background-color: #9a0000;
    }
    
table {
    width: 90%;
    }
    
a {
    outline : none;
    color: #000000;
    }
    
a img {
    outline: none;
    }
    
img {
    border : 0;
    }
    
.main {
    margin-left: auto;
    margin-right: auto;
    width:1000px;
    background-color:#ffffff;
    color: #000000;
    border-width: 3px;
    border-color: #9a9a9a;
    border-style: ridge;
    }
    
.header {
    position:relative;
    width:100%;
    height: 150px;
    font-size:40px;
    font-family:Arial;
    color: #ffffff;
    background-color: #6a6a6a;
    background-image: url(../page_images/background-header.png);
    background-repeat: repeat-x;
    border-bottom: 1px #b9b9b9 solid;
    }

.linkbar#top{
    position: absolute;
    right:00px;
    bottom:00px;
    color: #000000;
    font-size:12px;
    font-family:Arial;
    height: 50px;
    margin: 0;
    padding: 0;
    }

.linkbar#bottom {
    clear: both;
    color: #000000;
    font-size:12px;
    font-family:Arial;    
    height: 50px;
    margin: 0;
    padding: 0;
    background-image: url(../page_images/background-footer.png);
    background-repeat: repeat-x;
    }
    
.linkbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
.linkbar ul li {
	display: inline;
	margin: 0px;
} 
.linkbar ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 15px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
} 
.linkbar ul li a:hover {
	color:#000000;
	background-color:#b9b9b9;
}
.linkbar ul li#active a {
    color:#000000;
    background-color:#b9b9b9;
}
.linkbar ul li#right a {
	float: right;
}

.text {
    padding:10px;
    color: #000000;
    background-image: url(../page_images/background.png);
    background-repeat: repeat-x;
    font-style: italic;
    }

.banner {
    padding:10px;
    color: #000000;
    text-align: center;
    }

.img-wrap#left {
    float: left;
    margin: 15px;
    }

.img-wrap#right {
    float: right;
    margin: 15px;
    }

.contact-box {
    padding: 5px;
    clear: both;
    }
    
.allworx-frame {
    width:100%;
    border: 0px;
    overflow: hidden;
    padding: 5px;
    }
    
.allworx-frame#frame1 {
    height: 40px;
    }
    
.allworx-frame#frame2 {
    height: 850px;
    }
