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

body {
	background-color: #deeaee;
	margin: 0;
	padding: 0;
	font-family: Arial;

}

#bubbles {
	background-image: url(images/bg-slyland.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #74858b;
}
p, li{
	font-size: 12px;
	color: #333333;
}

