@charset "utf-8";
/* CSS Document */


body{
	text-align:center;
	background-color: #E9E9E9;
	margin: 0 auto;
	/* margin:0px; */
}

#container{
width:880px;
height:773px;
margin: 0 auto;
/* margin: 0 auto; */
background-image:url(islay_background.gif);
background-repeat:no-repeat;

}
#header{
height:40px;
text-align:left;
}

#buttons{
	width:98%;
	margin:0 auto;
	height:101px;
}

#buttons a{
color:#666666;
text-decoration:none;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

#buttons img{
padding: 0 6px 0 6px; 
margin: 0 6px 0 6px;
}

.style1 {
	color: #0033FF;
	font-weight: bold;
}
.style3 {
	padding-top:30px;
	padding-left:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CC;
}
.style4 {color: #0066CC}


