body {
	background: url("http://arbalest.spiderforest.com/images/ArbalestBGBloodTest2.png") no-repeat #F4FAFF;
    background-position: 0px 30px;
	color: #0D0D0D;
	font-family: "Times New Roman",serif;
	font-size: 12pt;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
img {
    border: 0 none;
}
a:link {
	color: #6699CC;
	text-decoration: none;
}
a:visited {
	color: #B40101;
	text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;

}
    
 * {
    box-sizing: border-box}
    
#container1 {
    display: flex;
    position: relative;
    height: 350px;
    width: 1150px;
    overflow: auto;
    }    
    
#container2 {
    height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1150px;
        
    }
    
#sidebar-right-nav {
	float: left;
	height: 730px;
	margin: 90px 0 0 20px;
	position: relative;
	width: 213px;
	border-radius: 20px;
    box-shadow: 5px 10px 8px #444444;
	background: #F4FAFF;
}

#sidebar-right-2 {
	float: left;
	height: 320px;
	margin: 20px 0 0 20px;
	position: relative;
	width: 213px;
	border-radius: 20px;
    box-shadow: 5px 10px 8px #444444;
	background: #F4FAFF;
}

#logoheader {
    position: relative;
    padding-top: 130px;
    }    
    
#top-nav-main {
        padding-top: 130px;
        position: relative;
    }

#top-nav-main a:nth-child(even) {
        position: relative;
        top: 50px;
    }
    
#copyright {
	height: 30px;
	width: 673px;
	margin: 3px 0 0 6px;
	padding: 0;
	position: relative;
	display: table-cell;
    vertical-align: middle;
	border-radius: 20px;
    border-style: outset;
	background: #F4FAFF;
}