* { margin:0; padding:0; }

body {
  background : #102026;
  font-family : 'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
  font-size : 16px;
  line-height : 1.5em;
  color : #222;
}

col:hover { background : #eee; }
tr:hover { background : #abc; }
col.even { background : #eee; }
col.odd { background : #ddd; }
      
.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }
      
#wrapper {
  width : 980px;
  margin : 0 auto;
  overflow: hidden;
}

#header {
  height : 240px;
  margin : 20px 20px 10px 20px;
  background : url("nordstrand.jpg") center center no-repeat #eed;
  position : static;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

h1 {
  padding : 11px 15px;
  font-weight : bold;
  font-size : 3em;
  line-height : 1em;
  color : #eed;
  text-shadow: #102026 2px 4px;
  background : rgba(16, 32, 38, 0.5);
  margin : 5px;
  text-align : right;
  position : relative;
  top : 165px;
}

h1:hover {
  background : rgba(16, 32, 38, 0.7);
}

p { padding : 5px 20px; }
h2 {
  padding : 20px 20px 10px;
  text-shadow: #bba 1px 2px;
  border-bottom : 2px solid #102026;
  margin-bottom : 10px;
}

h3 {
  margin : 30px 20px 10px;
  text-shadow: #bba 1px 2px;
  border-bottom : 2px solid #102026;
}

h2+p:first-letter {
  font-size : 1.2em;
  font-weight : bold;
}

#main {
  overflow : hidden;
  margin : 10px;
}

#main div {
  margin : 10px;
  min-height : 434px;
}
#content .gallery {
  text-align : center;
}
#content .gallery img {
  margin : 17px;
  opacity : 0.85;
}

#content .gallery img:hover {
  opacity : 1;
}

#content ul {
	margin : 0 20px;
	list-style-position : inside;
}

#sidebar {
  float : left;
  background : #eed;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#sidebar img.logo {
  padding : 5px;
  margin : 30px 12px;
  background : #fff;
  border : 1px solid #A7A483;
}

#sidebar .menu {
  list-style-type : none;
  padding : 20px 0;
}

#sidebar .menu li a {
  background : #A7A483;
  padding : 2px 20px;
  display : block;
  margin-bottom : 2px;
  color : #102026;
  text-decoration : none;
}

#sidebar .menu li a:hover {
  color : #eed;
  background : #2D5955;
}

#sidebar .menu li.selected a {
  color : #eed;
  background : #102026;
}

#content {
  float : right;
  background : #eed;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-bottom : 20px;
}
#content form {
  padding : 20px;
}

#footer{
  background : #A7A483;
  margin : 10px 20px 20px;
  padding : 10px 20px;
  color : #222;
  text-align : center;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

#footer .menu {
  list-style-type : none;
}

#footer .menu li {
  display : inline;
  padding-left : 15px;
}
      
      
blockquote {
  border-top : 1px dotted #102026;
  border-bottom : 1px dotted #102026;
  background : #fff;
  margin : 15px;
}

blockquote cite {
  display : block;
  font-weight : bold;
}

blockquote p:before {
  content: open-quote;
  height: 0;
  margin: 0.2em 0.2em 0.2em -0.3em;
  display: block;
  font-size: 300%;
  float:left;
}

blockquote p:after {
  content: close-quote;
  height: 0;
  margin-top : -0.3em;
  display: block;
  font-size: 300%;
  float:right;
}

blockquote p cite {
  text-indent : 0;
}

dl { margin : 10px 20px; }

dt {
  font-weight: bold;
  float:left;
  margin-right : 5px;
}

address {
  padding : 20px;
}

#content fieldset {
  display : relative;
  padding : 15px;
  line-height : 30px;
}
#content fieldset legend {
  padding : 10px;
}
#content fieldset input, #content fieldset textarea {
  margin-top : -25px;
  margin-left : 75px;
  display : block;
}
#content fieldset input {
  width : 400px;
}
#content fieldset textarea {
  width : 540px;
  height : 320px;
  margin-bottom : 35px;
}
#content fieldset input[type=reset] {
  margin-left : 200px;
  height : 25px;
}
#content fieldset input[type=submit] {
  padding : 3px;
  width : 80px;
}

#content img {
  background : white;
  padding : 5px;
  border : 1px solid #A7A483;
}
.float-right {
  float : right;
  margin-left : 10px;
}

.alert {
  background : #ffc;
  border : 1px solid #aa8;
  margin : 20px 20px 0 20px;
}

