@charset "utf-8";
/* CSS Document */

@import url("text.css");
@import url("list.css");
@import url("images.css");

html, body
{
	background:#333;
	padding:0px;
	margin:0px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:16px;
}

#box
{ width:965px; margin:auto; text-align:center;}


#website
{
	float:left;
	width:965px;
	background:#fff url(../layout-images/side-border-content.jpg) repeat-y;
	border:solid 7px #000;
	border-top:none;
}

#header
{
	width:965px;
	height:41px;
	background:#e9f1f5 url(../layout-images/side-border-header.jpg) repeat-y;
}

#headerContent
{
	width:900px;
	margin-left:28px;
}

#flower
{
	width:52px;
	height:41px;
	background:#fff url(../layout-images/Reiki-flower.jpg) no-repeat;
	float:left;

}

#ianGeast
{
	width:141px;
	height:41px;	
	float:left;
}


#welcome
{
	width:965px;
	height:108px;
	background:#fff url(../layout-images/side-border-welcome.jpg) no-repeat;
}



#content
{
	width:965px;
	background:#fff url(../layout-images/side-border-content.jpg) repeat-y;	
	float:left;
}


#bodyLeft
{
	text-align:left;
	width:268px;
	padding-left:35px;
	float:left;
}


#bodyRight
{
	width:590px;
	text-align:left;
	float:left;

}

#footer
{
	float:left;
	width:965px;
	height:154px;
	background:#fff url(../layout-images/footer.jpg) no-repeat;	
}
