/* clear everything */
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
ul,ol
{
	list-style-position: outside;
	line-height:18px;
}
li
{
	margin-left:18px;
	/*color: #5c5348;*/

	color: #523223;
}

/* BASICS */
body
{
	text-align: center;

	font-family: myriad, verdana, Arial, sans-serif, Geneva;
	font-size: 12px;

	background: url('/images/bg.jpg') repeat top left;

	/*background: transparent url('/images/bg.gif') repeat top left; */
	/*background-color:#59524a;
	color: #5c5348;*/

	background-color:#523223;
	color: #523223;
	
	padding-bottom: 40px;
}

a	{	color: #131;		}
p	
{	
	margin: 9px 7px; 
	/*color: #5c5348;*/

	color: #523223;	
}
.quote { font-style:italic; color:#9b6faa; font-weight:bold;}

h1
{
	font-size:10px;
}
h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	margin: 10px 7px 5px 7px;
}

h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:oblique;
	font-size: 12pt;
	margin: 15px 0px 8px 0px;
}


/* SIZES */
#the-body,
#footer
{
	position: relative;
	margin: 0 auto;

	width: 800px;
}

/* STUFF */
#the-body
{
	margin-top: 50px;
	text-align: left;

	border: 1px solid #dea2d5;
	padding: 2px;
	background-color: white;
}

#top-container
{
	width: 100%;
	height: 102px;
	margin: 0 0 2px 0;
}
	#contact
	{
		background: #eed0ea url('/images/tl.gif') no-repeat top left;
		float: left;
		font-size: 85%;
		height: 100%;
		width: 270px;
	}
	#contact p
	{
		margin: 31px 0 0 12px;
		color:#9b6faa;
	}
	#title-bar
	{
		height: 100%;
		margin-left:272px;
		background: #dfa5d6 url('/images/title.gif') no-repeat 26px 29px;
	}

#bottom-container
{
	width: 100%;
	background: transparent url('/images/content_bg.jpg') no-repeat bottom right;
}
	#left
	{
		width: 270px;
		overflow:hidden;
		font-size: 85%;
		background:  #eed0ea url('/images/bl.gif') no-repeat bottom left;
	}
	#left .quote
	{
		height: 68px;
	}

	#right
	{
		position: absolute;

		top: 104px;
		right: 2px;

		width: 525px;
		z-index: 0;
	}

	#content-heading
	{
		clear: both;
		padding-top: 5px;
		border-bottom: 1px solid #efd2ea;
	}
	#content-heading img
	{
		margin-left: 30px;
	}

	#content
	{
		position: relative;
		height: 382px;
		overflow: auto;
	}
	#content p
	{
		padding:0px 30px 0px 30px;
		text-align:justify;
		line-height: 18px;
		font-weight:normal;
	}
	#big
	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:oblique;
		font-size: 125%;
		font-weight:bolder;
	}

#menu
{
	height: 31px;
	width:525px;
	float: right;
	margin: 2px 0 0 0;
	/*background-color: #736b62;*/
	background-color: #523223;
	
}
	#menu ul
	{
		list-style: none;

		margin: 0 0 0 50px;
	}
	#menu ul li
	{
		display: inline;
	}
	#menu a
	{
		float: left;
		display: block;

		padding: 3px 5px 3px 7px;
		margin: 0 3px;

		color: white;
		font-weight: bold;
		font-family: Century Gothic;
		white-space: nowrap;
		text-decoration: none;
	}
	#menu a:hover
	{		
		color:#eed0ea;
	}

#flower
{
	background: white url('/images/flower.jpg') no-repeat 1px 1px;
	position: absolute;
	width:98px;
	height:96px;
	left:225px;
	top:65px;
	z-index: 10;
}
#useless-box
{
	float: left;
	width:50px;
	height:25px;
	margin: 3px 0 0 0;
	background-color: #ebc6e5;
}

#footer
{
	margin: 0 auto;
	height: 2em;
	clear: both;
}
#footer #copy
{
	float: right;
	margin: 0.5em 10px;
	color:#C38E63;
}