/* style.css */

/* global */

	body {
		background: url(fandom.jpg) no-repeat #FFFFFF; }

	p, li {
		color: #ADBCAF;
		font-family: verdana;
		font-size: 12px;
		line-height: 24px; }

	small {
		color: #ADBCAF;
		font-family: tahoma;
		font-size: 9px;
		line-height: 12px; }

	h1 {
		background: url(heart.gif) no-repeat;
		color: #ADBCAF;
		font-family: "times new roman";
		font-size: 11px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: 4px;
		line-height: 6px;
		padding-left: 20px;
		text-transform: lowercase; }

	a {
		border-bottom: 1px solid #92A16C;
		color: #92A16C;
		cursor: default;
		text-decoration: none; } 

	a:hover {
		border-bottom: 1px solid #92A16C;
		color: #ADBCAF; }

	img {
		border: 0px; }

/* classes & ids */

	.center {
		text-align: center; }

	#layout {
		overflow: visible;
		position: absolute;
		top: 300px;
		right: 100px;
		left: 50px; }