/* The Irland Group website style sheet */

body{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12pt;
color: #f8b27e; 	
margin: 0px;
background-color:#29452e;
}



a:link{
color:#c8e1f7;
}


p{
margin: 10px;
margin-right: 350px;
}

h1{
font-size: 14pt;
margin: 0;
padding: 2px;
background: #703d26;
color:#f8b27e;
}


h4{
font-size: 12pt;
margin: 2px;
}


div#header{
position:absolute;
top: 0;
left: 0;
background: transparent url("forest2.jpg");
width: 1000px;
height: 160px;
border-bottom: solid 3px #703d26;

}

div#links{

position: absolute;
top: 163px;
left: 0;
width: 150px;
height: 500px;
background:#e46d44;
border-right: solid 2px #703d26;
}

div#links a {
margin: 2px;
font-size: 11pt;
font-weight: bold;
color: #703d26;
display: block;
margin: 6px;
padding-bottom: 3px;
text-decoration: none;
text-transform: lowercase;
}

div#links a:hover {
padding-bottom: 1px;
border-bottom: solid 2px #703d26;
}


div#main{
position: absolute;
top:163px;
left: 152px;
width:848px;
height: 500px;
}

div#contact{
float: right;
margin: 10px;
margin-top: 40px;
}

div#housepic{
float:right;
background: transparent url("house.jpg");
height: 324px;
width: 238px;
}

p#credit{
font-size: 9pt;
margin-top: 50px;
}

li{
margin: 3px;
margin-right: 350px;
}

table{
margin-right: 300px;
margin-left: 10px;
margin-top: 10px;
}
td{
border-bottom: dashed 1px;
padding: 3px;
margin: 2px;
}


tr#header{
font-weight: bold;
}

img{
margin-right: 350px;
}

