@import url(../fonts_layout.css);

body { background-color: #00B2EB; }

h1
{
	background-image: url(/styles/blue/h1_bg.png);
	color: white;
}

div#container { background-image: url(/styles/blue/h1_bg.png); }

div#container p
{
	background-image: url(/styles/blue/bg_clip.png);
	color: white;
}

li { color: #CCC; }

h2
{
	color: #B8764C;
	background-image: url(/styles/blue/bg_clip.png);
}

.first { background-image: none; }
h3 { background-image: url(/styles/blue/bg_clip.png); color:#00B2EB;}
ul { background-image: url(/styles/blue/bg_clip.png); }
h2 span { border-bottom: solid 1px #B8764C; }

a
{
	color: white;
	border-bottom: dotted 1px #B8764C;
}

a:hover { border-bottom: solid 1px #B8764C; }
