/*Layout stylesheet*/

body { 
    background-color: #5070A9; 
    font-family: Abadi MT Condensed Light;
    text-align:center;
	padding:0;
          }
		  
a:link { color:purple;
	text-decoration:none;
 	}
a:visited { 
	color:purple;
	text-decoration:none;
 	}
a:hover { 
    color:purple;
    text-decoration:none;
	}
a:active {
	color:purple;
	text-decoration:none;
	}

		  
#outer {
	text-align:left;
	border:0px;
	width:780px;
	margin:auto;
    }

#header {
	height:200px;
	background-image: url(images/banner_2.jpg); 
    background-repeat: repeat-x; 
    text-align:center;
	color:white;    
		  }

#header table {
    margin:0px;
	float:left;
	}

#header img {
    float:left;
	margin:0 4px 0 0;
	}
	
img.header {
    float:right;
	margin-left:8px;
	border:none;
	}
	
td.header {
    margin-top:20;
	font-family: Harrington;  
    font-size: 60px; 
    font-weight: 100; 
	}
	
#bodyblock {
	position:relative; 
	background-color:none;
	color:#333333;
	width:780px;
	padding:0;
	border:0px;
     }


#menu { 
    float:left;
    color:white; 
	margin:0px;
	width:140px;
	padding:5px;
	font-size:16px;
           }

#menu ul {
	margin:0; 
    padding:0px;
	list-style-type:none;
	} 

#menu li {
	margin:4px 0 0 0;
	}

li.menu {
    font-size:18px;
	font-weight:bold;
	}
		   
#menu a {
	display:block;
	width:140px;
	padding:0px;
	border:0px;
	text-decoration:none; /*lets you remove the link underlines*/
	}
	
#menu a:link, #menu a:active, #menu a:visited {
	color:#000000;
	}

#menu a:hover {
	background:#ffffff;
	color:#000000;
	} 
		 
#content {
    float:right;
	width:623px;
	background-color:#5070A9;
	color:#000000;
	text-align:left;
	font-size:16px;
	padding-left:7px;
}

#content h1 { 
    font-size: 30px; 
	font-weight: bold;
          }

#content h2 { 
    font-size: 20px; 
	font-weight: bold;
          }

#content table {
	margin:7px;
	}

#content img {
	margin:8px;
	border:solid #202025;
	border-width:2px;
	}

td.content {
	height:100px;
       padding-right:8px;
	}

td.galleri {
	width:200px; 
        vertical-align:top;
	}





















