


body
	{	margin: 0px;
		background: #000000;
		font-family: Verdana, Arial;
		color: #D0C8BF;
	}
	#decotopleft
		{	background: url("images/flower-topleft.png") no-repeat top left;
		}
	#decotopright
		{	background: url("images/flower-topright.png") no-repeat top right;
		}
	#decobottomleft
		{	background: url("images/flower-bottomleft.png") no-repeat bottom left;
		}
	#decobottomright
		{	background: url("images/flower-bottomright.png") no-repeat bottom right;
		}
	#page
		{	width: 800px;
			margin-left: 0;
			margin-right: 0;
		}
		#header
			{	width: 780px;
				clear: both;
				margin-top: 10px;
				margin-bottom: 0px;
				margin-left: auto;
				margin-right: auto;
			}
			#headerimg
			{	width: 780px;
				height: 220px;
				margin-left: 0;
				margin-right: 0;
			}
		#sidebar1
			{	clear: both;
				float: right;
				width: 800px;
				margin-bottom: 20px;
				text-align: center;
			}
			#sidebar1 ul li
				{	display: inline;
					float: right;
					margin-left: 0;
					margin-right: 0;
					padding-left: 5px;
					padding-right: 10px;
					font-size: 16px;
				}
			#sidebar1 a
				{	text-shadow: 0 12px 0 #666666;
				}
		#content
			{	clear: both;
				display: block;
				padding: 16px;
				border: 2px #E0D8CF solid;
			}
			#post
				{
				}
				#entry
					{
					}
				#postmetadata
					{
					}
			#navigation
				{
				}
	#footer
		{	width: 800px;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
				
		
h1
	{	font-size: 28px;
		text-align: center;
	}
h2
	{	font-size: 24px;
		text-align: center;
	}
h3
	{	font-size: 20px;
		text-align: center;
	}
h4
	{	font-size: 18px;
		text-align: center;
	}
		
a
	{	color: #FFFFFF;
		text-decoration: none;
		text-shadow: 0 12px 0 #555555;
	}
h1 a
	{	text-shadow: 0 20px 0 #555555;
	}
h2 a
	{	text-shadow: 0 18px 0 #555555;
	}
h3 a
	{	text-shadow: 0 16px 0 #555555;
	}
h4 a
	{	text-shadow: 0 14px 0 #555555;
	}

.alignleft
	{	float: left;	}
.alignright
	{	float: right;	}
.center
	{	text-align: center;		}