* {
 padding: 0;
 margin: 0;
} 

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-image: url(../img/bg.png);
}

#wrapper {
 width: 770px;
 margin: 0 auto; 
 background-color: white; 
/* background-color: #C9C9BE; */
}

#navbar {
 border: 1px solid #ccc;
 height: 18px;
 margin: 0px 5px 5px 5px;
 color: white;
 padding: 8px;
 background-color: #666;/*#A3A38F*/
}

#navbar span {
 color: #FFCC99; 
 font-weight: bold;
 font-size: 14px;
}

#navbar a {
 text-decoration: none;
 font-weight: bold;
 color: white;
 font-size: 14px;
}

#navbar a:hover {
 background-color: white;
 color: #666;
}

a {
 text-decoration: none;
 color: #666666;
}

a:hover {
 text-decoration: underline;
 color: #666;
}


#header {
 border: 1px solid #ccc;
 margin: 0 5px 0 5px;
 height: 215px;
 padding: 0px;
 background-color: #666;
}


/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 5px 5px;
 display: inline; /* IE Hack */
 width: 200px;
/* min-height: 300px; */
 height: 381px;
 float: left;
 border: 1px solid #ccc;
 background-color: #C9C9BE;
}

#leftcolumn1 p {
 padding: 7px;
}

/* * html #leftcolumn1 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
 margin: 0px 5px 0px 5px;
 display: inline; /* IE Hack */
 width: 176px;
 float: left;
/* min-height: 300px; */
 height: 381px; 
 border: 1px solid #ccc;
/* background-color: #C9C9BE; */
 background-color: white; 
}

/* * html #leftcolumn2 {height:300px} /* IE Min-Height Hack */ 

#leftcolumn2 p {
   text-align: center;
}

#rightcolumn1 { /* Parent Wrapper for inside boxes */
 margin: 0px 5px 0px 0px;
 border: 1px solid #ccc;
 margin: 0px;
 display: inline; /* IE Hack */
 width: 185px;
 float: left;
/* min-height: 300px; */
 height: 381px; 
 background-color: #C9C9BE;
}

#rightcolumn1 p, ul { 
 padding: 10px 3px 2px 7px;
}

/** html #rightcolumn1 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin-right: 5px;
/* margin: -493px 0px 0px 0px; */
 display: inline; /* IE Hack */
 width: 176px;
 float: right;
 clear: right;
 position: relative;
/* min-height: 300px; */
 height: 381px; 
 background-color: #C9C9BE; */
 background-color: white; 
}

/** html #rightcolumn2 {height:300px} /* IE Min-Height Hack */ 

#rightcolumn2 p {
   text-align: center;
}

#contact_content {
 font-size: 20px;
 line-height: 2;
 z-index: 10;
} 

#contact_pic {
 position: relative;
 left: 130px;
 top: 50px;
 z-index: 2;
}

#directions {
 margin: 10px auto auto 70px;
}


#footer {
 border: 1px solid #ccc;
 background-color: #A3A38F;
 margin: 5px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 clear: both;
 float: left;
 width: 750px;
}

ul li {

margin-left: 20px; line-height: 1.4;
}

h2 {
   font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
   font-size: 30px;
   font-variant: small-caps; 
   color: #666; 
   background-color: transparent;
}

blockquote {
   margin-left: 30px; padding: 5px;
   border-left: solid 5px #666;
}

#ss_controls {
	font-size: 21px;
	margin-left: 255px;
}

#ss_img {
   border: 0px;
   margin: 20px auto auto 220px;
}

#opskrif {
	font-size: 72px;
	font-family: "monotype corsiva", Georgia, "Times New Roman", Times, serif;
}

.mainCenter {
	height:100%;
}

#legend {
font-size: large;
color: #666666;
}

#content {
margin: 30px;
padding: 10px;
}