
body
{
font-family: arial;
font-size: 14px;
color: #555;

}



a:visited {
color: #95B9C7;
} 

a:hover {
color: #8467D7;
} 

a:active {
color: #4C7D7E;
}
a:focus
{
  -moz-outline-style: none;
}	





a {text-decoration:none}







h1 {
margin: 0 0  15px 0;
padding: 0;
font-size: 200%;
color: #9C0;
letter-spacing: -2px;
font-weight: normal;
}


div#main
{	

width: 1280px;
height: 800px;
left: 0px;
top: 0px;
}





div#background
{	
background-image: url('background1.jpg');
background-repeat:no-repeat;
width: 1280px;
height: 115px;
position: absolute;
left: 0px;
top: 0px;
}

div#cornwall
{
visibility: visible;
width: 1280px;
height: 100px;
position: absolute;
left: 0px;
top: 110px;
}


div#home1
{
visibility: visible;
width: 600px;
height: 800px;
position: absolute;
left: 15px;
top: 170px;
}

div#right
{
visibility: visible;
width: 250px;
height: 300px;
position: absolute;
left: 635px;
top: 170px;
border-left:1px solid gray; margin-left:10px;
}
div#inside{width:200px; height:275px; margin:0 auto;  }



