﻿body{
    font-family:Verdana;
    font-size:20px;
    background-color: gray;
}
p{
    margin:20px;
}
p.one {
    border-style: solid;
    border-color: red;
}

p.two {
    border-style: solid;
    border-color: #98bf21;
}
p.large{
    font-size:40px;
}

/*Selectors*/
#primary{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    position:center;
    width:700px;
}
.inner {
    display: table;
    margin: 0 auto;
    color: antiquewhite;
    height:auto;
}
#topbar{
    height:100px;
    background-color: black;
}
#outer{
    height:auto;
    background-color: black;
}
#leftcolumn { width: auto; float: left; padding-left:25px}
#rightcolumn { width: auto; float: left;}

.testbox{
    width:auto;
    height:auto;
    background-color:azure;
    border-style:solid;
}
hr.thin {
height: 1px;
border: 0;
color: red;
background-color: black;
width: 100%;
clear:both;
margin-top:10px;
margin-bottom:10px;

} 
.container {
  /*padding-right: 15px;*/
  padding-left: 15px;
  margin-right: auto;
  margin-left: 20px;
  border-style:solid;
  width:auto;
  height:200px;
  overflow:hidden
}


