*, #content {
   font-family: 'Verdana','Arial','Helvetica','Sans-serif';
   font-size: 12px;
   text-align: justify;
}
#columnwrapper{
   margin-top:0;
   width: 1050px;
   margin: 0px auto;
   text-align: left;
   padding: 15px;
   border: 0px;
   background-color: #FFFFFF;
}
#header{
   margin-top:0;
   float: left;
   width: 1050px;
   position: relative;
   z-index: 10;
   background: #FFFFFF;
}
#contentcolumn{
   float: left;
   width: 1050px; /*Width of content column*/
   position: relative;
   z-index: 8;
   background: #FFFFFF;
}
#rowone{
   float: right;
   width: 1050px;
   height: 300px;
   padding: 0 0 5px 5px;
}
#rowtwo{
   float: right;
   width: 735px;
   height: 500px;
   padding: 5px 0 5px 5px;
}
#rowthree{
   float: right;
   width: 735px;
   height: 400px;
   padding: 5px 0 5px 5px;
}
#social{
   float: left;
   width: 300px;
   height: 800px;
   position: relative;
   padding: 0 5px 5px 5px;
}
#follow{
   float: right;
   width: 500px;
   height: 41px;
   position: relative;
   border-style: solid;
   border-width: 2px;
   border-color: #627577;
}
#followtitle{
   float: left;
   width: 86px;
   height: 41px;
   position: relative;
   background-color: #627577;
   padding: 0px 5px 0 5px;
}  
#footerTop {
   clear: both;
   float: left;
   width: 1050px;
   position: relative;
   z-index: 4;
   background-color: #C03;
   height: 10px;
}
#footerBottom {
   float: left;
   width: 1050px;
   position: relative;
   z-index: 2;
   background-color: #F03;
}
#footerText {
   color: #FFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   padding: 5px 0;
   text-align: center;
}
#footer a{
   color: #FFFF80;
}
.topImg {
   margin-top: 0px;
   margin-left: 5px;
   margin-right: 25px;
   margin-bottom: 15px;
   float:left;
}
.leftImg {
   float: left;
   margin: 0 10px 10px 10px;
}
.stepImg {
   float: left;
   margin: 5px;
   padding: 0px;
}
.postImg {
   float: left;
   margin: 5px;
}
.rightImg {
   float: right;
   padding: 10px 0 10px 10px;
}
.page {
   font-family: 'Verdana','Arial','Helvetica','Sans-serif';
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   color: #F03;
   float: right;
}
h1 {
   font-family: 'Verdana','Arial','Helvetica','Sans-serif';
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
   color: #F03;
}
h2 {
   font-family: 'Verdana','Arial','Helvetica','Sans-serif';
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
   color: #F03;
}
#nav{
   list-style:none;
   font-weight:bold;
   padding:0;
   vertical-align: top;
   margin-bottom:10px;
   width:100%;
   float:left;
   position:relative;
   z-index:6;
}
#nav li{
   float:left;
   margin-right:7px;
   position:relative;
}
#nav a{
   display:block;
   padding:5px;
   color:#FFF;
   background:#C03;
   text-decoration:none;
}
#nav a:hover{
   color:#fff;
   background:#F03;
   text-decoration:none;
}
#nav ul{
   background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
   background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
   list-style:none;
   position:absolute;
   left:-9999px;
}
#nav ul li{
   padding-top:1px;
   float:none;
   margin-left:0px;
}
#nav ul a{
   white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{
   left:auto; /* Bring back on-screen when needed */
}
#nav li.sfhover ul {
   left:auto;
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
   background:#C03;
   text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
   text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
   background:#F03;
}
body {
   margin-top:0;

   padding: 0px;
   text-align: center;
}
