body {
		margin-top : 30px;
		padding : 0px;
		font : 12px verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    color : #003;
    background-color : #ffc; 
		text-align : center;
    background-image:url(images/sob_back.jpg);
   
    }
    
#header {
		margin : 0px auto;
		margin-top : 15px;
		padding : 0px;
    padding-bottom : 0px;
		background-color : #ffc;
		color : #000;
		border : 0px;
  	width : 800px;
    height : 150px;
    position : relative;
    background-image:url(images/sob_back.jpg);
		}    

  #navigation {
    border: 1px solid #000;
		width : 798px;
    background-color : #fff;
		text-align : center;
		padding :0px;
		font-weight : 600;
    position : relative;
    margin : 0px auto;
   }  


    #navigation a {
		color : #960;
		text-decoration : none;
		margin : 20px;
		background-color : inherit;
		
		}

#navigation a:visited {
		color : #960;
		text-decoration : none;
		margin : 20px;
		background-color : inherit;
		}

#navigation a:hover {
		color : #900;
		text-decoration : underline;
    background-color : inherit;
		margin :20px;
		}

#navigation ul {
		margin : 0;
		padding : 0;
		list-style-type : none;
		}

#navigation li {
		margin : 0;
		padding : 0;
		display : inline;
		}

 

#content {
		margin : 0 auto;
		width : 800px;
	  text-align : justify;
		padding : 0px;
    padding-top : 20px;
    font-weight : 600;
  background-image:url(images/sob_back.jpg);
    border : 0px;
   
		}
  
 
  .textblock {
		width : 400px;
		}

 

#set{
      color : #996;
       }





a {
    color : #900;
		text-decoration : none;
		background-color : inherit;
		}
    
a:visited {
      
		color : #900;
		text-decoration : none;
		background-color : inherit;
		}

a:hover {
   
		color : #900;
		text-decoration : underline;
		background-color : inherit;
		}

    
    .right {
    float : right;
    margin : 5px;
    margin-top : 0px; 
    margin-right : 0px;  
    }

img {
      border : 0px;
      }
      
      
 #footer {
    position : relative;
    margin : 0px auto;
    margin-top : 20px;
   	clear : both;
    font-size : 10px;
    font-weight : 500;  
	  margin-bottom : 10px;
		width : 800px;
		text-align : center;
		color : #000;
		background-color : #ffc;
    padding : 0px;
    padding-top : 4px;
    border-top : 1px solid #ccc;
    background-image:url(images/sob_back.jpg);
   
		}

#footer ul {
		margin : 0;
		padding : 0;
		list-style-type : none;
		}

#footer li {
		margin : 3px;
		padding : 0;
		display : inline;
		}

#footer a {
		color : #009;
		text-decoration : underline;
		background-color : inherit;
		}

#footer a:visited {
		color : #009;
		text-decoration : underline;
		background-color : inherit;
		}


#footer a:hover {
		color : #900;
		text-decoration : underline;
		background-color : inherit;
		}     
    