@import url(reset.css);
@import url(text.css);

body {
	background-image: url(images/bg.gif);
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
  color: #bf7521;
}
a:hover {
  text-decoration: none;
}
#content {
	background-color: #ffffff;
	margin: 25px auto;
	padding: 5px;
	border: 1px dotted #888;
	width: 600px;
	text-align: left;
}
h1 {
	background: url(images/stephanie-veka.gif) no-repeat left top;
	width: 500px;
	height: 55px;
	margin: 0 auto;
	text-indent: -9999px;
}
h2 {
	font: 2em "Apple Chancery", "Zapf Chancery", Helvetica, Arial, sans-serif;
	margin-top: 30px;
	border-bottom: 1px solid #ff9c27;
}
.section strong {
  font-weight: bold;
}
.section ul {
	list-style: none;
}
.section ul li ul {
  margin: 0;
}
.section ul li ul li {
  background: url(images/icon-diamond.gif) no-repeat left center;
  padding-left: 1.2em;
  line-height: 1.4em;
}
#colordisc {
	font-size: 0.8em;
	text-align: right;
}
#copy {
	font-size: 0.8em;
	color: #484848;
	text-align: right;
        margin: 25px auto;
        padding: 5px;
        width: 600px;
        text-align: right;
}
