body {
	color: #333;
	font-size: 16px;
	font-family: cambria, georgia, serif;
	line-height: 1.35em;
	text-align: center;
	background: url("images/sky.jpg") repeat-x 0 -60px;	
	background-color: #634F3C;
	margin: 0;
	padding: 0;
}

div#top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 350px;
	padding: 0;
	margin: 0;
	background: url("images/skyline.gif") repeat-x 0 187px;	
}


div#main {
	width: 28em;
	margin: 380px auto 1.4em auto;
	padding: 1.4em 2em .4em 2em;
	text-align: left;
	background: #f8f8f8;
	border: 1px solid #a9a199;

}

p { margin: 1.4em 0 1.4em 0 }

h1,h2,h3 {
	color: #01709E;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
}

h1 {
	color: #D4ECFB;
	font-size: 3em;
	letter-spacing: .1em;
	margin: 30px 0 0px 0 ;
	letter-spacing: .02em;
}

img#logo { padding: 15px 0 0 10px; }

h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	word-spacing: .1em;
	font-weight: normal;
	margin: 2.8em 0 1.4em 0;
	clear: both;
}
h2:first-child { margin-top: 0; }

a,a:link {
	color: #91693D;
	text-decoration: underline;
}

a:hover { color: #333; }


div.example {
	margin: .9em 0 .9em .8em;
}

.right { float: right; margin: 0 0 .4em 1em }

ul {
	list-style-type: none;
	margin: 1.4em 0 1.4em 0;
	padding-left: 0
}

li {
	text-indent: -.9em;
}
ul li:before {
	content: '\2013';
	padding-right: .4em;
}

ul.ellipsis li { text-indent: -.95em; margin-bottom: .7em; }
ul.ellipsis li:before {
	content: '\2026';
	padding-right: .25em;
}
