/*****************positioning********************/
html, body {
       margin: 0;
       padding: 0;
       }
body   {
       position: absolute;
       width: 740px;
       left: 50%;
       margin-left: -370px;
       font-family: verdana, san-serif;
       background-color: #9f9fa0;
       }

/*******************link styling******************/
a:link { 
       color: #aaa;
       text-decoration: none;
       }
a:visited { 
       color: #aaa; 
       text-decoration: none;
       }
a:hover { 
       color: #000;
       text-decoration: underline;
       }
#webmstr {
       color: #000;
       }
#current  { 
       color: #000;
       text-decoration: underline;
       }
#currentb  { 
       color: #000;
       text-decoration: underline;
       }
#nav   {
       text-align: center;
       font-size: 85%;
       padding:7px 0px 5px 0px;
       background-color: #fff;
       border-bottom: 1px dotted #aaa;
	   margin-top: -3px;
       }
a.blulink {
       color: blue;
       }
#blulink {
       color: blue;	   
       }
#blulink a:hover {
       text-decoration: underline;
       }
a.blklink {
       color: black;
       }
a img  {
       border-width:0;
       }
a.centertext {
	   display: block;
	   text-align: center;
	   }
img.displayed {
       display: block;
	   margin-top: 15px;
       margin-left: -25px;
	   }

/******div styling************************/

#footer {
       position: absolute;
       width: 740px;
       margin-top: 405px;
       text-align: center;
       font-size: 75%; 
       padding-bottom:5px; 
       }
#billeder {
       position: absolute;
       width:175px;
       height: 405px;
       padding-right:15px;
       padding-left:50px;
       background-color:#fff;
	   font-size: 90%;
	   text-align: right;
	   border-right: 1px solid #aaa;
       }
#text  {
       position: absolute;
       left: 240px;
       float:right;
       font-family: Arial, san-serif;
	   padding:12px 25px 0px 17px;		
	   width:458px;
       height: 400px;
       overflow: auto;
	   background-color: #fff;
	   font-size: 85%;
	   }
img.displayed {
       display: block;
       margin-left: auto;
       margin-right: auto;
#text a:link {
       color: blue;
       text-decoration: none;
       }
/***********medlemsdata table***************/
	   table.medlemslist {
	   border: 1px solid #789DB3;
	   }
	   table.medlemslist tr.header td { 
	   border-bottom: 1px solid #789DB3;  
	   }



/**************gospelweekend navigation******/
#nav2  { 
	   text-align: center; 
	   }




