@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/common/body_bg.jpg);
	background-position:center top;
	background-color:#FCFAF8;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:25px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	line-height:1.2em;
}

#Container
{
	margin:auto;
	width:1000px;
	height:806px;
	border:1px solid #3A0017;
	text-align:left;
	position:relative;
}

#BackgroundPic
{
	width:1000px;
	height:761px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/common/background.jpg);
	z-index:1;
}

#ContentContainer
{
	width:1000px;
	height:761px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#Title
{
	float:right;
	margin:39px 34px 10px 0px;
	text-align:left;
}

#TextArea
{
	clear:both;
	width:935px;
	text-align:justify;
	float:right;
	margin:0px 34px 0px 0px;
}

#MenuBar
{
	width:1000px;
	height:63px;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:#563423;
	z-index:2;
	padding-top:10px;
	text-align:right;
}

#WolkenderryLogo
{
	position:absolute;
	z-index:3;
	bottom:-30px;
	left:15px;
}

.product
{
	border: 1px solid white;
}
/* Font Styles */

h1
{

}

p
{
	line-height:1.45em;
}

.topPara
{
	margin-top:0px;
	paddin-top:0px;
}

a
{
	color:#ffffff;
}	

