body {
    margin-top:15px;
    background-color:#ececec;
    font-family:arial,helvetica,sans-serif; 
    font-size:12px; 
    line-height:21px; 
    color:#666;
 }
a {color:#c00;}
a:hover {color:#999;}
img{
    display:block;
    border:0;
 }
#container {
    width:825px;
    margin:auto;
    background-image:url(../app-images/container-bg.jpg);
 }
#header {
    height:180px;
 }
#header img {
    float:left;
 }
#header #hl {
   padding-left:15px;
 }
#navigation {
    clear:both;
    width:613px;
    height:47px;
    margin:0 auto 30px;
    padding:0 0 0 182px;
    background-image:url(../app-images/nav-spacer1.jpg);
    background-repeat:no-repeat;
    list-style-type:none;
 }
#navigation li {    
    float:left;
    height:47px;
 }
#navigation a {
    display:block;
    height:47px;
    background-image:url(../app-images/navigation-bg.jpg);
    text-indent:-9999px;
    outline:none;
 }
#nav1 {
    width:129px;
    background-position:0 0;
 }
#nav1:hover {background-position:0 bottom;}
#nav2 {
    width:124px;
    background-position:-129px 0;
 }
#nav2:hover {
    background-position:-129px bottom;
 }
#nav3 {
    width:122px;
    background-position:-253px 0;
 }
#nav3:hover {
    background-position:-253px bottom;
 }
#nav4 {
    width:99px;
    background-position:-375px 0;
 }
#nav4:hover {background-position:-375px bottom;}
#nav5 {
    width:139px;
    background-position:-474px 0;
 }
#nav5:hover {background-position:-474px bottom;}

#welcome {
    margin:auto;
 }
#content {
    width:795px;
    /*padding-top:32px;*/
    margin:auto;
    background-image:url(../app-images/content-bg.jpg);
    background-repeat:no-repeat;
    background-position:0 bottom;
    overflow:hidden;
 }
#center {
    width:731px;
    margin-left:auto;
	margin-right:auto;
}
#left {
    float:left;
    width:472px;
    padding:32px 0 0 34px;
 }
#left p {
    padding-bottom:12px;
    margin:0;
 }
#login {
    float:left;
    width:249px;
    padding-left:40px;padding-top:20px;
 }
#login object {
    display:block;
    width:231px;
    height:62px;
 }
#footer {
    clear:both;
    width:795px;
    height:66px;
    margin:0 auto;  
    background-image:url(../app-images/footer-links-bg.jpg);
 }
#copyright {
    width:785px;
    padding:0 0 0 40px;
    margin:auto;
    font-size:10px;
    color:#999;
    line-height:13px;
 }