/* Global Resetting */
html			{ width: 100%; height: 100%; background: black; }
body			{ width: 100%; height: 100%; font-size: 62.5%; /* reset font-sizes to 1em == 10px */ color: black; font-family: Arial, sans-serif; }
*				{ font-size: 1em; /* reset font-sizes to 1em == 10px */ padding: 0; margin: 0; list-style: none; }
a				{ text-decoration: none; }
a img			{ border: 0; }
.clear			{ clear: both; }

a, .red			{ color: #ca0000; }

/* Background */
#background			{ background: #ffa247 url(../images/bg_top.gif) repeat-x; }
#background_bottom	{ background: url(../images/bg_bottom.gif) repeat-x bottom; position: relative; overflow: hidden; }

/* Foreground and background elements */
.foreground			{ position: absolute; z-index: 3; }
.background			{ position: absolute; z-index: 1; }

#sun				{ top: 0px; right: 0px; width: 678px; height: 621px; background-image: url(../images/bg_sun.png); }

#cloud_1			{ top: 10px; left: 6%; width: 146px; height: 101px; background-image: url(../images/fg_cloud_1.png); }
#cloud_2			{ top: 58px; left: 33%; width: 123px; height: 85px; background-image: url(../images/fg_cloud_2.png); }
#cloud_3			{ top: 26px; right: 9%; width: 145px; height: 81px; background-image: url(../images/fg_cloud_3.png); }
#cloud_4			{ top: 18px; left: 25%; width: 160px; height: 90px; background-image: url(../images/bg_cloud_4.png); }
#cloud_5			{ top: 0px; right: 20%; width: 171px; height: 94px; background-image: url(../images/bg_cloud_5.png); }

#hill_1				{ bottom: 0px; left: 0px; width: 515px; height: 146px; background-image: url(../images/fg_hill_1.png); }
#hill_2				{ bottom: 0px; right: 0px; width: 236px; height: 175px; background-image: url(../images/fg_hill_2.png); }
#hill_3				{ bottom: 0px; left: 3%; width: 665px; height: 79px; background-image: url(../images/bg_hill_3.png); }
#hill_4				{ bottom: 0px; right: 2%; width: 692px; height: 90px; background-image: url(../images/bg_hill_4.png); }

/* Layout */
#content_pane	{ position: relative; z-index: 2; margin: auto; width: 664px; min-height: 340px; padding: 160px 50px 100px; background-image: url(../images/pane_bg.png); }
#header			{ float: left; width: 100%; }
#header h1		{ width: 230px; height: 91px; background: url(../images/logo.png) no-repeat; float: left; }
#header h1 a		{ display: block; width: 100%; height: 100%; }
h1,
h1 a,
h1 span			{ font-family: Arial, sans-serif; }
h1 a			{ color: black; text-decoration: none; }

h2				{ font-family: Georgia, serif; font-weight: normal; font-size: 3em; }

#top_nav			{ float: right; font-size: 2.4em; margin-top: 57px; font-family: Georgia, serif; }
#top_nav li			{ display: block; float: left; margin-right: 10px; }
#top_nav li.last	{ margin-right: 0px; }
#top_nav a			{ color: black; }
#top_nav a.current,
#top_nav a:hover	{ color: #ca0000; }

#content_container	{ padding-top: 20px; float: left; }
#content			{ float: left; padding: 10px; }

/* Contact page */
p.contact		{ padding-left: 80px; min-height: 64px; }
p.email			{ background: url(../images/email.png) no-repeat; }
p.snailmail             { background: url(../images/snailmail.png) no-repeat; }
