body {
	/* Longhand
		font-size; small;
		font-family: Verdana, Geneva, Arial, sans-serif;
		line-height: 1.6em;
	*/
	font: small/1.6em Verdana, Geneva, Arial, sans-serif;

	background-color: #7d98f7;

	margin: 0% 5% 0% 10%;

/*	border: 1px dotted gray; */
	padding: 10px 10px 10px 10px;

}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 170%;
	border-bottom: thin dotted #888888;
}

h2 {
	font-size: 130%;
}

blockquote {
	font-style: italic;
}

#pages {
	float: right;

	width: 200px;
	border: thin solid #007e7e;
	padding: 0 20px 20px 20px;
	margin: 80px 0px 0px 20px;
}

/*
body {
	/* Longhand
		font-size: small;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		line-height: 1.6em;
	/
	font: small/1.6em Verdana, Helvetica, Arial, sans-serif;
}

h1, h2 {
	color: #007e7e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

#guarantee {
	line-height: 1.9em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	/* Longhand
		border-color: white;
		border-width: 1px;
		border-style: dashed;
	/
	border: 1px dashed white;
	
	/* Longhand
		padding: 25px;
		padding-left: 80px;
		margin: 30px;
		margin-right: 250px;
	/
	padding: 25px 25px 25px 80px;
	margin: 30px 250px 30px 30px;
	
	/* Longhand
		background-color: #a7cece;
		background-image: url(images/background.gif);
		background-repeat: no-repeat;
		background-position: top left;
	/
	background: #a7cece url(images/background.gif) no-repeat top left;
}

#elixirs {
	/* Longhand
		border-width: thin;
		border-style: solid;
		border-color: #007e7e;
	/
	border: thin solid #007e7e;
	width: 200px;
	
	/* Longhand
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
	/
	padding: 0 20px 20px 20px;
	
	margin-left: 20px;
	
	text-align: center;
	
	background-image: url(images/cocktail.gif);
	background-repeat: repeat-x;

	line-height: 1;
	float: right;
}

#elixirs h2 {
	color: black;
}

#elixirs h3 {
	color: red;
}

#footer {
	font-size: 50%;
	text-align: center;
	line-height: normal;
	margin-top: 30px;
}

.cd {
	font-style: italic;
}

.artist {
	font-weight: bold;
}

a:link {
	color: #007e7e;
}

a:visited {
	color: #333333;
}

#elixirs a:link {
	color: #007e7e;
}

#elixirs a:visited {
	color: #333333;
}

#elixirs a:hover {
	background: #f88396;
	color: #0d5353;
}
*/