html,body{
    height:100%;
    margin:0;
    padding:0;
}

body {
	background-repeat: repeat-x;
    background-position: top center;
    background-image: url(../images/bg_sub.png);
    background-color: #1c6598;
}

#container{
	margin:auto;
	margin-top: 13px; 
	width:944px;
    height:auto;
    overflow: hidden;
        }

#top{
    position:absolute;
    top:0%;
    margin-top:-13px;
    left:0;
    width:100%;
}


#top_nav {
    margin-left:auto;
    margin-right:auto;
    height:26px;
    background: #ffffff;
}

#logo{
    position:static;
    float: left;
    width: 407px;
    height: 132px;
    margin-left: 65px;
}

#nav_container{
    position:static;
    float: right;
    width: 472px;
    height: 132px;
}

#login{
   background-image: url(../images/login_back.png);
   margin-left: 135px;
   width: 207px;
   height: 26px;
}

#slider{
   margin-top: 8px;
   margin-left:2px;
   margin-bottom:8px;
   width: 944px;
   height: 329px;

}

#nav{
   margin-top: 25px;
   margin-left:95px;

}

#content_left{
   width: 645px;
   position: static;
   float: left;
   margin-top:5px;
}

.thumbnail {border-color:#0b545f;
            border-width: 5px;
            } 

#content_main{
   width: 944px;
}

#content_right{

   width: 263px;
   min-height: 453px;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 65px;
   position: static;
   float: right;
}

#content_portfolio{
   width: 180px;
   margin-right: 45px;
   position: static;
   float: left;
   text-align: justify;
   text-justify: newspaper;
   

}

#content_group{
   width: 203px;
   margin-right:5px;

}

div.left {
          background-image: (http://www.atonecreative.com/new_site/images/background.jpg);
          float: left;
          width: 420px;
          padding: 5px;
          margin-right: 10px;
          text-align: justify;
     text-justify: newspaper;
         
          }
          

     
     
div.right {   margin-left: 224px;
              

              }

.spacer{ clear:both;}	

.footer, .push {
    background: url('../images/footer.png');
    background-position: top center;
    background-repeat: repeat-x;
	height: 272px; /* .push must be the same height as .footer */
}

#footer_container{
	margin:auto;
	margin-top: 13px; 
	width:944px;
    height:auto;
    overflow: hidden;
        }

#footer_left{
          float: left;
          width: 450px;
          padding-top: 20px;
          margin-left: 25px;
}

#footer_right{
          float: right;
          width: 450px;
          padding-top: 5px;
          margin-right: 10px;
          text-align: justify;
}


#footer_links{
   background: #1659aa;
   width: 425px;
   height: 20px;
   padding-left: 15px;
   padding-top: 5px;
   padding-bottom:5px;
   margin-bottom: 7px;
}