/* CSS Document */

*{
margin:0;
padding:0;
}

body{
height:100%;
font-family:"Trebuchet MS", Arial;
background-image:url(../img/bgBody.jpg);
background-repeat:repeat-y;
background-position:50% 0;

}

#placeHolder{
background-color:#FFF;
width:840px;
margin:auto;
overflow:hidden;
}

#header{
margin-top:2px;
height:200px;
background-image:url(../img/VyIdrefjallen.jpg);
background-repeat:no-repeat;
border:2px solid #FFF;
width:100%;}

.golf{
background-image:url(../img/Golf.jpg);
background-repeat:no-repeat;
}


#border{
width:840px;
float:left;
font-size:12px;
line-height:12px;
background-color: #6A8A21;
margin:1px 0;
border:2px solid #FFF;

}

#border li{
list-style:none;
display:inline;
color:#FFF;
margin:0 3px;
background-image:url(../img/BorderIcon.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
padding-left:10px;
font-size:11px;
}


#border ul{
padding:3px;
margin:0;
}

.Logo{
font-size:14px;
font-style:italic;
color:#FFF;
float:right;
padding-right:15px;
font-weight:normal;
}

H1{
font-size:22px;
font-style:italic;
color:#6A8A21;
}

H2{
margin-top:10px;
font-size:16px;
font-style:italic;
color:#666666;
}

H3{
margin-top:5px;
font-size:15px;
color:#9D0A0E;
margin:0;

}

p{
margin-top:5px;
font-size:13px;
}

a{
color:#9D0A0E;
text-decoration:underline;
}

td{
font-size:13px;
border-bottom:1px solid #DAE2C7;
padding-left:5px;
}

#main{
width:840px;
}

#leftbar{
float:left;
width:200px;
}

#centerbar{
float:left;
width:610px;
padding:15px 15px 0 15px;
}

#footer{
background-image:url(../img/Vag.gif);
background-repeat:no-repeat;
background-position:0 100%;
float:left;
width:840px;
height:125px;

font-style:Italic;
color:#666;
}

#footer a{
color:#666;
}

#footer p{
font-size:11px;
}

ul{
margin:0;
}

li{
font-size:13px;
padding-left:15px;
list-style:none;
background-image:url(../img/ListIcon.gif);
background-repeat: no-repeat;
	background-position: 0px 10px;
}




