body {
	background-image: url('http://precious-memory.net/som/background.jpg');
	background-color: #be3d16;
	font-family: Trebuchet MS, Georgia, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
}

#container {
margin: 0 auto 0 auto;
width: 800px;
padding: 0px;
}

#header {
	background: url('http://precious-memory.net/som/layout.jpg');
	width: 800px;
	height: 400px;
	margin: 0 auto 0 auto;
	padding: 0px;
}

#content {
        background-image: url('http://precious-memory.net/som/background.jpg');
	width: 800px;
	margin: 0 auto;
	min-height: 700px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#navigation {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 4px;
}

#navigation ul, #navigation li{
	display: inline;
	list-style: none;
}

#navigation a:link, #navigation a:visited {
	float: inherit;
	font-size: 14px;
	font-weight: bold; 
	font-family: Georgia;
	font-style: italic;
	color: #ffffff;
	background:#a3c56f;
	padding: 5px 17px;
	border-radius: 10px;
}

#navigation a:hover {
	color : #ffffff;
	text-decoration: none;
	background: #516b50;
}

#footer {
	width: 800px;
	height: 50px;
	color: #5c1e0e;
	font-size: 12px;
	font-family: "Verdana", "Trebuchet MS", "Arial";
	margin: 0px auto;
	border-top: 1px dotted #000000;
	text-align: center;
}

h1 {
	border-bottom: 1px dotted #000000;
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: normal;
	color: #5c1e0e;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

.letter

	{

	color: #000000;

	font-family: Century Gothic, times, serif;

	font-size: 30px;

	font-weight: bold;

	font-style: italic;

	letter-spacing: 3px;

	padding: 0px;

	text-transform: uppercase;

}

select, input, textarea	{

border: 1px dotted #000000;
border-radius:6px;

font-family: Trebuchet MS, sans-serif;

font-size: 12px;

color: #ffffff;

background-color: #000000;

}

a:link, a:visited, a:active {
	color: #2d5672;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color:#bcdbed;
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
}