/*
	Standard Formatting
*/

* {padding:0; margin:0;}


body {
    background: #82597B;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    }
    

a {
    text-decoration:none;
    color: #1f1e1e;
    
    }
    
a:hover {
    text-decoration:none;
    color: #bcbdc0;
    
    }
    
a img { border:0;}


/*
	Header and navbar
*/

#header {
    position: relative;
    background: #FFFFFF url(images/header_slice.jpg);
    height: 80px;
    width: auto;
}


#navbar {
    margin: 0 auto 0 auto;
    background: #FFFFFF url(images/navbar.jpg);
    width: 480px;
    height: 80px;
}


#navbar p {
        text-align: center;
    
      
}

#navbar a {
    
    font-size: 13px;
    font-weight: bold;
    color: #1f1e1e;
      
}

#navbar a:hover {
    font-size: 13px;
    color: #FFFFFF;
      
}

#navbar ul {
   margin: auto;
   padding-top: 24px;
   }

   

#navbar ul li{
    
    padding-right: 25px;
    display: inline;
    line-height: 13px;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
}


/*
	Content
*/

#container {
    
    background: #ffffff;
    padding-top: 50px;
    padding-bottom:50px;
    margin: 0 auto 0 auto;
    
}

#logo {
    margin: 10px auto 0 auto;
    text-align: center;
	}

#content {
    
    margin: 0 auto 0 auto;
    width: 670px;
    min-height: 440px;
    background: #FFFFFF;
    border: 4px double #bcbdc0;
    text-align: left;
}

#content{
    \width: 678px;
    w\idth: 670px;
  } 

#content h1 {
    
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #1f1e1e;
}

#content p {
    
    padding-top: 10px;
    padding-right: 10px;
    color: #82597B;
}

#content ul {
    padding-top: 10px;
    padding-left: 30px;
}

#content ul li {
    color: #c3bfbf;
}

#content span {
    font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #1f1e1e;
    padding-bottom: 20px;
}


#sideimages {
    
    float: left;
    list-style: none;
    height: 350px;
    padding-right: 30px;
}

#sideimages ul li {
    list-style: none;
    padding-bottom: 20px;
}

.links {

    margin-right: 10px;
    margin-left: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 18px;
    list-style: none;
    color: #c3bfbf;
}

.links li {
     padding-bottom: 10px;
    
}


/*
	Footer
*/


#legal {
    margin: 0 auto 0 auto;
    width: 400px;
    height: 50px;
}

#legal p{
    
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 10px;
    font-size: 9px;
    color: #c3bfbf;
    text-align: center;
}


#footer {
    width: auto;
    height: 120px;
    background: #82597B url(images/footer_slice.jpg) repeat-x;
    position: relative;

}



