body {

	margin-left: 25%;
	margin-right: 25%;
	padding: 0;
	background: #E6E6E6 url(images/bg.jpg) repeat-y top center;

	color: #333;

	font-size: 78%;

	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;

}
h1, h2, h3, h4, h5, h6 {

	margin: 1.2em 0;

	font-family: Georgia, serif;
 
	color: #534B48;

	text-align: center;

}
a:link 			{color: #59708C;
}

a:visited 		{color: #5C6C7D;
}

a:hover, a:active 	{color: #8CA0B4;
 text-decoration: none;
}


.box {
	margin: 0;
	padding: 0;

	background: url(images/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: visible;
	text-align:center;
}
.boxtitle {


	margin: 0;
	background: url(images/topleft.gif) no-repeat top left;
}
.boxtitle h1 {


	margin: 0;
	padding: 1.2em 40px 0 20px;
	font-size: 1.1em;

	background: url(images/topright.gif) no-repeat top right;
	text-align: center;

}
.boxcontent {
	margin: 0;
	padding: 1px 40px 1px 20px;
	background: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: top right;
	text-align:left;
}
.boxfooter {


	margin: 0;
	height: 24px;
	background: url(images/bottomright.gif) no-repeat bottom right;
}
