body	{
	margin: 0px;
	padding: 0px;
	background-image: url(http://spice.wonder-struck.net/layout/version1/background.jpg);
	background-attachment: fixed;
	font-family: georgia;
	color: #5F5F5F;
	margin-bottom: 20px;
	}

#header {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 640px;
	height: 372px;
	padding-bottom: 5px;
	background-color: #F49F9F;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 640px;
	background-color: #EAEDEF;
	}


#navigation {
	float: left;
	width: 119px;
	background-color: #ffffff;
	border: 0;	
	border-right: 1px;
	border-color: #F49F9F;
	border-style: dashed;
	padding: 5px;
}

#content { 
	float: right;
	background-color: #F9F4F3;
	width: 500px;
	border: 1px;
	padding: 5px;
}

h2
	{
	font-family: georgia;
	font-size: 18pt;
	color: #00A7BA;
	margin-top: -5px;
	margin-bottom: -18px;
	font-weight: normal;
	padding-right: 150px;
	cursor: default;
	}


h3
	{
	font-family: georgia;
	font-size: 14pt;
	color: #BFB600;
	font-weight: lighter;
	margin-bottom: -10px;
	border: 0px;
	border-bottom: 1px;
	border-color: #E7D5DA;
	border-style: dotted;
	text-align: right;
	cursor: default;
	}

h4
	{
	font-family: impact;
	font-size: 12p;
	color: #DEC2CF;
	font-weight: lighter;
	text-align: right;
	margin-top:  3px;
	}

.entry
	{
	font-size: 10pt;
	color: #5F5F5F;
	text-align: justify;
	cursor: default;
	border: 0px;
	border-bottom: 1px;
	border-color: #D8DAE5;
	border-style: dotted;
	margin-bottom: 50px;
	}
p
	{
	font-size: 10pt;
	color: #5F5F5F;
	text-align: justify;
	}

.navigation h2
	{
	font-size: 15pt;
	font-family: georgia;
	color: #E3872D;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px;
	border-color: #EED696;
	border-style: dashed;
	margin-top: 20px;
	}

.navigation a
	{
	font-size: 10pt;
	color: #E97B55;
	text-decoration: none;
	}

.navigation a:hover
	{
	color: #EE688A;
	cursor: default;
	}

a
	{
	color: #E87C60;
	text-decoration: none;
	}

a:hover
	{
	color: #E8609A;
	cursor: default;
	}

.entry img
	{
	padding: 5px;
	}