/* for family.amswede.info by birgitta@amswede.info */
/*TO DO ---- make new gif based on background-color:#D8CCA8; 
wrapper alternative background-color: #FFFDF2;*/


html, body 	  { margin: 0; padding: 0; }
	  body    { font-family: "Arial", sans-serif;
	            font-size: 14px;
	            color:#904020;
	            background: url(pgbk.gif) repeat-x;
                background-color:#998A60;}

     #container  {	width: 1000px;
                    margin: 0 auto;
                    background-color: #D8CCA8;
                    border-bottom: 2px solid #333300;
                    border-right: 1px solid #A29670;
                    border-left: 1px solid #A29670;}
	#wrapper     {  background-color: #FFF8DC; float: left;width: 100%;}

	
/* ----- Header with Logo and Titles----- */
		#header			{ background-color:#D8CCA8; }
		#header h1  	{ color:#988A60; font-family: "Arial", sans-serif; font-size: 24px; font-style: normal;line-height: normal;font-weight: bolder;  }
        #band           { background-color: #FAE7A3; padding: 12px 11px 12px 13px; border-bottom: 2px solid #998A60; border-right: 2px solid #998A60;}
        #band h1        { color: #988A60; font-size: 24px; font-weight : bold;}
        .divLogo        { float: right; margin-left: -400px; width: 300px; padding-right: 60px; }
        .divLogoText    { font-size: 12px;font-weight:bold; color:#988A60; float: right; margin-right: 50px; margin-left: -375px; width: 200px; padding-top: 50px; padding-right: 85px;}

        
/* ----- Content Positioning & Size  & Content Style */
		#content        { margin: 0 30px 36px 30px; }
		#content p      { padding-right: 18px; }
		#txt, #txtHome  { color: #333300; font-size: 16px; padding-top: 75px; font-weight : bolder;}
        #txt a          { color:Blue; font-family: Arial,  sans-serif;  font-size: 16px; font-weight: bolder;}
		#txtHome a      { color:#333300; font-family:Arial,  sans-serif;  font-size: 16px; font-weight: bolder;}
		#txtHome h2, #txt h2     { color:#988A60;}
		#txt h4  		{ color: #333300; font-size: 16px; padding-left: 75px;}
		ol 				{ color: #333300; font-size: 16px;}
		#txtSearch      { color: #333300; font-size: 12px; padding-top: 75px; font-weight : normal;}

			
/* ---- Footer ----*/
		#footer			{ background: #988A60; border-bottom: 2px solid #333300; border-top: 4px solid #333300;clear: left; width: 100%; }
	    .foot, .foot a	{ color:#FFFFFF; text-align: center; font-size: 12px; font-style: italic;width: 100%;}
	    
