
body {
	background-repeat: no-repeat;
	background-image: url(beingthere.jpg);
	text-align: center;
	background-color: #efefdc;
	font-family: Georgia, Garamond, Times, serif;
	padding: 0px;
	margin: 40px 0 0 336px;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	
}

#container {
	width: 600px;
}
a, a:link, a:visited {
	color: #6666cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link img {
	border: none;
}

p {
	font-size: 14px;
	line-height: 125%;
	font-family: Georgia, Garamond, Times, serif;
	text-align: center;
}

h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 30px 0 30px 0;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: .2em;
	margin-top: 1.5em;
	letter-spacing: 1px;
	color: #34353e;
	border-bottom: 1px solid silver;
}


