/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #f6f7fc url("../images/glenn_04.gif") repeat-x; 
}
img{
border: none;
}
ul
{
margin-left: 1em;
}
#wrapper { 
 margin: 0 auto;
 width: 883px;
 background: #27409c;
}
#header {
 color: #333;
 width: 883px;
 float: left;
 height: 224px;
 padding-bottom: 15px; 
 background: #27409c;
 
}
#banner {

height: 176px;
width: 883px;
background: #27409c url("../images/glenn_02.gif");
} 
#menuheader {

height: 48px;
width: 883px

}
#leftcolumn { 
 color: #333;
 background: #27409c url("../images/glenn_21.jpg") repeat-y;
 min-height: 350px;
 width: 683px;
 float: left;
}
#bovenste {

background: url("../images/glenn_15.jpg");
width: 670px;
height: 23px; 

}
#rightcolumn { 
 float: right;
 color: #333;
 background: #27409c;
 height: 350px;
 width: 200px;
}

#content{
	color: #000;
	margin: 0.2em 1em 1em 3em;
}
#content h1{
font-size: 24px;;
color: #27409c;
font-variant: small-caps;
}

#rightcontent{
 color: #FFF;
 margin: 0.5em;
}

#onderkant {

background: #27409c url("../images/glenn_20.jpg") no-repeat;
width: 883px;
min-height: 28px;
clear: both;

}
#onderkant a{
color: #FFF;
}

#footer-text{
padding: 1.6em 3em;
color: #FFF;
font-size: 10px;
}

.center_box
{
	width: 400px;
	min-height: 50px;
	color: #FFF;
	background: #6c81cd;
	border: 4px solid #27409c;
	margin: 3em auto;
	font-weight: bold; 
}
.center_box h2
{
	width: 380px;
	background: #27409c;
	color: #FFF;
	padding-left: 20px;
	padding-bottom: 3px;
	font-weight: bold; 
	font-size: 1.3em;
}
.center_box p
{
	padding: 2em;
}
.center_box table{
 padding-left: 4em;
}
.center_box form
{
	padding-left: 1em;
}
.small_box
{
	width: 400px;
	min-height: 50px;
	color: #FFF;
	background: #6c81cd;
	border: 4px solid #27409c;
	margin: 2px auto;
	font-weight: bold; 
}
.small_box h2
{
	width: 380px;
	background: #27409c;
	color: #FFF;
	padding-left: 20px;
	padding-bottom: 3px;
	font-weight: bold; 
	font-size: 1.3em;
}
.small_box p
{
	padding-left: 1em;
}
.small_box form
{
	padding: 1em;
}

.button
{
	background: url('../images/button_bg.png'); 
	width: 201px; 
	height: 47px;
	padding-top: 30px;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}
.search
{
 background: #A9B5E2;
 color: #27409c;
 border: 1px solid #FFF;
}
.imgholder p {
      padding: 0.2em 3px;
      position: relative;
      background: url(../images/oddcaption.png);
      text-align: center;
      margin: -40px 0 0 0;
      overflow: hidden;
	  font-size: 1.2em;
	  color: #FFF;
	  font-variant: small-caps;
	  font-weight: bold;
}
.imgholder {
      padding: 1em;
      margin: 1em;
      float: left;
	  display: inline;
	  width: 250px;
}
.albumitem
{

 height: 100px;
 vertical-align: top;
 margin-bottom: 1em;
 width: 600px;
 padding: 2em 0 2em 0;
 border-top: 2px dashed #000;
color: #000;
}
.albumitem h3
{
 margin-left: 10px;
}
.albumitem img
{
float: left;
padding-right: 1em;
}
.albumitem a
{
	color: #000;
	text-decoration: none;
}
#page-nav
{
	margin-top: 2em;
	text-align: center; 
	font-size: 0.9em;
	border-top: 2px dashed #000;
}

