@charset "utf-8";

html { 
}

body {
	font-family: 'Gorditas', PT Sans, Times, serif;
	font-size: 14px;
	background-color:#D2F9FF;
	background-image:url('/images/bgl.gif');
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

h1 {
	color:#036;	
}

h2 {
}
