xxxbody 
	{
	background-color: red;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-image:url(images/body_bg.gif);
	padding-top:110px;
	margin:0px;
	}

.head, #bgleft, #bgright
	{ height: 110px; }

.head
	{
	-moz-box-sizing: border-box;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin:0px;
	padding:0px;
	margin-left: -355px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 710px;
	visibility: visible;
	background-color: #99C27C;
	background-repeat: repeat-x;
	background-image: url(images/tile_black_line.gif);
	background-position:bottom;
	}
	
.headcurl, .headwaka
	{
	-moz-box-sizing: border-box;
	height:100%;
	width:100%;
	overflow:auto;
	background-image: url(images/head_curl.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
.headcurl
	{background-image:url(images/head_curl.gif);}
		
.headwaka
	{background-image:url(images/head_bg.gif);}
		
.headtopnav
	{
	-moz-box-sizing: border-box;
	height:40px;
	padding-top:4px; 
	}
	
#bgleft, #bgright
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 0px;
	background-repeat: repeat-x;
	background-position:bottom;
	background-color:#99C27C;
	}
	
#bgleft      
	{
	left: 0px;
	width: 50%;
	background-image: url(images/tile_black_line.gif);
	}
#bgright
	{
	right: 0px;
	width: 100%;
	background-image: url(images/head_bg_right.gif);
	}

.title
	{
	height:174px;
	overflow:hidden;
	background-color:#99C27C;
	background-image:url(images/head_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
.title div
	{
	padding-left:20px;
	-moz-box-sizing: border-box;
	}

.main
	{
	/*position:relative;*/
	width: 710px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	}
	
p
	{
	/*padding:3px 0px 3px 0px;*/
	margin:6px 0px 6px 0px;
	}
