/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


#container {display: flex; justify-content: center; align-items: center; width: 855px; margin: 0 auto; border: 0px solid #709BFF; padding: 3px;}
#box {width : 855px; background-color: #FFFFFF;}
#side {float: left; Width: 150px; padding: 0px 0px 0px 7px; overflow: hidden;}
#main {float: right; width: 670px; padding: 0px 0px 0px 11px; background-color: #FFFFFF;}
h1 {text-align: center;}
p {text-align: center;}
.sidebox {background-color: #307328;}
.sidecontent {color: #ee830c;font-size: 12px;}
.sidecontent ul, li {margin: 0px; padding-left: 0px;}
.subheader {background: #ee830c; padding: 3px; color: #307328; font-size: 12px;}
a:link {color: #ee830c; background-color: transparent; text-decoration: underline;}
a:visited {color: #ee830c; background-color: transparent; text-decoration: underline;}
a:hover {color: red; background-color: transparent; text-decoration: underline;}
body {background-image: url("SLVS Website Logo.png");}
