html{   margin:0; padding:0; height: 100%; }

body{   margin:0; padding:0; background-color: #fff;
        background-image:url('../images/lijn.png');
        background-repeat: repeat-x;
        color: #003173;
        height: 100%;
}
table, tr, td{
    margin: 0;
    vertical-align: top;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
h1{
    
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    
}
h2{
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    font-size: 13px;
    
}
h3{
    margin: 0;
    margin-top: -5px;
    padding: 0;
    font-size: 21px;
    font-style: italic;    
}
form{
    padding: 0;
    margin: 0;
}
label{
    
    width: 100px;
    float: left;
    
}
input[type="text"]{
    
    width: 220px;
    font-family: calibri, tahoma;
    font-size: 12px;
    
}
input[type="submit"]{
    
    margin-top: 5px;
    width: 140px;
    font-family: calibri, tahoma;
    font-size: 12px;
    background-color: #DEE5EB;
    border: 1px #003274 solid;
    color: #003274;
    height: 20px;
    
}
textarea{
    width: 220px;
    height: 120px;
    
    font-family: calibri, tahoma;
    font-size: 12px;
}
li, ul{
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 12px;
    list-style-type: none;

}
#border{
    position: absolute;
    width: 955px;
    min-height: 100%;
    background-image:url('../images/container_border_shadows.png');
    margin-left: 10%;
  
  /*  left: 50%;
    margin-left: -460px; */
}

#container{
    margin: 0 auto;
    width: 935px;
    padding-left: 20px;
    padding-bottom: 10px;
   	background-image: url('../images/container_border_shadows.png');
}
#header{    
    height: 188px;
    background-image:url('../images/lv_logo.png');
    background-repeat: no-repeat;
    
}
#menu{
    
    position: absolute;
    width: 754px;
    margin-top: 95px;
    margin-left: 130px;
    padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 3px;
    
    border-bottom-style: dotted;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #F4D9E8;
    font-size: 18px;
}

#menu span a{
    
    color: #BF0066;
    margin-right: 10px;
    font-family: calibri, tahoma;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 16px;
}
#menu span a:hover{
    
    color: #003173;
    
}
#content{
    
    margin-top: -40px;
    margin-left: 20px;
    width: 874px;
    
    font-family: calibri, tahoma;
    font-size: 12px;
    float: left;

    line-height: 1.2em;
    
}
#content a{
    color: #003274;
}
#content a:hover{
    
    text-decoration: none;
    
}
#main_text{
    width: 333px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #DEE5EB;
    float: left;
    min-height: 560px;
}
#main_text .defination{
    width: 90px;
    height: 90px;
    float: left;
}
#photo_holder{
    
    margin-top: -18px;
    width: 480px;
    height: 270px;
    float: right;
    
}
#quote{
    
    margin-top: 20px;
    height: 65px;
    width: 480px;
    float: right;
}
#quote img{
    float: left;
    margin-right: 5px;
}
#quote h2{
    float: right;
    width: 440px;
    line-height: 24px;
    
}
#anecdote{
    
    margin-top: 0px;
    min-height: 208px;
    padding: 15px;
    padding-bottom: 0;
    width: 450px;
    float: right;
    background-color: #DEE5EB;
    
}
#anecdote img{
    
    float: left;
    margin-right: 10px;
}
#anecdote textarea{
    width: 330px;
}
#anecdote label{
    width: 230px;
}


/*FOOTER*/

#footer{
    
    font-family: calibri, tahoma;
    font-size: 12px;
    color: #003173;
    margin:10px 0 0 20px;
    width: 935px;
    /*position: absolute;
    bottom: 0px;
    clear: both;*/
    line-height: 15px;
}
#footer a{
    color: #003173;
    text-decoration: none;
}
#footer a:hover{
    color: #003173;
    text-decoration: underline;
}
/*#footer img{
    float: left;
}*/
#wecomm{
	height: 11px; width: 935px;
	line-height: 11px;
	margin: 5px 0 0 0;
    color: #B7C0C8;
}
#wecomm img{ float: left; }
#wecomm a{
    color: #B7C0C8;
    float:right;
    margin-right: 65px;
}
#wecomm a:hover{

    text-decoration: none;
}

#bottom{
	width: 933px; height: 50px;
	background-image: url('../images/footer_bottom.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}
