


body
	{	margin: 0px;
		background: #000000;
		font-family: Verdana, Arial;
		color: #D0C8BF;
	}
	#bodytable
	{	margin-bottom: 50px;
	}
		#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: 1024px;
				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: 1024px;
					margin-bottom: 5px;
					text-align: center;
				}
				#sidebar1 ul li
					{	display: inline;
						float: right;
						margin-left: 0;
						margin-right: 0;
						padding-left: 10px;
						font-size: 16px;
					}
				#sidebar1 a
					{	font-size: 14px;
						text-shadow: 0 12px 0 #333333;
					}
				#sidebar1 a img
					{	border: none;
					}
			#sidebar2
				{	clear: both;
					float: left;
					display: inline;
					width: 150px;
					margin-right: 10px;
					border: 2px #E0D8CF solid;
				}
				#sidebar2 ul
					{	padding-left: 5px;
						text-align: left;
					}
				#sidebar2 ul li
					{	font-size: 16px;
						list-style-type: none
					}
				#sidebar2 a
					{	font-size: 14px;
						text-shadow: 0 12px 0 #333333;
					}
				#sidebar2 ul li.current_page_item
					{	color: #ff9090;
					}
				#sidebar2 ul li.gdpn-levelup-list a
					{	text-align: right;
						font-size: 20px;
					}
			#content
				{	float: left;
					display: inline;
					width: 800px;
					margin-left: 0px;
					padding: 16px;
					border: 2px #E0D8CF solid;
				}
				
				#post
					{
					}
					#entry
						{
						}
					#postmetadata
						{
						}
				#navigation
					{
					}
		#footer
			{	clear: both;
				width: 800px;
				margin-left: auto;
				margin-right: auto;
				text-align: center;
			}

#page table
	{	border: 1px #E0D8CF solid;
		border-spacing: 0;
	}
		
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 #333333;
	}
h1 a
	{	text-shadow: 0 20px 0 #333333;
	}
h2 a
	{	text-shadow: 0 18px 0 #333333;
	}
h3 a
	{	text-shadow: 0 16px 0 #333333;
	}
h4 a
	{	text-shadow: 0 14px 0 #333333;
	}

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