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

body {
	background-repeat: repeat-x;
    background-position: top center;
    background-image: url(../images/bg.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;
   display: block;

}

#content_left{
	background-repeat: repeat-y;
    background-position: top center;
   
   width: 645px;
   position: static;
   float: left;
   margin-top:5px;

}

#content_right{
   width: 293px;
   position: static;
   float: right;

}

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

}

div.left {
          background-image: (http://www.atonecreative.com/new_site/images/background.jpg);
          float: left;
          width: 400px;
          padding: 5px;
          margin-right: 10px;
          text-align: justify;
     text-justify: newspaper;
         
          }
          
.thumbnail {border-color:#1f70a9;
            border-width: 5px;
            } 
     
     
div.right {   margin-left: 228px;

              }

.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;
}