/* CSS Document */
body {
	margin: 100px 0 0 0px;
	padding: 0px;
	font: large 'Garamond', 'Palatino', 'Georgia', serif;
	color: #d5eae9;
	background: #7c574a url() repeat-y;
	text-align: center;
	letter-spacing: 2px;
}

a {
	color: #F27D8D;
	text-decoration: none;
	font-size: large;
}


a:hover {
	text-decoration: underline;
	background-color: #ebe1c4;
}

h1 {
	font-size: x-large;
	letter-spacing: 2px;
	}

p.medium {
	font-size: medium;
}

#mainspace {
	border-top: 1px dashed #7eb75c;
	border-bottom: 1px dashed #7eb75c;
	padding: 50px;
	margin: 0 100px;
	}
